Html Css Color HEX #DB1014 Fire Engine Red

📋 copy color: '#DB1014'

red 219 ◦ green 16 ◦ blue 20

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

Shades of Fire Engine Red #DB1014

Tints of Fire Engine Red #DB1014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.84%

R = 85.88%
G = 6.27%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB1014 (or 0xDB1014) is known color: Fire Engine Red. HEX triplet: DB, 10 and 14. RGB value is (219,16,20). Sum of RGB (Red+Green+Blue) = 219+16+20=255 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.88% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1014 is #24EFEB. Grayscale: #4D4D4D. Windows color (decimal): -2420716 or 1315035. OLE color: 1315035.

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

Color convert

RGB 219 16 20 -
CMYK 0 0.93 0.91 0.14
HSL 358.82º 0.86% 0.46% -
HSV(B) 358.82º 0.93% 0.86% -
XYZ 29.52 15.48 2.09 -
YUV 77.15 95.75 229.17 -
System Red Green Blue C M Y K H S L
Decimal 219 16 20 0 0.93 0.91 0.14 358.82 0.86 0.46
Hex DB 10 14 0 5D 5B E 167 56 2E
Octal 333 20 24 0 135 133 16 547 126 56
Binary 11011011 10000 10100 0 1011101 1011011 1110 101100111 1010110 101110

Color Harmonies of #DB1014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1014

Black with #DB1014

Text Example


Text Example

White with #DB1014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1014; }

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

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

background-color css

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

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

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

border-color css

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

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

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