Html Css Color HEX #DB1018 Fire Engine Red

📋 copy color: '#DB1018'

red 219 ◦ green 16 ◦ blue 24

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

Shades of Fire Engine Red #DB1018

Tints of Fire Engine Red #DB1018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.27%

R = 84.56%
G = 6.18%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB1018 (or 0xDB1018) is known color: Fire Engine Red. HEX triplet: DB, 10 and 18. RGB value is (219,16,24). Sum of RGB (Red+Green+Blue) = 219+16+24=259 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.56% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1018 is #24EFE7. Grayscale: #4D4D4D. Windows color (decimal): -2420712 or 1577179. OLE color: 1577179.

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

Color convert

RGB 219 16 24 -
CMYK 0 0.93 0.89 0.14
HSL 357.64º 0.86% 0.46% -
HSV(B) 357.64º 0.93% 0.86% -
XYZ 29.56 15.5 2.3 -
YUV 77.61 97.75 228.85 -
System Red Green Blue C M Y K H S L
Decimal 219 16 24 0 0.93 0.89 0.14 357.64 0.86 0.46
Hex DB 10 18 0 5D 59 E 166 56 2E
Octal 333 20 30 0 135 131 16 546 126 56
Binary 11011011 10000 11000 0 1011101 1011001 1110 101100110 1010110 101110

Color Harmonies of #DB1018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1018

Black with #DB1018

Text Example


Text Example

White with #DB1018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1018; }

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

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

background-color css

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

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

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

border-color css

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

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

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