Html Css Color HEX #D02124 Fire Engine Red

📋 copy color: '#D02124'

red 208 ◦ green 33 ◦ blue 36

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

Shades of Fire Engine Red #D02124

Tints of Fire Engine Red #D02124

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.91%

 BLUE value IS 36 (14.45% from 255) = 13%

R = 75.09%
G = 11.91%
B = 13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D02124 (or 0xD02124) is known color: Fire Engine Red. HEX triplet: D0, 21 and 24. RGB value is (208,33,36). Sum of RGB (Red+Green+Blue) = 208+33+36=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D02124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02124 is #2FDEDB. Grayscale: #555555. Windows color (decimal): -3137244 or 2367952. OLE color: 2367952.

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

Color convert

RGB 208 33 36 -
CMYK 0 0.84 0.83 0.18
HSL 358.97º 0.73% 0.47% -
HSV(B) 358.97º 0.84% 0.82% -
XYZ 26.87 14.62 3.08 -
YUV 85.67 99.98 215.26 -
System Red Green Blue C M Y K H S L
Decimal 208 33 36 0 0.84 0.83 0.18 358.97 0.73 0.47
Hex D0 21 24 0 54 53 12 167 49 2F
Octal 320 41 44 0 124 123 22 547 111 57
Binary 11010000 100001 100100 0 1010100 1010011 10010 101100111 1001001 101111

Color Harmonies of #D02124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02124

Black with #D02124

Text Example


Text Example

White with #D02124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02124; }

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

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

background-color css

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

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

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

border-color css

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

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

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