Html Css Color HEX #D24049 Brick Red

📋 copy color: '#D24049'

red 210 ◦ green 64 ◦ blue 73

#D24049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #D24049

Tints of Brick Red #D24049

RGB

 RED value IS 210 (82.42% from 255) = 60.52%

 GREEN value IS 64 (25.39% from 255) = 18.44%

 BLUE value IS 73 (28.91% from 255) = 21.04%

R = 60.52%
G = 18.44%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D24049 (or 0xD24049) is known color: Brick Red. HEX triplet: D2, 40 and 49. RGB value is (210,64,73). Sum of RGB (Red+Green+Blue) = 210+64+73=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D24049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24049 is #2DBFB6. Grayscale: #6C6C6C. Windows color (decimal): -2998199 or 4800722. OLE color: 4800722.

HSL color Cylindrical-coordinate representation of color #D24049: hue angle of 356.3º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D24049 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 64 73 -
CMYK 0 0.70 0.65 0.18
HSL 356.3º 0.62% 0.54% -
HSV(B) 356.3º 0.7% 0.82% -
XYZ 29.61 17.85 8.19 -
YUV 108.68 107.87 200.27 -
System Red Green Blue C M Y K H S L
Decimal 210 64 73 0 0.70 0.65 0.18 356.3 0.62 0.54
Hex D2 40 49 0 46 41 12 164 3E 36
Octal 322 100 111 0 106 101 22 544 76 66
Binary 11010010 1000000 1001001 0 1000110 1000001 10010 101100100 111110 110110

Color Harmonies of #D24049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24049

Black with #D24049

Text Example


Text Example

White with #D24049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24049; }

 p { color: rgb(210,64,73); }

 H1.HeaderClassName
 {
   color: #D24049;
 }
 .AnyTagClassName
 {
   color: #D24049;
 }
</style>

background-color css

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

 a { background-color: rgb(210,64,73); }

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

border-color css

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

 span { border-color: rgb(210,64,73); }

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