Html Css Color HEX #DB1119 Fire Engine Red

📋 copy color: '#DB1119'

red 219 ◦ green 17 ◦ blue 25

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

Shades of Fire Engine Red #DB1119

Tints of Fire Engine Red #DB1119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.58%

R = 83.91%
G = 6.51%
B = 9.58%

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

#DB1119 (or 0xDB1119) is known color: Fire Engine Red. HEX triplet: DB, 11 and 19. RGB value is (219,17,25). Sum of RGB (Red+Green+Blue) = 219+17+25=261 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.91% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1119 is #24EEE6. Grayscale: #4E4E4E. Windows color (decimal): -2420455 or 1642971. OLE color: 1642971.

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

Color convert

RGB 219 17 25 -
CMYK 0 0.92 0.89 0.14
HSL 357.62º 0.86% 0.46% -
HSV(B) 357.62º 0.92% 0.86% -
XYZ 29.59 15.53 2.36 -
YUV 78.31 97.92 228.35 -
System Red Green Blue C M Y K H S L
Decimal 219 17 25 0 0.92 0.89 0.14 357.62 0.86 0.46
Hex DB 11 19 0 5C 59 E 166 56 2E
Octal 333 21 31 0 134 131 16 546 126 56
Binary 11011011 10001 11001 0 1011100 1011001 1110 101100110 1010110 101110

Color Harmonies of #DB1119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1119

Black with #DB1119

Text Example


Text Example

White with #DB1119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1119; }

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

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

background-color css

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

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

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

border-color css

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

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

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