Html Css Color HEX #DB393A Mahogany

📋 copy color: '#DB393A'

red 219 ◦ green 57 ◦ blue 58

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

Shades of Mahogany #DB393A

Tints of Mahogany #DB393A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.07%

 BLUE value IS 58 (23.05% from 255) = 17.37%

R = 65.57%
G = 17.07%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB393A (or 0xDB393A) is known color: Mahogany. HEX triplet: DB, 39 and 3A. RGB value is (219,57,58). Sum of RGB (Red+Green+Blue) = 219+57+58=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB393A is #24C6C5. Grayscale: #696969. Windows color (decimal): -2410182 or 3815899. OLE color: 3815899.

HSL color Cylindrical-coordinate representation of color #DB393A: hue angle of 359.63º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB393A is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 57 58 -
CMYK 0 0.74 0.74 0.14
HSL 359.63º 0.69% 0.54% -
HSV(B) 359.63º 0.74% 0.86% -
XYZ 31.44 18.29 5.88 -
YUV 105.55 101.17 208.92 -
System Red Green Blue C M Y K H S L
Decimal 219 57 58 0 0.74 0.74 0.14 359.63 0.69 0.54
Hex DB 39 3A 0 4A 4A E 168 45 36
Octal 333 71 72 0 112 112 16 550 105 66
Binary 11011011 111001 111010 0 1001010 1001010 1110 101101000 1000101 110110

Color Harmonies of #DB393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB393A

Black with #DB393A

Text Example


Text Example

White with #DB393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB393A; }

 p { color: rgb(219,57,58); }

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

background-color css

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

 a { background-color: rgb(219,57,58); }

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

border-color css

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

 span { border-color: rgb(219,57,58); }

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