Html Css Color HEX #DB1112 Fire Engine Red

📋 copy color: '#DB1112'

red 219 ◦ green 17 ◦ blue 18

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

Shades of Fire Engine Red #DB1112

Tints of Fire Engine Red #DB1112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.09%

R = 86.22%
G = 6.69%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB1112 (or 0xDB1112) is known color: Fire Engine Red. HEX triplet: DB, 11 and 12. RGB value is (219,17,18). Sum of RGB (Red+Green+Blue) = 219+17+18=254 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.22% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1112 is #24EEED. Grayscale: #4D4D4D. Windows color (decimal): -2420462 or 1184219. OLE color: 1184219.

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

Color convert

RGB 219 17 18 -
CMYK 0 0.92 0.92 0.14
HSL 359.7º 0.86% 0.46% -
HSV(B) 359.7º 0.92% 0.86% -
XYZ 29.52 15.5 2.01 -
YUV 77.51 94.42 228.92 -
System Red Green Blue C M Y K H S L
Decimal 219 17 18 0 0.92 0.92 0.14 359.7 0.86 0.46
Hex DB 11 12 0 5C 5C E 168 56 2E
Octal 333 21 22 0 134 134 16 550 126 56
Binary 11011011 10001 10010 0 1011100 1011100 1110 101101000 1010110 101110

Color Harmonies of #DB1112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1112

Black with #DB1112

Text Example


Text Example

White with #DB1112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1112; }

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

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

background-color css

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

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

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

border-color css

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

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

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