Html Css Color HEX #DB1928 Fire Engine Red

📋 copy color: '#DB1928'

red 219 ◦ green 25 ◦ blue 40

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

Shades of Fire Engine Red #DB1928

Tints of Fire Engine Red #DB1928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.8%

 BLUE value IS 40 (16.02% from 255) = 14.08%

R = 77.11%
G = 8.8%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB1928 (or 0xDB1928) is known color: Fire Engine Red. HEX triplet: DB, 19 and 28. RGB value is (219,25,40). Sum of RGB (Red+Green+Blue) = 219+25+40=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1928 is #24E6D7. Grayscale: #545454. Windows color (decimal): -2418392 or 2628059. OLE color: 2628059.

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

Color convert

RGB 219 25 40 -
CMYK 0 0.89 0.82 0.14
HSL 355.36º 0.8% 0.48% -
HSV(B) 355.36º 0.89% 0.86% -
XYZ 29.94 15.91 3.5 -
YUV 84.72 102.77 223.78 -
System Red Green Blue C M Y K H S L
Decimal 219 25 40 0 0.89 0.82 0.14 355.36 0.8 0.48
Hex DB 19 28 0 59 52 E 163 50 30
Octal 333 31 50 0 131 122 16 543 120 60
Binary 11011011 11001 101000 0 1011001 1010010 1110 101100011 1010000 110000

Color Harmonies of #DB1928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1928

Black with #DB1928

Text Example


Text Example

White with #DB1928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1928; }

 p { color: rgb(219,25,40); }

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

background-color css

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

 a { background-color: rgb(219,25,40); }

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

border-color css

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

 span { border-color: rgb(219,25,40); }

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