Html Css Color HEX #D02446 Brick Red

📋 copy color: '#D02446'

red 208 ◦ green 36 ◦ blue 70

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

Shades of Brick Red #D02446

Tints of Brick Red #D02446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.29%

R = 66.24%
G = 11.46%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D02446 (or 0xD02446) is known color: Brick Red. HEX triplet: D0, 24 and 46. RGB value is (208,36,70). Sum of RGB (Red+Green+Blue) = 208+36+70=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D02446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02446 is #2FDBB9. Grayscale: #5B5B5B. Windows color (decimal): -3136442 or 4596944. OLE color: 4596944.

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

Color convert

RGB 208 36 70 -
CMYK 0 0.83 0.66 0.18
HSL 348.14º 0.7% 0.48% -
HSV(B) 348.14º 0.83% 0.82% -
XYZ 27.75 15.11 7.25 -
YUV 91.3 115.98 211.24 -
System Red Green Blue C M Y K H S L
Decimal 208 36 70 0 0.83 0.66 0.18 348.14 0.7 0.48
Hex D0 24 46 0 53 42 12 15C 46 30
Octal 320 44 106 0 123 102 22 534 106 60
Binary 11010000 100100 1000110 0 1010011 1000010 10010 101011100 1000110 110000

Color Harmonies of #D02446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02446

Black with #D02446

Text Example


Text Example

White with #D02446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02446; }

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

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

background-color css

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

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

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

border-color css

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

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

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