#DB1922

Color #DB1922 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #DB1922

Tints of Fire Engine Red #DB1922

Color information

#DB1922 (or 0xDB1922) is unknown color: approx Fire Engine Red. HEX triplet: DB, 19 and 22. RGB value is (219,25,34). Sum of RGB (Red+Green+Blue) = 219+25+34=278 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.78% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1922 is #24E6DD. Grayscale: #545454. Windows color (decimal): -2418398 or 2234843. OLE color: 2234843.

HSL color Cylindrical-coordinate representation of color #DB1922: hue angle of 357.22º 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 #DB1922 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB2192534-
CMYK00.890.840.14
HSL357.22º79.51%47.84%-
HSV(B)357.22º88.58%85.88%-
XYZ29.8515.873-
YUV84.0399.77224.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 78.78%
GREEN value IS 25 (10.16% from 255) = 8.99%
BLUE value IS 34 (13.67% from 255) = 12.23%
R=78.78%
G=8.99%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.84
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219253400.890.840.14357.2279.5147.84
HexDB192205954E1655030
Octal333314201311241654512060
Binary110110111100110001001011001101010011101011001011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB1922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB1922; }

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

 H1.HeaderClassName
 {
   color: #DB1922;
 }
 .AnyTagClassName
 {
   color: #DB1922;
 }
</style>
background-color css

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

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

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

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

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

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