Html Css Color HEX #D31118 Fire Engine Red

📋 copy color: '#D31118'

red 211 ◦ green 17 ◦ blue 24

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

Shades of Fire Engine Red #D31118

Tints of Fire Engine Red #D31118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.52%

R = 83.73%
G = 6.75%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D31118 (or 0xD31118) is known color: Fire Engine Red. HEX triplet: D3, 11 and 18. RGB value is (211,17,24). Sum of RGB (Red+Green+Blue) = 211+17+24=252 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.73% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 211 - color contains mainly: red. Hex color #D31118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31118 is #2CEEE7. Grayscale: #4B4B4B. Windows color (decimal): -2944744 or 1577427. OLE color: 1577427.

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

Color convert

RGB 211 17 24 -
CMYK 0 0.92 0.89 0.17
HSL 357.84º 0.85% 0.45% -
HSV(B) 357.84º 0.92% 0.83% -
XYZ 27.23 14.32 2.19 -
YUV 75.8 98.77 224.43 -
System Red Green Blue C M Y K H S L
Decimal 211 17 24 0 0.92 0.89 0.17 357.84 0.85 0.45
Hex D3 11 18 0 5C 59 11 166 55 2D
Octal 323 21 30 0 134 131 21 546 125 55
Binary 11010011 10001 11000 0 1011100 1011001 10001 101100110 1010101 101101

Color Harmonies of #D31118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31118

Black with #D31118

Text Example


Text Example

White with #D31118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31118; }

 p { color: rgb(211,17,24); }

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

background-color css

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

 a { background-color: rgb(211,17,24); }

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

border-color css

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

 span { border-color: rgb(211,17,24); }

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