Html Css Color HEX #D4171F Fire Engine Red

📋 copy color: '#D4171F'

red 212 ◦ green 23 ◦ blue 31

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

Shades of Fire Engine Red #D4171F

Tints of Fire Engine Red #D4171F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.65%

 BLUE value IS 31 (12.5% from 255) = 11.65%

R = 79.7%
G = 8.65%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D4171F (or 0xD4171F) is known color: Fire Engine Red. HEX triplet: D4, 17 and 1F. RGB value is (212,23,31). Sum of RGB (Red+Green+Blue) = 212+23+31=266 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.70% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 212 - color contains mainly: red. Hex color #D4171F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4171F is #2BE8E0. Grayscale: #505050. Windows color (decimal): -2877665 or 2037716. OLE color: 2037716.

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

Color convert

RGB 212 23 31 -
CMYK 0 0.89 0.85 0.17
HSL 357.46º 0.8% 0.46% -
HSV(B) 357.46º 0.89% 0.83% -
XYZ 27.71 14.71 2.68 -
YUV 80.42 100.12 221.85 -
System Red Green Blue C M Y K H S L
Decimal 212 23 31 0 0.89 0.85 0.17 357.46 0.8 0.46
Hex D4 17 1F 0 59 55 11 165 50 2E
Octal 324 27 37 0 131 125 21 545 120 56
Binary 11010100 10111 11111 0 1011001 1010101 10001 101100101 1010000 101110

Color Harmonies of #D4171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4171F

Black with #D4171F

Text Example


Text Example

White with #D4171F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4171F; }

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

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

background-color css

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

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

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

border-color css

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

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

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