Html Css Color HEX #D5171F Fire Engine Red

📋 copy color: '#D5171F'

red 213 ◦ green 23 ◦ blue 31

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

Shades of Fire Engine Red #D5171F

Tints of Fire Engine Red #D5171F

RGB

 RED value IS 213 (83.59% from 255) = 79.78%

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

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

R = 79.78%
G = 8.61%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5171F (or 0xD5171F) is known color: Fire Engine Red. HEX triplet: D5, 17 and 1F. RGB value is (213,23,31). Sum of RGB (Red+Green+Blue) = 213+23+31=267 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.78% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 213 - color contains mainly: red. Hex color #D5171F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5171F is #2AE8E0. Grayscale: #505050. Windows color (decimal): -2812129 or 2037717. OLE color: 2037717.

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

Color convert

RGB 213 23 31 -
CMYK 0 0.89 0.85 0.16
HSL 357.47º 0.81% 0.46% -
HSV(B) 357.47º 0.89% 0.84% -
XYZ 27.99 14.86 2.69 -
YUV 80.72 99.95 222.35 -
System Red Green Blue C M Y K H S L
Decimal 213 23 31 0 0.89 0.85 0.16 357.47 0.81 0.46
Hex D5 17 1F 0 59 55 10 165 51 2E
Octal 325 27 37 0 131 125 20 545 121 56
Binary 11010101 10111 11111 0 1011001 1010101 10000 101100101 1010001 101110

Color Harmonies of #D5171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5171F

Black with #D5171F

Text Example


Text Example

White with #D5171F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5171F; }

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

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

background-color css

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

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

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

border-color css

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

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

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