Html Css Color HEX #DB191E Fire Engine Red

📋 copy color: '#DB191E'

red 219 ◦ green 25 ◦ blue 30

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

Shades of Fire Engine Red #DB191E

Tints of Fire Engine Red #DB191E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.12%

 BLUE value IS 30 (12.11% from 255) = 10.95%

R = 79.93%
G = 9.12%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB191E (or 0xDB191E) is known color: Fire Engine Red. HEX triplet: DB, 19 and 1E. RGB value is (219,25,30). Sum of RGB (Red+Green+Blue) = 219+25+30=274 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.93% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 219 - color contains mainly: red. Hex color #DB191E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB191E is #24E6E1. Grayscale: #535353. Windows color (decimal): -2418402 or 1972699. OLE color: 1972699.

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

Color convert

RGB 219 25 30 -
CMYK 0 0.89 0.86 0.14
HSL 358.45º 0.8% 0.48% -
HSV(B) 358.45º 0.89% 0.86% -
XYZ 29.8 15.85 2.72 -
YUV 83.58 97.77 224.59 -
System Red Green Blue C M Y K H S L
Decimal 219 25 30 0 0.89 0.86 0.14 358.45 0.8 0.48
Hex DB 19 1E 0 59 56 E 166 50 30
Octal 333 31 36 0 131 126 16 546 120 60
Binary 11011011 11001 11110 0 1011001 1010110 1110 101100110 1010000 110000

Color Harmonies of #DB191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB191E

Black with #DB191E

Text Example


Text Example

White with #DB191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB191E; }

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

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

background-color css

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

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

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

border-color css

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

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

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