Html Css Color HEX #D02449 Brick Red

📋 copy color: '#D02449'

red 208 ◦ green 36 ◦ blue 73

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

Shades of Brick Red #D02449

Tints of Brick Red #D02449

RGB

 RED value IS 208 (81.64% from 255) = 65.62%

 GREEN value IS 36 (14.45% from 255) = 11.36%

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

R = 65.62%
G = 11.36%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D02449 (or 0xD02449) is known color: Brick Red. HEX triplet: D0, 24 and 49. RGB value is (208,36,73). Sum of RGB (Red+Green+Blue) = 208+36+73=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D02449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02449 is #2FDBB6. Grayscale: #5B5B5B. Windows color (decimal): -3136439 or 4793552. OLE color: 4793552.

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

Color convert

RGB 208 36 73 -
CMYK 0 0.83 0.65 0.18
HSL 347.09º 0.7% 0.48% -
HSV(B) 347.09º 0.83% 0.82% -
XYZ 27.85 15.15 7.76 -
YUV 91.65 117.48 210.99 -
System Red Green Blue C M Y K H S L
Decimal 208 36 73 0 0.83 0.65 0.18 347.09 0.7 0.48
Hex D0 24 49 0 53 41 12 15B 46 30
Octal 320 44 111 0 123 101 22 533 106 60
Binary 11010000 100100 1001001 0 1010011 1000001 10010 101011011 1000110 110000

Color Harmonies of #D02449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02449

Black with #D02449

Text Example


Text Example

White with #D02449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02449; }

 p { color: rgb(208,36,73); }

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

background-color css

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

 a { background-color: rgb(208,36,73); }

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

border-color css

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

 span { border-color: rgb(208,36,73); }

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