Html Css Color HEX #D41317 Fire Engine Red

📋 copy color: '#D41317'

red 212 ◦ green 19 ◦ blue 23

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

Shades of Fire Engine Red #D41317

Tints of Fire Engine Red #D41317

RGB

 RED value IS 212 (83.2% from 255) = 83.46%

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

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

R = 83.46%
G = 7.48%
B = 9.06%

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

#D41317 (or 0xD41317) is known color: Fire Engine Red. HEX triplet: D4, 13 and 17. RGB value is (212,19,23). Sum of RGB (Red+Green+Blue) = 212+19+23=254 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.46% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 212 - color contains mainly: red. Hex color #D41317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41317 is #2BECE8. Grayscale: #4D4D4D. Windows color (decimal): -2878697 or 1512404. OLE color: 1512404.

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

Color convert

RGB 212 19 23 -
CMYK 0 0.91 0.89 0.17
HSL 358.76º 0.84% 0.45% -
HSV(B) 358.76º 0.91% 0.83% -
XYZ 27.54 14.52 2.16 -
YUV 77.16 97.44 224.17 -
System Red Green Blue C M Y K H S L
Decimal 212 19 23 0 0.91 0.89 0.17 358.76 0.84 0.45
Hex D4 13 17 0 5B 59 11 167 54 2D
Octal 324 23 27 0 133 131 21 547 124 55
Binary 11010100 10011 10111 0 1011011 1011001 10001 101100111 1010100 101101

Color Harmonies of #D41317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41317

Black with #D41317

Text Example


Text Example

White with #D41317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41317; }

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

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

background-color css

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

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

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

border-color css

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

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

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