Html Css Color HEX #DB182A Fire Engine Red

📋 copy color: '#DB182A'

red 219 ◦ green 24 ◦ blue 42

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

Shades of Fire Engine Red #DB182A

Tints of Fire Engine Red #DB182A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.74%

R = 76.84%
G = 8.42%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB182A (or 0xDB182A) is known color: Fire Engine Red. HEX triplet: DB, 18 and 2A. RGB value is (219,24,42). Sum of RGB (Red+Green+Blue) = 219+24+42=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB182A is #24E7D5. Grayscale: #545454. Windows color (decimal): -2418646 or 2758875. OLE color: 2758875.

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

Color convert

RGB 219 24 42 -
CMYK 0 0.89 0.81 0.14
HSL 354.46º 0.8% 0.48% -
HSV(B) 354.46º 0.89% 0.86% -
XYZ 29.96 15.88 3.68 -
YUV 84.36 104.1 224.04 -
System Red Green Blue C M Y K H S L
Decimal 219 24 42 0 0.89 0.81 0.14 354.46 0.8 0.48
Hex DB 18 2A 0 59 51 E 162 50 30
Octal 333 30 52 0 131 121 16 542 120 60
Binary 11011011 11000 101010 0 1011001 1010001 1110 101100010 1010000 110000

Color Harmonies of #DB182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB182A

Black with #DB182A

Text Example


Text Example

White with #DB182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB182A; }

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

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

background-color css

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

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

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

border-color css

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

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

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