#D43648

Color #D43648 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #D43648

Tints of Brick Red #D43648

Color information

#D43648 (or 0xD43648) is unknown color: approx Brick Red. HEX triplet: D4, 36 and 48. RGB value is (212,54,72). Sum of RGB (Red+Green+Blue) = 212+54+72=338 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.72% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 212 - color contains mainly: red. Hex color #D43648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43648 is #2BC9B7. Grayscale: #676767. Windows color (decimal): -2869688 or 4732628. OLE color: 4732628.

HSL color Cylindrical-coordinate representation of color #D43648: hue angle of 353.16º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43648 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB2125472-
CMYK00.750.660.17
HSL353.16º64.75%52.16%-
HSV(B)353.16º74.53%83.14%-
XYZ29.6417.17.87-
YUV103.29110.35205.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 62.72%
GREEN value IS 54 (21.48% from 255) = 15.98%
BLUE value IS 72 (28.52% from 255) = 21.30%
R=62.72%
G=15.98%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212547200.750.660.17353.1664.7552.16
HexD4364804B42111614134
Octal3246611001131022154110164
Binary110101001101101001000010010111000010100011011000011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43648; }

 p { color: rgb(212,54,72); }

 H1.HeaderClassName
 {
   color: #D43648;
 }
 .AnyTagClassName
 {
   color: #D43648;
 }
</style>
background-color css

<style>
 a { background-color: #D43648; }

 a { background-color: rgb(212,54,72); }

 div.DivClassName
 {
   background-color: #D43648;
 }
 .BgClassName
 {
   background-color: #D43648;
 }
</style>
border-color css

<style>
 span { border-color: #D43648; }

 span { border-color: rgb(212,54,72); }

 td.TdClassName
 {
   border-color: #D43648;
 }
 .TagClassName
 {
   border-color: #D43648;
 }
</style>