Html Css Color HEX #D0171F Fire Engine Red

📋 copy color: '#D0171F'

red 208 ◦ green 23 ◦ blue 31

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

Shades of Fire Engine Red #D0171F

Tints of Fire Engine Red #D0171F

RGB

 RED value IS 208 (81.64% from 255) = 79.39%

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

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

R = 79.39%
G = 8.78%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0171F (or 0xD0171F) is known color: Fire Engine Red. HEX triplet: D0, 17 and 1F. RGB value is (208,23,31). Sum of RGB (Red+Green+Blue) = 208+23+31=262 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.39% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 208 - color contains mainly: red. Hex color #D0171F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0171F is #2FE8E0. Grayscale: #4F4F4F. Windows color (decimal): -3139809 or 2037712. OLE color: 2037712.

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

Color convert

RGB 208 23 31 -
CMYK 0 0.89 0.85 0.18
HSL 357.41º 0.8% 0.45% -
HSV(B) 357.41º 0.89% 0.82% -
XYZ 26.57 14.12 2.62 -
YUV 79.23 100.79 219.85 -
System Red Green Blue C M Y K H S L
Decimal 208 23 31 0 0.89 0.85 0.18 357.41 0.8 0.45
Hex D0 17 1F 0 59 55 12 165 50 2D
Octal 320 27 37 0 131 125 22 545 120 55
Binary 11010000 10111 11111 0 1011001 1010101 10010 101100101 1010000 101101

Color Harmonies of #D0171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0171F

Black with #D0171F

Text Example


Text Example

White with #D0171F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0171F; }

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

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

background-color css

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

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

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

border-color css

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

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

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