Html Css Color HEX #D31316 Fire Engine Red

📋 copy color: '#D31316'

red 211 ◦ green 19 ◦ blue 22

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

Shades of Fire Engine Red #D31316

Tints of Fire Engine Red #D31316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.54%

 BLUE value IS 22 (8.98% from 255) = 8.73%

R = 83.73%
G = 7.54%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D31316 (or 0xD31316) is known color: Fire Engine Red. HEX triplet: D3, 13 and 16. RGB value is (211,19,22). Sum of RGB (Red+Green+Blue) = 211+19+22=252 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.73% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 211 - color contains mainly: red. Hex color #D31316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31316 is #2CECE9. Grayscale: #4C4C4C. Windows color (decimal): -2944234 or 1446867. OLE color: 1446867.

HSL color Cylindrical-coordinate representation of color #D31316: hue angle of 359.06º degrees, saturation: 0.83, 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 #D31316 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 19 22 -
CMYK 0 0.91 0.90 0.17
HSL 359.06º 0.83% 0.45% -
HSV(B) 359.06º 0.91% 0.83% -
XYZ 27.24 14.37 2.1 -
YUV 76.75 97.11 223.76 -
System Red Green Blue C M Y K H S L
Decimal 211 19 22 0 0.91 0.90 0.17 359.06 0.83 0.45
Hex D3 13 16 0 5B 5A 11 167 53 2D
Octal 323 23 26 0 133 132 21 547 123 55
Binary 11010011 10011 10110 0 1011011 1011010 10001 101100111 1010011 101101

Color Harmonies of #D31316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31316

Black with #D31316

Text Example


Text Example

White with #D31316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31316; }

 p { color: rgb(211,19,22); }

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

background-color css

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

 a { background-color: rgb(211,19,22); }

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

border-color css

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

 span { border-color: rgb(211,19,22); }

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