Html Css Color HEX #DB1316 Fire Engine Red

📋 copy color: '#DB1316'

red 219 ◦ green 19 ◦ blue 22

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

Shades of Fire Engine Red #DB1316

Tints of Fire Engine Red #DB1316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.31%

 BLUE value IS 22 (8.98% from 255) = 8.46%

R = 84.23%
G = 7.31%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB1316 (or 0xDB1316) is known color: Fire Engine Red. HEX triplet: DB, 13 and 16. RGB value is (219,19,22). Sum of RGB (Red+Green+Blue) = 219+19+22=260 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.23% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1316 is #24ECE9. Grayscale: #4F4F4F. Windows color (decimal): -2419946 or 1446875. OLE color: 1446875.

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

Color convert

RGB 219 19 22 -
CMYK 0 0.91 0.90 0.14
HSL 359.1º 0.84% 0.47% -
HSV(B) 359.1º 0.91% 0.86% -
XYZ 29.59 15.58 2.21 -
YUV 79.14 95.76 227.76 -
System Red Green Blue C M Y K H S L
Decimal 219 19 22 0 0.91 0.90 0.14 359.1 0.84 0.47
Hex DB 13 16 0 5B 5A E 167 54 2F
Octal 333 23 26 0 133 132 16 547 124 57
Binary 11011011 10011 10110 0 1011011 1011010 1110 101100111 1010100 101111

Color Harmonies of #DB1316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1316

Black with #DB1316

Text Example


Text Example

White with #DB1316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1316; }

 p { color: rgb(219,19,22); }

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

background-color css

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

 a { background-color: rgb(219,19,22); }

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

border-color css

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

 span { border-color: rgb(219,19,22); }

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