Html Css Color HEX #DB171A Fire Engine Red

📋 copy color: '#DB171A'

red 219 ◦ green 23 ◦ blue 26

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

Shades of Fire Engine Red #DB171A

Tints of Fire Engine Red #DB171A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.7%

R = 81.72%
G = 8.58%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB171A (or 0xDB171A) is known color: Fire Engine Red. HEX triplet: DB, 17 and 1A. RGB value is (219,23,26). Sum of RGB (Red+Green+Blue) = 219+23+26=268 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.72% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 219 - color contains mainly: red. Hex color #DB171A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB171A is #24E8E5. Grayscale: #525252. Windows color (decimal): -2418918 or 1710043. OLE color: 1710043.

HSL color Cylindrical-coordinate representation of color #DB171A: hue angle of 359.08º 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 #DB171A is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 23 26 -
CMYK 0 0.89 0.88 0.14
HSL 359.08º 0.81% 0.47% -
HSV(B) 359.08º 0.89% 0.86% -
XYZ 29.71 15.75 2.45 -
YUV 81.95 96.43 225.76 -
System Red Green Blue C M Y K H S L
Decimal 219 23 26 0 0.89 0.88 0.14 359.08 0.81 0.47
Hex DB 17 1A 0 59 58 E 167 51 2F
Octal 333 27 32 0 131 130 16 547 121 57
Binary 11011011 10111 11010 0 1011001 1011000 1110 101100111 1010001 101111

Color Harmonies of #DB171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB171A

Black with #DB171A

Text Example


Text Example

White with #DB171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB171A; }

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

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

background-color css

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

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

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

border-color css

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

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

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