Html Css Color HEX #DB1722 Fire Engine Red

📋 copy color: '#DB1722'

red 219 ◦ green 23 ◦ blue 34

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

Shades of Fire Engine Red #DB1722

Tints of Fire Engine Red #DB1722

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.33%

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

R = 79.35%
G = 8.33%
B = 12.32%

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

#DB1722 (or 0xDB1722) is known color: Fire Engine Red. HEX triplet: DB, 17 and 22. RGB value is (219,23,34). Sum of RGB (Red+Green+Blue) = 219+23+34=276 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.35% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1722 is #24E8DD. Grayscale: #535353. Windows color (decimal): -2418910 or 2234331. OLE color: 2234331.

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

Color convert

RGB 219 23 34 -
CMYK 0 0.89 0.84 0.14
HSL 356.63º 0.81% 0.47% -
HSV(B) 356.63º 0.89% 0.86% -
XYZ 29.81 15.79 2.99 -
YUV 82.86 100.43 225.11 -
System Red Green Blue C M Y K H S L
Decimal 219 23 34 0 0.89 0.84 0.14 356.63 0.81 0.47
Hex DB 17 22 0 59 54 E 165 51 2F
Octal 333 27 42 0 131 124 16 545 121 57
Binary 11011011 10111 100010 0 1011001 1010100 1110 101100101 1010001 101111

Color Harmonies of #DB1722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1722

Black with #DB1722

Text Example


Text Example

White with #DB1722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1722; }

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

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

background-color css

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

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

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

border-color css

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

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

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