Html Css Color HEX #DB091D Fire Engine Red

📋 copy color: '#DB091D'

red 219 ◦ green 9 ◦ blue 29

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

Shades of Fire Engine Red #DB091D

Tints of Fire Engine Red #DB091D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.5%

 BLUE value IS 29 (11.72% from 255) = 11.28%

R = 85.21%
G = 3.5%
B = 11.28%

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

#DB091D (or 0xDB091D) is known color: Fire Engine Red. HEX triplet: DB, 09 and 1D. RGB value is (219,9,29). Sum of RGB (Red+Green+Blue) = 219+9+29=257 (34% of max value = 765). Red value is 219 (85.94% from 255 or 85.21% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 219 - color contains mainly: red. Hex color #DB091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB091D is #24F6E2. Grayscale: #4A4A4A. Windows color (decimal): -2422499 or 1903067. OLE color: 1903067.

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

Color convert

RGB 219 9 29 -
CMYK 0 0.96 0.87 0.14
HSL 354.29º 0.92% 0.45% -
HSV(B) 354.29º 0.96% 0.86% -
XYZ 29.53 15.34 2.57 -
YUV 74.07 102.57 231.37 -
System Red Green Blue C M Y K H S L
Decimal 219 9 29 0 0.96 0.87 0.14 354.29 0.92 0.45
Hex DB 9 1D 0 60 57 E 162 5C 2D
Octal 333 11 35 0 140 127 16 542 134 55
Binary 11011011 1001 11101 0 1100000 1010111 1110 101100010 1011100 101101

Color Harmonies of #DB091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB091D

Black with #DB091D

Text Example


Text Example

White with #DB091D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB091D; }

 p { color: rgb(219,9,29); }

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

background-color css

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

 a { background-color: rgb(219,9,29); }

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

border-color css

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

 span { border-color: rgb(219,9,29); }

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