Html Css Color HEX #DB0520 Fire Engine Red

📋 copy color: '#DB0520'

red 219 ◦ green 5 ◦ blue 32

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

Shades of Fire Engine Red #DB0520

Tints of Fire Engine Red #DB0520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

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

R = 85.55%
G = 1.95%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB0520 (or 0xDB0520) is known color: Fire Engine Red. HEX triplet: DB, 05 and 20. RGB value is (219,5,32). Sum of RGB (Red+Green+Blue) = 219+5+32=256 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.55% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0520 is #24FADF. Grayscale: #484848. Windows color (decimal): -2423520 or 2098651. OLE color: 2098651.

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

Color convert

RGB 219 5 32 -
CMYK 0 0.98 0.85 0.14
HSL 352.43º 0.96% 0.44% -
HSV(B) 352.43º 0.98% 0.86% -
XYZ 29.53 15.27 2.76 -
YUV 72.06 105.4 232.8 -
System Red Green Blue C M Y K H S L
Decimal 219 5 32 0 0.98 0.85 0.14 352.43 0.96 0.44
Hex DB 5 20 0 62 55 E 160 60 2C
Octal 333 5 40 0 142 125 16 540 140 54
Binary 11011011 101 100000 0 1100010 1010101 1110 101100000 1100000 101100

Color Harmonies of #DB0520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0520

Black with #DB0520

Text Example


Text Example

White with #DB0520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0520; }

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

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

background-color css

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

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

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

border-color css

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

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

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