Html Css Color HEX #DB091A Fire Engine Red

📋 copy color: '#DB091A'

red 219 ◦ green 9 ◦ blue 26

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

Shades of Fire Engine Red #DB091A

Tints of Fire Engine Red #DB091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.24%

R = 86.22%
G = 3.54%
B = 10.24%

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

#DB091A (or 0xDB091A) is known color: Fire Engine Red. HEX triplet: DB, 09 and 1A. RGB value is (219,9,26). Sum of RGB (Red+Green+Blue) = 219+9+26=254 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.22% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 219 - color contains mainly: red. Hex color #DB091A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB091A is #24F6E5. Grayscale: #494949. Windows color (decimal): -2422502 or 1706459. OLE color: 1706459.

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

Color convert

RGB 219 9 26 -
CMYK 0 0.96 0.88 0.14
HSL 355.14º 0.92% 0.45% -
HSV(B) 355.14º 0.96% 0.86% -
XYZ 29.5 15.33 2.38 -
YUV 73.73 101.07 231.62 -
System Red Green Blue C M Y K H S L
Decimal 219 9 26 0 0.96 0.88 0.14 355.14 0.92 0.45
Hex DB 9 1A 0 60 58 E 163 5C 2D
Octal 333 11 32 0 140 130 16 543 134 55
Binary 11011011 1001 11010 0 1100000 1011000 1110 101100011 1011100 101101

Color Harmonies of #DB091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB091A

Black with #DB091A

Text Example


Text Example

White with #DB091A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB091A; }

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

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

background-color css

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

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

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

border-color css

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

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

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