Html Css Color HEX #DB081B Fire Engine Red

📋 copy color: '#DB081B'

red 219 ◦ green 8 ◦ blue 27

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

Shades of Fire Engine Red #DB081B

Tints of Fire Engine Red #DB081B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.63%

R = 86.22%
G = 3.15%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB081B (or 0xDB081B) is known color: Fire Engine Red. HEX triplet: DB, 08 and 1B. RGB value is (219,8,27). Sum of RGB (Red+Green+Blue) = 219+8+27=254 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.22% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 219 - color contains mainly: red. Hex color #DB081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB081B is #24F7E4. Grayscale: #494949. Windows color (decimal): -2422757 or 1771739. OLE color: 1771739.

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

Color convert

RGB 219 8 27 -
CMYK 0 0.96 0.88 0.14
HSL 354.6º 0.93% 0.45% -
HSV(B) 354.6º 0.96% 0.86% -
XYZ 29.5 15.31 2.44 -
YUV 73.26 101.9 231.96 -
System Red Green Blue C M Y K H S L
Decimal 219 8 27 0 0.96 0.88 0.14 354.6 0.93 0.45
Hex DB 8 1B 0 60 58 E 163 5D 2D
Octal 333 10 33 0 140 130 16 543 135 55
Binary 11011011 1000 11011 0 1100000 1011000 1110 101100011 1011101 101101

Color Harmonies of #DB081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB081B

Black with #DB081B

Text Example


Text Example

White with #DB081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB081B; }

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

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

background-color css

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

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

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

border-color css

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

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

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