Html Css Color HEX #D31214 Fire Engine Red

📋 copy color: '#D31214'

red 211 ◦ green 18 ◦ blue 20

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

Shades of Fire Engine Red #D31214

Tints of Fire Engine Red #D31214

RGB

 RED value IS 211 (82.81% from 255) = 84.74%

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

 BLUE value IS 20 (8.2% from 255) = 8.03%

R = 84.74%
G = 7.23%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D31214 (or 0xD31214) is known color: Fire Engine Red. HEX triplet: D3, 12 and 14. RGB value is (211,18,20). Sum of RGB (Red+Green+Blue) = 211+18+20=249 (32% of max value = 765). Red value is 211 (82.81% from 255 or 84.74% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 211 - color contains mainly: red. Hex color #D31214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31214 is #2CEDEB. Grayscale: #4C4C4C. Windows color (decimal): -2944492 or 1315539. OLE color: 1315539.

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

Color convert

RGB 211 18 20 -
CMYK 0 0.91 0.91 0.17
HSL 359.38º 0.84% 0.45% -
HSV(B) 359.38º 0.91% 0.83% -
XYZ 27.21 14.33 1.99 -
YUV 75.94 96.44 224.34 -
System Red Green Blue C M Y K H S L
Decimal 211 18 20 0 0.91 0.91 0.17 359.38 0.84 0.45
Hex D3 12 14 0 5B 5B 11 167 54 2D
Octal 323 22 24 0 133 133 21 547 124 55
Binary 11010011 10010 10100 0 1011011 1011011 10001 101100111 1010100 101101

Color Harmonies of #D31214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31214

Black with #D31214

Text Example


Text Example

White with #D31214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31214; }

 p { color: rgb(211,18,20); }

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

background-color css

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

 a { background-color: rgb(211,18,20); }

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

border-color css

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

 span { border-color: rgb(211,18,20); }

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