Html Css Color HEX #DB081C Fire Engine Red

📋 copy color: '#DB081C'

red 219 ◦ green 8 ◦ blue 28

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

Shades of Fire Engine Red #DB081C

Tints of Fire Engine Red #DB081C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.14%

 BLUE value IS 28 (11.33% from 255) = 10.98%

R = 85.88%
G = 3.14%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB081C (or 0xDB081C) is known color: Fire Engine Red. HEX triplet: DB, 08 and 1C. RGB value is (219,8,28). Sum of RGB (Red+Green+Blue) = 219+8+28=255 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.88% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 219 - color contains mainly: red. Hex color #DB081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB081C is #24F7E3. Grayscale: #494949. Windows color (decimal): -2422756 or 1837275. OLE color: 1837275.

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

Color convert

RGB 219 8 28 -
CMYK 0 0.96 0.87 0.14
HSL 354.31º 0.93% 0.45% -
HSV(B) 354.31º 0.96% 0.86% -
XYZ 29.51 15.32 2.5 -
YUV 73.37 102.4 231.87 -
System Red Green Blue C M Y K H S L
Decimal 219 8 28 0 0.96 0.87 0.14 354.31 0.93 0.45
Hex DB 8 1C 0 60 57 E 162 5D 2D
Octal 333 10 34 0 140 127 16 542 135 55
Binary 11011011 1000 11100 0 1100000 1010111 1110 101100010 1011101 101101

Color Harmonies of #DB081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB081C

Black with #DB081C

Text Example


Text Example

White with #DB081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB081C; }

 p { color: rgb(219,8,28); }

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

background-color css

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

 a { background-color: rgb(219,8,28); }

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

border-color css

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

 span { border-color: rgb(219,8,28); }

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