Html Css Color HEX #DB1A20 Fire Engine Red

📋 copy color: '#DB1A20'

red 219 ◦ green 26 ◦ blue 32

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

Shades of Fire Engine Red #DB1A20

Tints of Fire Engine Red #DB1A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.39%

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

R = 79.06%
G = 9.39%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB1A20 (or 0xDB1A20) is known color: Fire Engine Red. HEX triplet: DB, 1A and 20. RGB value is (219,26,32). Sum of RGB (Red+Green+Blue) = 219+26+32=277 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.06% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1A20 is #24E5DF. Grayscale: #545454. Windows color (decimal): -2418144 or 2104027. OLE color: 2104027.

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

Color convert

RGB 219 26 32 -
CMYK 0 0.88 0.85 0.14
HSL 358.13º 0.79% 0.48% -
HSV(B) 358.13º 0.88% 0.86% -
XYZ 29.84 15.9 2.86 -
YUV 84.39 98.44 224.01 -
System Red Green Blue C M Y K H S L
Decimal 219 26 32 0 0.88 0.85 0.14 358.13 0.79 0.48
Hex DB 1A 20 0 58 55 E 166 4F 30
Octal 333 32 40 0 130 125 16 546 117 60
Binary 11011011 11010 100000 0 1011000 1010101 1110 101100110 1001111 110000

Color Harmonies of #DB1A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1A20

Black with #DB1A20

Text Example


Text Example

White with #DB1A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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