Html Css Color HEX #DB1517 Fire Engine Red

📋 copy color: '#DB1517'

red 219 ◦ green 21 ◦ blue 23

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

Shades of Fire Engine Red #DB1517

Tints of Fire Engine Red #DB1517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.98%

 BLUE value IS 23 (9.38% from 255) = 8.75%

R = 83.27%
G = 7.98%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB1517 (or 0xDB1517) is known color: Fire Engine Red. HEX triplet: DB, 15 and 17. RGB value is (219,21,23). Sum of RGB (Red+Green+Blue) = 219+21+23=263 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.27% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1517 is #24EAE8. Grayscale: #505050. Windows color (decimal): -2419433 or 1512923. OLE color: 1512923.

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

Color convert

RGB 219 21 23 -
CMYK 0 0.90 0.89 0.14
HSL 359.39º 0.83% 0.47% -
HSV(B) 359.39º 0.9% 0.86% -
XYZ 29.64 15.66 2.27 -
YUV 80.43 95.6 226.84 -
System Red Green Blue C M Y K H S L
Decimal 219 21 23 0 0.90 0.89 0.14 359.39 0.83 0.47
Hex DB 15 17 0 5A 59 E 167 52 2F
Octal 333 25 27 0 132 131 16 547 122 57
Binary 11011011 10101 10111 0 1011010 1011001 1110 101100111 1010010 101111

Color Harmonies of #DB1517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1517

Black with #DB1517

Text Example


Text Example

White with #DB1517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1517; }

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

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

background-color css

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

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

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

border-color css

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

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

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