Html Css Color HEX #D41217 Fire Engine Red

📋 copy color: '#D41217'

red 212 ◦ green 18 ◦ blue 23

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

Shades of Fire Engine Red #D41217

Tints of Fire Engine Red #D41217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.11%

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

R = 83.79%
G = 7.11%
B = 9.09%

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

#D41217 (or 0xD41217) is known color: Fire Engine Red. HEX triplet: D4, 12 and 17. RGB value is (212,18,23). Sum of RGB (Red+Green+Blue) = 212+18+23=253 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.79% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 212 - color contains mainly: red. Hex color #D41217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41217 is #2BEDE8. Grayscale: #4C4C4C. Windows color (decimal): -2878953 or 1512148. OLE color: 1512148.

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

Color convert

RGB 212 18 23 -
CMYK 0 0.92 0.89 0.17
HSL 358.45º 0.84% 0.45% -
HSV(B) 358.45º 0.92% 0.83% -
XYZ 27.52 14.49 2.16 -
YUV 76.58 97.77 224.59 -
System Red Green Blue C M Y K H S L
Decimal 212 18 23 0 0.92 0.89 0.17 358.45 0.84 0.45
Hex D4 12 17 0 5C 59 11 166 54 2D
Octal 324 22 27 0 134 131 21 546 124 55
Binary 11010100 10010 10111 0 1011100 1011001 10001 101100110 1010100 101101

Color Harmonies of #D41217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41217

Black with #D41217

Text Example


Text Example

White with #D41217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41217; }

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

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

background-color css

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

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

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

border-color css

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

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

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