Html Css Color HEX #D02442 Brick Red

📋 copy color: '#D02442'

red 208 ◦ green 36 ◦ blue 66

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

Shades of Brick Red #D02442

Tints of Brick Red #D02442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.29%

R = 67.1%
G = 11.61%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D02442 (or 0xD02442) is known color: Brick Red. HEX triplet: D0, 24 and 42. RGB value is (208,36,66). Sum of RGB (Red+Green+Blue) = 208+36+66=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D02442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02442 is #2FDBBD. Grayscale: #5A5A5A. Windows color (decimal): -3136446 or 4334800. OLE color: 4334800.

HSL color Cylindrical-coordinate representation of color #D02442: hue angle of 349.53º 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 #D02442 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 36 66 -
CMYK 0 0.83 0.68 0.18
HSL 349.53º 0.7% 0.48% -
HSV(B) 349.53º 0.83% 0.82% -
XYZ 27.63 15.07 6.61 -
YUV 90.85 113.98 211.56 -
System Red Green Blue C M Y K H S L
Decimal 208 36 66 0 0.83 0.68 0.18 349.53 0.7 0.48
Hex D0 24 42 0 53 44 12 15E 46 30
Octal 320 44 102 0 123 104 22 536 106 60
Binary 11010000 100100 1000010 0 1010011 1000100 10010 101011110 1000110 110000

Color Harmonies of #D02442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02442

Black with #D02442

Text Example


Text Example

White with #D02442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02442; }

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

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

background-color css

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

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

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

border-color css

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

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

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