Html Css Color HEX #DB2022 Fire Engine Red

📋 copy color: '#DB2022'

red 219 ◦ green 32 ◦ blue 34

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

Shades of Fire Engine Red #DB2022

Tints of Fire Engine Red #DB2022

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.23%

 BLUE value IS 34 (13.67% from 255) = 11.93%

R = 76.84%
G = 11.23%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB2022 (or 0xDB2022) is known color: Fire Engine Red. HEX triplet: DB, 20 and 22. RGB value is (219,32,34). Sum of RGB (Red+Green+Blue) = 219+32+34=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2022 is #24DFDD. Grayscale: #585858. Windows color (decimal): -2416606 or 2236635. OLE color: 2236635.

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

Color convert

RGB 219 32 34 -
CMYK 0 0.85 0.84 0.14
HSL 359.36º 0.75% 0.49% -
HSV(B) 359.36º 0.85% 0.86% -
XYZ 30.02 16.21 3.06 -
YUV 88.14 97.45 221.34 -
System Red Green Blue C M Y K H S L
Decimal 219 32 34 0 0.85 0.84 0.14 359.36 0.75 0.49
Hex DB 20 22 0 55 54 E 167 4B 31
Octal 333 40 42 0 125 124 16 547 113 61
Binary 11011011 100000 100010 0 1010101 1010100 1110 101100111 1001011 110001

Color Harmonies of #DB2022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2022

Black with #DB2022

Text Example


Text Example

White with #DB2022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2022; }

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

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

background-color css

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

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

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

border-color css

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

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

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