Html Css Color HEX #DB1118 Fire Engine Red

📋 copy color: '#DB1118'

red 219 ◦ green 17 ◦ blue 24

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

Shades of Fire Engine Red #DB1118

Tints of Fire Engine Red #DB1118

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.54%

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

R = 84.23%
G = 6.54%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB1118 (or 0xDB1118) is known color: Fire Engine Red. HEX triplet: DB, 11 and 18. RGB value is (219,17,24). Sum of RGB (Red+Green+Blue) = 219+17+24=260 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.23% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1118 is #24EEE7. Grayscale: #4E4E4E. Windows color (decimal): -2420456 or 1577435. OLE color: 1577435.

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

Color convert

RGB 219 17 24 -
CMYK 0 0.92 0.89 0.14
HSL 357.92º 0.86% 0.46% -
HSV(B) 357.92º 0.92% 0.86% -
XYZ 29.58 15.53 2.3 -
YUV 78.2 97.42 228.43 -
System Red Green Blue C M Y K H S L
Decimal 219 17 24 0 0.92 0.89 0.14 357.92 0.86 0.46
Hex DB 11 18 0 5C 59 E 166 56 2E
Octal 333 21 30 0 134 131 16 546 126 56
Binary 11011011 10001 11000 0 1011100 1011001 1110 101100110 1010110 101110

Color Harmonies of #DB1118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1118

Black with #DB1118

Text Example


Text Example

White with #DB1118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1118; }

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

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

background-color css

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

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

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

border-color css

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

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

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