Html Css Color HEX #D12024 Fire Engine Red

📋 copy color: '#D12024'

red 209 ◦ green 32 ◦ blue 36

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

Shades of Fire Engine Red #D12024

Tints of Fire Engine Red #D12024

RGB

 RED value IS 209 (82.03% from 255) = 75.45%

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

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

R = 75.45%
G = 11.55%
B = 13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D12024 (or 0xD12024) is known color: Fire Engine Red. HEX triplet: D1, 20 and 24. RGB value is (209,32,36). Sum of RGB (Red+Green+Blue) = 209+32+36=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D12024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12024 is #2EDFDB. Grayscale: #555555. Windows color (decimal): -3071964 or 2367697. OLE color: 2367697.

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

Color convert

RGB 209 32 36 -
CMYK 0 0.85 0.83 0.18
HSL 358.64º 0.73% 0.47% -
HSV(B) 358.64º 0.85% 0.82% -
XYZ 27.13 14.72 3.08 -
YUV 85.38 100.14 216.17 -
System Red Green Blue C M Y K H S L
Decimal 209 32 36 0 0.85 0.83 0.18 358.64 0.73 0.47
Hex D1 20 24 0 55 53 12 167 49 2F
Octal 321 40 44 0 125 123 22 547 111 57
Binary 11010001 100000 100100 0 1010101 1010011 10010 101100111 1001001 101111

Color Harmonies of #D12024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12024

Black with #D12024

Text Example


Text Example

White with #D12024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12024; }

 p { color: rgb(209,32,36); }

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

background-color css

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

 a { background-color: rgb(209,32,36); }

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

border-color css

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

 span { border-color: rgb(209,32,36); }

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