Html Css Color HEX #D31317 Fire Engine Red

📋 copy color: '#D31317'

red 211 ◦ green 19 ◦ blue 23

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

Shades of Fire Engine Red #D31317

Tints of Fire Engine Red #D31317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.09%

R = 83.4%
G = 7.51%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D31317 (or 0xD31317) is known color: Fire Engine Red. HEX triplet: D3, 13 and 17. RGB value is (211,19,23). Sum of RGB (Red+Green+Blue) = 211+19+23=253 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.40% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 211 - color contains mainly: red. Hex color #D31317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31317 is #2CECE8. Grayscale: #4D4D4D. Windows color (decimal): -2944233 or 1512403. OLE color: 1512403.

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

Color convert

RGB 211 19 23 -
CMYK 0 0.91 0.89 0.17
HSL 358.75º 0.83% 0.45% -
HSV(B) 358.75º 0.91% 0.83% -
XYZ 27.25 14.38 2.15 -
YUV 76.86 97.61 223.67 -
System Red Green Blue C M Y K H S L
Decimal 211 19 23 0 0.91 0.89 0.17 358.75 0.83 0.45
Hex D3 13 17 0 5B 59 11 167 53 2D
Octal 323 23 27 0 133 131 21 547 123 55
Binary 11010011 10011 10111 0 1011011 1011001 10001 101100111 1010011 101101

Color Harmonies of #D31317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31317

Black with #D31317

Text Example


Text Example

White with #D31317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31317; }

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

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

background-color css

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

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

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

border-color css

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

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

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