Html Css Color HEX #D41517 Fire Engine Red

📋 copy color: '#D41517'

red 212 ◦ green 21 ◦ blue 23

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

Shades of Fire Engine Red #D41517

Tints of Fire Engine Red #D41517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.2%

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

R = 82.81%
G = 8.2%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D41517 (or 0xD41517) is known color: Fire Engine Red. HEX triplet: D4, 15 and 17. RGB value is (212,21,23). Sum of RGB (Red+Green+Blue) = 212+21+23=256 (33% of max value = 765). Red value is 212 (83.20% from 255 or 82.81% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 212 - color contains mainly: red. Hex color #D41517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41517 is #2BEAE8. Grayscale: #4E4E4E. Windows color (decimal): -2878185 or 1512916. OLE color: 1512916.

HSL color Cylindrical-coordinate representation of color #D41517: hue angle of 359.37º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41517 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 21 23 -
CMYK 0 0.90 0.89 0.17
HSL 359.37º 0.82% 0.46% -
HSV(B) 359.37º 0.9% 0.83% -
XYZ 27.57 14.6 2.17 -
YUV 78.34 96.78 223.34 -
System Red Green Blue C M Y K H S L
Decimal 212 21 23 0 0.90 0.89 0.17 359.37 0.82 0.46
Hex D4 15 17 0 5A 59 11 167 52 2E
Octal 324 25 27 0 132 131 21 547 122 56
Binary 11010100 10101 10111 0 1011010 1011001 10001 101100111 1010010 101110

Color Harmonies of #D41517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41517

Black with #D41517

Text Example


Text Example

White with #D41517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41517; }

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

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

background-color css

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

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

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

border-color css

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

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

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