Html Css Color HEX #DB1620 Fire Engine Red

📋 copy color: '#DB1620'

red 219 ◦ green 22 ◦ blue 32

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

Shades of Fire Engine Red #DB1620

Tints of Fire Engine Red #DB1620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.06%

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

R = 80.22%
G = 8.06%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB1620 (or 0xDB1620) is known color: Fire Engine Red. HEX triplet: DB, 16 and 20. RGB value is (219,22,32). Sum of RGB (Red+Green+Blue) = 219+22+32=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1620 is #24E9DF. Grayscale: #525252. Windows color (decimal): -2419168 or 2103003. OLE color: 2103003.

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

Color convert

RGB 219 22 32 -
CMYK 0 0.90 0.85 0.14
HSL 356.95º 0.82% 0.47% -
HSV(B) 356.95º 0.9% 0.86% -
XYZ 29.76 15.74 2.84 -
YUV 82.04 99.77 225.69 -
System Red Green Blue C M Y K H S L
Decimal 219 22 32 0 0.90 0.85 0.14 356.95 0.82 0.47
Hex DB 16 20 0 5A 55 E 165 52 2F
Octal 333 26 40 0 132 125 16 545 122 57
Binary 11011011 10110 100000 0 1011010 1010101 1110 101100101 1010010 101111

Color Harmonies of #DB1620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1620

Black with #DB1620

Text Example


Text Example

White with #DB1620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1620; }

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

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

background-color css

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

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

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

border-color css

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

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

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