Html Css Color HEX #DB1016 Fire Engine Red

📋 copy color: '#DB1016'

red 219 ◦ green 16 ◦ blue 22

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

Shades of Fire Engine Red #DB1016

Tints of Fire Engine Red #DB1016

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.23%

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

R = 85.21%
G = 6.23%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB1016 (or 0xDB1016) is known color: Fire Engine Red. HEX triplet: DB, 10 and 16. RGB value is (219,16,22). Sum of RGB (Red+Green+Blue) = 219+16+22=257 (34% of max value = 765). Red value is 219 (85.94% from 255 or 85.21% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1016 is #24EFE9. Grayscale: #4D4D4D. Windows color (decimal): -2420714 or 1446107. OLE color: 1446107.

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

Color convert

RGB 219 16 22 -
CMYK 0 0.93 0.90 0.14
HSL 358.23º 0.86% 0.46% -
HSV(B) 358.23º 0.93% 0.86% -
XYZ 29.54 15.49 2.19 -
YUV 77.38 96.75 229.01 -
System Red Green Blue C M Y K H S L
Decimal 219 16 22 0 0.93 0.90 0.14 358.23 0.86 0.46
Hex DB 10 16 0 5D 5A E 166 56 2E
Octal 333 20 26 0 135 132 16 546 126 56
Binary 11011011 10000 10110 0 1011101 1011010 1110 101100110 1010110 101110

Color Harmonies of #DB1016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1016

Black with #DB1016

Text Example


Text Example

White with #DB1016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1016; }

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

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

background-color css

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

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

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

border-color css

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

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

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