Html Css Color HEX #DB1420 Fire Engine Red

📋 copy color: '#DB1420'

red 219 ◦ green 20 ◦ blue 32

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

Shades of Fire Engine Red #DB1420

Tints of Fire Engine Red #DB1420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.38%

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

R = 80.81%
G = 7.38%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB1420 (or 0xDB1420) is known color: Fire Engine Red. HEX triplet: DB, 14 and 20. RGB value is (219,20,32). Sum of RGB (Red+Green+Blue) = 219+20+32=271 (35% of max value = 765). Red value is 219 (85.94% from 255 or 80.81% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1420 is #24EBDF. Grayscale: #515151. Windows color (decimal): -2419680 or 2102491. OLE color: 2102491.

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

Color convert

RGB 219 20 32 -
CMYK 0 0.91 0.85 0.14
HSL 356.38º 0.83% 0.47% -
HSV(B) 356.38º 0.91% 0.86% -
XYZ 29.72 15.66 2.82 -
YUV 80.87 100.43 226.52 -
System Red Green Blue C M Y K H S L
Decimal 219 20 32 0 0.91 0.85 0.14 356.38 0.83 0.47
Hex DB 14 20 0 5B 55 E 164 53 2F
Octal 333 24 40 0 133 125 16 544 123 57
Binary 11011011 10100 100000 0 1011011 1010101 1110 101100100 1010011 101111

Color Harmonies of #DB1420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1420

Black with #DB1420

Text Example


Text Example

White with #DB1420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1420; }

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

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

background-color css

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

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

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

border-color css

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

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

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