Html Css Color HEX #D61112 Fire Engine Red

📋 copy color: '#D61112'

red 214 ◦ green 17 ◦ blue 18

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

Shades of Fire Engine Red #D61112

Tints of Fire Engine Red #D61112

RGB

 RED value IS 214 (83.98% from 255) = 85.94%

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

 BLUE value IS 18 (7.42% from 255) = 7.23%

R = 85.94%
G = 6.83%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D61112 (or 0xD61112) is known color: Fire Engine Red. HEX triplet: D6, 11 and 12. RGB value is (214,17,18). Sum of RGB (Red+Green+Blue) = 214+17+18=249 (32% of max value = 765). Red value is 214 (83.98% from 255 or 85.94% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 214 - color contains mainly: red. Hex color #D61112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61112 is #29EEED. Grayscale: #4C4C4C. Windows color (decimal): -2748142 or 1184214. OLE color: 1184214.

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

Color convert

RGB 214 17 18 -
CMYK 0 0.92 0.92 0.16
HSL 359.7º 0.85% 0.45% -
HSV(B) 359.7º 0.92% 0.84% -
XYZ 28.04 14.74 1.94 -
YUV 76.02 95.27 226.42 -
System Red Green Blue C M Y K H S L
Decimal 214 17 18 0 0.92 0.92 0.16 359.7 0.85 0.45
Hex D6 11 12 0 5C 5C 10 168 55 2D
Octal 326 21 22 0 134 134 20 550 125 55
Binary 11010110 10001 10010 0 1011100 1011100 10000 101101000 1010101 101101

Color Harmonies of #D61112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61112

Black with #D61112

Text Example


Text Example

White with #D61112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61112; }

 p { color: rgb(214,17,18); }

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

background-color css

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

 a { background-color: rgb(214,17,18); }

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

border-color css

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

 span { border-color: rgb(214,17,18); }

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