Html Css Color HEX #DB1720 Fire Engine Red

📋 copy color: '#DB1720'

red 219 ◦ green 23 ◦ blue 32

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

Shades of Fire Engine Red #DB1720

Tints of Fire Engine Red #DB1720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.68%

R = 79.93%
G = 8.39%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB1720 (or 0xDB1720) is known color: Fire Engine Red. HEX triplet: DB, 17 and 20. RGB value is (219,23,32). Sum of RGB (Red+Green+Blue) = 219+23+32=274 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.93% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1720 is #24E8DF. Grayscale: #525252. Windows color (decimal): -2418912 or 2103259. OLE color: 2103259.

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

Color convert

RGB 219 23 32 -
CMYK 0 0.89 0.85 0.14
HSL 357.24º 0.81% 0.47% -
HSV(B) 357.24º 0.89% 0.86% -
XYZ 29.78 15.78 2.84 -
YUV 82.63 99.43 225.27 -
System Red Green Blue C M Y K H S L
Decimal 219 23 32 0 0.89 0.85 0.14 357.24 0.81 0.47
Hex DB 17 20 0 59 55 E 165 51 2F
Octal 333 27 40 0 131 125 16 545 121 57
Binary 11011011 10111 100000 0 1011001 1010101 1110 101100101 1010001 101111

Color Harmonies of #DB1720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1720

Black with #DB1720

Text Example


Text Example

White with #DB1720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1720; }

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

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

background-color css

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

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

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

border-color css

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

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

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