Html Css Color HEX #DB0920 Fire Engine Red

📋 copy color: '#DB0920'

red 219 ◦ green 9 ◦ blue 32

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

Shades of Fire Engine Red #DB0920

Tints of Fire Engine Red #DB0920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.46%

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

R = 84.23%
G = 3.46%
B = 12.31%

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

#DB0920 (or 0xDB0920) is known color: Fire Engine Red. HEX triplet: DB, 09 and 20. RGB value is (219,9,32). Sum of RGB (Red+Green+Blue) = 219+9+32=260 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.23% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0920 is #24F6DF. Grayscale: #4A4A4A. Windows color (decimal): -2422496 or 2099675. OLE color: 2099675.

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

Color convert

RGB 219 9 32 -
CMYK 0 0.96 0.85 0.14
HSL 353.43º 0.92% 0.45% -
HSV(B) 353.43º 0.96% 0.86% -
XYZ 29.57 15.36 2.77 -
YUV 74.41 104.07 231.13 -
System Red Green Blue C M Y K H S L
Decimal 219 9 32 0 0.96 0.85 0.14 353.43 0.92 0.45
Hex DB 9 20 0 60 55 E 161 5C 2D
Octal 333 11 40 0 140 125 16 541 134 55
Binary 11011011 1001 100000 0 1100000 1010101 1110 101100001 1011100 101101

Color Harmonies of #DB0920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0920

Black with #DB0920

Text Example


Text Example

White with #DB0920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0920; }

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

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

background-color css

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

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

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

border-color css

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

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

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