Html Css Color HEX #D2112D Fire Engine Red

📋 copy color: '#D2112D'

red 210 ◦ green 17 ◦ blue 45

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

Shades of Fire Engine Red #D2112D

Tints of Fire Engine Red #D2112D

RGB

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

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

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

R = 77.21%
G = 6.25%
B = 16.54%

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

#D2112D (or 0xD2112D) is known color: Fire Engine Red. HEX triplet: D2, 11 and 2D. RGB value is (210,17,45). Sum of RGB (Red+Green+Blue) = 210+17+45=272 (36% of max value = 765). Red value is 210 (82.42% from 255 or 77.21% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 210 - color contains mainly: red. Hex color #D2112D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2112D is #2DEED2. Grayscale: #4D4D4D. Windows color (decimal): -3010259 or 2953682. OLE color: 2953682.

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

Color convert

RGB 210 17 45 -
CMYK 0 0.92 0.79 0.18
HSL 351.3º 0.85% 0.45% -
HSV(B) 351.3º 0.92% 0.82% -
XYZ 27.25 14.29 3.8 -
YUV 77.9 109.44 222.22 -
System Red Green Blue C M Y K H S L
Decimal 210 17 45 0 0.92 0.79 0.18 351.3 0.85 0.45
Hex D2 11 2D 0 5C 4F 12 15F 55 2D
Octal 322 21 55 0 134 117 22 537 125 55
Binary 11010010 10001 101101 0 1011100 1001111 10010 101011111 1010101 101101

Color Harmonies of #D2112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2112D

Black with #D2112D

Text Example


Text Example

White with #D2112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2112D; }

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

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

background-color css

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

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

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

border-color css

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

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

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