Html Css Color HEX #DB1718 Fire Engine Red

📋 copy color: '#DB1718'

red 219 ◦ green 23 ◦ blue 24

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

Shades of Fire Engine Red #DB1718

Tints of Fire Engine Red #DB1718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.02%

R = 82.33%
G = 8.65%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB1718 (or 0xDB1718) is known color: Fire Engine Red. HEX triplet: DB, 17 and 18. RGB value is (219,23,24). Sum of RGB (Red+Green+Blue) = 219+23+24=266 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.33% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1718 is #24E8E7. Grayscale: #515151. Windows color (decimal): -2418920 or 1578971. OLE color: 1578971.

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

Color convert

RGB 219 23 24 -
CMYK 0 0.89 0.89 0.14
HSL 359.69º 0.81% 0.47% -
HSV(B) 359.69º 0.89% 0.86% -
XYZ 29.68 15.74 2.34 -
YUV 81.72 95.43 225.92 -
System Red Green Blue C M Y K H S L
Decimal 219 23 24 0 0.89 0.89 0.14 359.69 0.81 0.47
Hex DB 17 18 0 59 59 E 168 51 2F
Octal 333 27 30 0 131 131 16 550 121 57
Binary 11011011 10111 11000 0 1011001 1011001 1110 101101000 1010001 101111

Color Harmonies of #DB1718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1718

Black with #DB1718

Text Example


Text Example

White with #DB1718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1718; }

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

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

background-color css

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

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

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

border-color css

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

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

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