Html Css Color HEX #DB0F20 Fire Engine Red

📋 copy color: '#DB0F20'

red 219 ◦ green 15 ◦ blue 32

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

Shades of Fire Engine Red #DB0F20

Tints of Fire Engine Red #DB0F20

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.64%

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

R = 82.33%
G = 5.64%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB0F20 (or 0xDB0F20) is known color: Fire Engine Red. HEX triplet: DB, 0F and 20. RGB value is (219,15,32). Sum of RGB (Red+Green+Blue) = 219+15+32=266 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.33% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0F20 is #24F0DF. Grayscale: #4E4E4E. Windows color (decimal): -2420960 or 2101211. OLE color: 2101211.

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

Color convert

RGB 219 15 32 -
CMYK 0 0.93 0.85 0.14
HSL 355º 0.87% 0.46% -
HSV(B) 355º 0.93% 0.86% -
XYZ 29.64 15.51 2.8 -
YUV 77.93 102.09 228.62 -
System Red Green Blue C M Y K H S L
Decimal 219 15 32 0 0.93 0.85 0.14 355 0.87 0.46
Hex DB F 20 0 5D 55 E 163 57 2E
Octal 333 17 40 0 135 125 16 543 127 56
Binary 11011011 1111 100000 0 1011101 1010101 1110 101100011 1010111 101110

Color Harmonies of #DB0F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0F20

Black with #DB0F20

Text Example


Text Example

White with #DB0F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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