Html Css Color HEX #D4112D Fire Engine Red

📋 copy color: '#D4112D'

red 212 ◦ green 17 ◦ blue 45

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

Shades of Fire Engine Red #D4112D

Tints of Fire Engine Red #D4112D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.42%

R = 77.37%
G = 6.2%
B = 16.42%

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

#D4112D (or 0xD4112D) is known color: Fire Engine Red. HEX triplet: D4, 11 and 2D. RGB value is (212,17,45). Sum of RGB (Red+Green+Blue) = 212+17+45=274 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.37% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 212 - color contains mainly: red. Hex color #D4112D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4112D is #2BEED2. Grayscale: #4E4E4E. Windows color (decimal): -2879187 or 2953684. OLE color: 2953684.

HSL color Cylindrical-coordinate representation of color #D4112D: hue angle of 351.38º 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 #D4112D is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 17 45 -
CMYK 0 0.92 0.79 0.17
HSL 351.38º 0.85% 0.45% -
HSV(B) 351.38º 0.92% 0.83% -
XYZ 27.83 14.59 3.83 -
YUV 78.5 109.1 223.22 -
System Red Green Blue C M Y K H S L
Decimal 212 17 45 0 0.92 0.79 0.17 351.38 0.85 0.45
Hex D4 11 2D 0 5C 4F 11 15F 55 2D
Octal 324 21 55 0 134 117 21 537 125 55
Binary 11010100 10001 101101 0 1011100 1001111 10001 101011111 1010101 101101

Color Harmonies of #D4112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4112D

Black with #D4112D

Text Example


Text Example

White with #D4112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4112D; }

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

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

background-color css

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

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

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

border-color css

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

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

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