Html Css Color HEX #D02049 Brick Red

📋 copy color: '#D02049'

red 208 ◦ green 32 ◦ blue 73

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

Shades of Brick Red #D02049

Tints of Brick Red #D02049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.22%

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

R = 66.45%
G = 10.22%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D02049 (or 0xD02049) is known color: Brick Red. HEX triplet: D0, 20 and 49. RGB value is (208,32,73). Sum of RGB (Red+Green+Blue) = 208+32+73=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D02049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02049 is #2FDFB6. Grayscale: #595959. Windows color (decimal): -3137463 or 4792528. OLE color: 4792528.

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

Color convert

RGB 208 32 73 -
CMYK 0 0.85 0.65 0.18
HSL 346.02º 0.73% 0.47% -
HSV(B) 346.02º 0.85% 0.82% -
XYZ 27.73 14.92 7.72 -
YUV 89.3 118.81 212.67 -
System Red Green Blue C M Y K H S L
Decimal 208 32 73 0 0.85 0.65 0.18 346.02 0.73 0.47
Hex D0 20 49 0 55 41 12 15A 49 2F
Octal 320 40 111 0 125 101 22 532 111 57
Binary 11010000 100000 1001001 0 1010101 1000001 10010 101011010 1001001 101111

Color Harmonies of #D02049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02049

Black with #D02049

Text Example


Text Example

White with #D02049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02049; }

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

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

background-color css

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

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

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

border-color css

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

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

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