Html Css Color HEX #DB171F Fire Engine Red

📋 copy color: '#DB171F'

red 219 ◦ green 23 ◦ blue 31

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

Shades of Fire Engine Red #DB171F

Tints of Fire Engine Red #DB171F

RGB

 RED value IS 219 (85.94% from 255) = 80.22%

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

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

R = 80.22%
G = 8.42%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB171F (or 0xDB171F) is known color: Fire Engine Red. HEX triplet: DB, 17 and 1F. RGB value is (219,23,31). Sum of RGB (Red+Green+Blue) = 219+23+31=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB171F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB171F is #24E8E0. Grayscale: #525252. Windows color (decimal): -2418913 or 2037723. OLE color: 2037723.

HSL color Cylindrical-coordinate representation of color #DB171F: hue angle of 357.55º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB171F is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 23 31 -
CMYK 0 0.89 0.86 0.14
HSL 357.55º 0.81% 0.47% -
HSV(B) 357.55º 0.89% 0.86% -
XYZ 29.77 15.77 2.77 -
YUV 82.52 98.93 225.35 -
System Red Green Blue C M Y K H S L
Decimal 219 23 31 0 0.89 0.86 0.14 357.55 0.81 0.47
Hex DB 17 1F 0 59 56 E 166 51 2F
Octal 333 27 37 0 131 126 16 546 121 57
Binary 11011011 10111 11111 0 1011001 1010110 1110 101100110 1010001 101111

Color Harmonies of #DB171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB171F

Black with #DB171F

Text Example


Text Example

White with #DB171F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB171F; }

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

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

background-color css

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

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

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

border-color css

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

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

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