Html Css Color HEX #DB181A Fire Engine Red

📋 copy color: '#DB181A'

red 219 ◦ green 24 ◦ blue 26

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

Shades of Fire Engine Red #DB181A

Tints of Fire Engine Red #DB181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.92%

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

R = 81.41%
G = 8.92%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB181A (or 0xDB181A) is known color: Fire Engine Red. HEX triplet: DB, 18 and 1A. RGB value is (219,24,26). Sum of RGB (Red+Green+Blue) = 219+24+26=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB181A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB181A is #24E7E5. Grayscale: #525252. Windows color (decimal): -2418662 or 1710299. OLE color: 1710299.

HSL color Cylindrical-coordinate representation of color #DB181A: hue angle of 359.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB181A is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 24 26 -
CMYK 0 0.89 0.88 0.14
HSL 359.38º 0.8% 0.48% -
HSV(B) 359.38º 0.89% 0.86% -
XYZ 29.73 15.79 2.46 -
YUV 82.53 96.1 225.34 -
System Red Green Blue C M Y K H S L
Decimal 219 24 26 0 0.89 0.88 0.14 359.38 0.8 0.48
Hex DB 18 1A 0 59 58 E 167 50 30
Octal 333 30 32 0 131 130 16 547 120 60
Binary 11011011 11000 11010 0 1011001 1011000 1110 101100111 1010000 110000

Color Harmonies of #DB181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB181A

Black with #DB181A

Text Example


Text Example

White with #DB181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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