Html Css Color HEX #D4112C Fire Engine Red

📋 copy color: '#D4112C'

red 212 ◦ green 17 ◦ blue 44

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

Shades of Fire Engine Red #D4112C

Tints of Fire Engine Red #D4112C

RGB

 RED value IS 212 (83.2% from 255) = 77.66%

 GREEN value IS 17 (7.03% from 255) = 6.23%

 BLUE value IS 44 (17.58% from 255) = 16.12%

R = 77.66%
G = 6.23%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4112C (or 0xD4112C) is known color: Fire Engine Red. HEX triplet: D4, 11 and 2C. RGB value is (212,17,44). Sum of RGB (Red+Green+Blue) = 212+17+44=273 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.66% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 212 - color contains mainly: red. Hex color #D4112C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4112C is #2BEED3. Grayscale: #4E4E4E. Windows color (decimal): -2879188 or 2888148. OLE color: 2888148.

HSL color Cylindrical-coordinate representation of color #D4112C: hue angle of 351.69º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4112C is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 17 44 -
CMYK 0 0.92 0.79 0.17
HSL 351.69º 0.85% 0.45% -
HSV(B) 351.69º 0.92% 0.83% -
XYZ 27.81 14.58 3.73 -
YUV 78.38 108.6 223.3 -
System Red Green Blue C M Y K H S L
Decimal 212 17 44 0 0.92 0.79 0.17 351.69 0.85 0.45
Hex D4 11 2C 0 5C 4F 11 160 55 2D
Octal 324 21 54 0 134 117 21 540 125 55
Binary 11010100 10001 101100 0 1011100 1001111 10001 101100000 1010101 101101

Color Harmonies of #D4112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4112C

Black with #D4112C

Text Example


Text Example

White with #D4112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4112C; }

 p { color: rgb(212,17,44); }

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

background-color css

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

 a { background-color: rgb(212,17,44); }

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

border-color css

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

 span { border-color: rgb(212,17,44); }

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