Html Css Color HEX #DB0820 Fire Engine Red

📋 copy color: '#DB0820'

red 219 ◦ green 8 ◦ blue 32

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

Shades of Fire Engine Red #DB0820

Tints of Fire Engine Red #DB0820

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.09%

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

R = 84.56%
G = 3.09%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB0820 (or 0xDB0820) is known color: Fire Engine Red. HEX triplet: DB, 08 and 20. RGB value is (219,8,32). Sum of RGB (Red+Green+Blue) = 219+8+32=259 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.56% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0820 is #24F7DF. Grayscale: #494949. Windows color (decimal): -2422752 or 2099419. OLE color: 2099419.

HSL color Cylindrical-coordinate representation of color #DB0820: hue angle of 353.18º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0820 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 8 32 -
CMYK 0 0.96 0.85 0.14
HSL 353.18º 0.93% 0.45% -
HSV(B) 353.18º 0.96% 0.86% -
XYZ 29.56 15.34 2.77 -
YUV 73.83 104.4 231.55 -
System Red Green Blue C M Y K H S L
Decimal 219 8 32 0 0.96 0.85 0.14 353.18 0.93 0.45
Hex DB 8 20 0 60 55 E 161 5D 2D
Octal 333 10 40 0 140 125 16 541 135 55
Binary 11011011 1000 100000 0 1100000 1010101 1110 101100001 1011101 101101

Color Harmonies of #DB0820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0820

Black with #DB0820

Text Example


Text Example

White with #DB0820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0820; }

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

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

background-color css

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

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

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

border-color css

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

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

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