Html Css Color HEX #D2112C Fire Engine Red

📋 copy color: '#D2112C'

red 210 ◦ green 17 ◦ blue 44

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

Shades of Fire Engine Red #D2112C

Tints of Fire Engine Red #D2112C

RGB

 RED value IS 210 (82.42% from 255) = 77.49%

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

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

R = 77.49%
G = 6.27%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D2112C (or 0xD2112C) is known color: Fire Engine Red. HEX triplet: D2, 11 and 2C. RGB value is (210,17,44). Sum of RGB (Red+Green+Blue) = 210+17+44=271 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.49% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 210 - color contains mainly: red. Hex color #D2112C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2112C is #2DEED3. Grayscale: #4D4D4D. Windows color (decimal): -3010260 or 2888146. OLE color: 2888146.

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

Color convert

RGB 210 17 44 -
CMYK 0 0.92 0.79 0.18
HSL 351.61º 0.85% 0.45% -
HSV(B) 351.61º 0.92% 0.82% -
XYZ 27.23 14.28 3.7 -
YUV 77.79 108.94 222.3 -
System Red Green Blue C M Y K H S L
Decimal 210 17 44 0 0.92 0.79 0.18 351.61 0.85 0.45
Hex D2 11 2C 0 5C 4F 12 160 55 2D
Octal 322 21 54 0 134 117 22 540 125 55
Binary 11010010 10001 101100 0 1011100 1001111 10010 101100000 1010101 101101

Color Harmonies of #D2112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2112C

Black with #D2112C

Text Example


Text Example

White with #D2112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2112C; }

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

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

background-color css

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

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

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

border-color css

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

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

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