Html Css Color HEX #DB182B Fire Engine Red

📋 copy color: '#DB182B'

red 219 ◦ green 24 ◦ blue 43

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

Shades of Fire Engine Red #DB182B

Tints of Fire Engine Red #DB182B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.03%

R = 76.57%
G = 8.39%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB182B (or 0xDB182B) is known color: Fire Engine Red. HEX triplet: DB, 18 and 2B. RGB value is (219,24,43). Sum of RGB (Red+Green+Blue) = 219+24+43=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB182B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB182B is #24E7D4. Grayscale: #545454. Windows color (decimal): -2418645 or 2824411. OLE color: 2824411.

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

Color convert

RGB 219 24 43 -
CMYK 0 0.89 0.80 0.14
HSL 354.15º 0.8% 0.48% -
HSV(B) 354.15º 0.89% 0.86% -
XYZ 29.98 15.89 3.77 -
YUV 84.47 104.6 223.96 -
System Red Green Blue C M Y K H S L
Decimal 219 24 43 0 0.89 0.80 0.14 354.15 0.8 0.48
Hex DB 18 2B 0 59 50 E 162 50 30
Octal 333 30 53 0 131 120 16 542 120 60
Binary 11011011 11000 101011 0 1011001 1010000 1110 101100010 1010000 110000

Color Harmonies of #DB182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB182B

Black with #DB182B

Text Example


Text Example

White with #DB182B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB182B; }

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

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

background-color css

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

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

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

border-color css

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

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

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