Html Css Color HEX #D12124 Fire Engine Red

📋 copy color: '#D12124'

red 209 ◦ green 33 ◦ blue 36

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

Shades of Fire Engine Red #D12124

Tints of Fire Engine Red #D12124

RGB

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

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

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

R = 75.18%
G = 11.87%
B = 12.95%

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

#D12124 (or 0xD12124) is known color: Fire Engine Red. HEX triplet: D1, 21 and 24. RGB value is (209,33,36). Sum of RGB (Red+Green+Blue) = 209+33+36=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D12124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12124 is #2EDEDB. Grayscale: #565656. Windows color (decimal): -3071708 or 2367953. OLE color: 2367953.

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

Color convert

RGB 209 33 36 -
CMYK 0 0.84 0.83 0.18
HSL 358.98º 0.73% 0.47% -
HSV(B) 358.98º 0.84% 0.82% -
XYZ 27.16 14.77 3.09 -
YUV 85.97 99.81 215.76 -
System Red Green Blue C M Y K H S L
Decimal 209 33 36 0 0.84 0.83 0.18 358.98 0.73 0.47
Hex D1 21 24 0 54 53 12 167 49 2F
Octal 321 41 44 0 124 123 22 547 111 57
Binary 11010001 100001 100100 0 1010100 1010011 10010 101100111 1001001 101111

Color Harmonies of #D12124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12124

Black with #D12124

Text Example


Text Example

White with #D12124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12124; }

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

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

background-color css

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

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

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

border-color css

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

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

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