Html Css Color HEX #DB1922 Fire Engine Red

📋 copy color: '#DB1922'

red 219 ◦ green 25 ◦ blue 34

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

Shades of Fire Engine Red #DB1922

Tints of Fire Engine Red #DB1922

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 value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB1922 (or 0xDB1922) is known color: 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

RGB 219 25 34 -
CMYK 0 0.89 0.84 0.14
HSL 357.22º 0.8% 0.48% -
HSV(B) 357.22º 0.89% 0.86% -
XYZ 29.85 15.87 3 -
YUV 84.03 99.77 224.27 -
System Red Green Blue C M Y K H S L
Decimal 219 25 34 0 0.89 0.84 0.14 357.22 0.8 0.48
Hex DB 19 22 0 59 54 E 165 50 30
Octal 333 31 42 0 131 124 16 545 120 60
Binary 11011011 11001 100010 0 1011001 1010100 1110 101100101 1010000 110000

Color Harmonies of #DB1922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1922

Black with #DB1922

Text Example


Text Example

White with #DB1922

Text Example


Text Example

HTML Codes & Css Web 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>