Html Css Color HEX #DB393C Mahogany

📋 copy color: '#DB393C'

red 219 ◦ green 57 ◦ blue 60

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

Shades of Mahogany #DB393C

Tints of Mahogany #DB393C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.86%

R = 65.18%
G = 16.96%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB393C (or 0xDB393C) is known color: Mahogany. HEX triplet: DB, 39 and 3C. RGB value is (219,57,60). Sum of RGB (Red+Green+Blue) = 219+57+60=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB393C is #24C6C3. Grayscale: #696969. Windows color (decimal): -2410180 or 3946971. OLE color: 3946971.

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

Color convert

RGB 219 57 60 -
CMYK 0 0.74 0.73 0.14
HSL 358.89º 0.69% 0.54% -
HSV(B) 358.89º 0.74% 0.86% -
XYZ 31.49 18.31 6.15 -
YUV 105.78 102.17 208.76 -
System Red Green Blue C M Y K H S L
Decimal 219 57 60 0 0.74 0.73 0.14 358.89 0.69 0.54
Hex DB 39 3C 0 4A 49 E 167 45 36
Octal 333 71 74 0 112 111 16 547 105 66
Binary 11011011 111001 111100 0 1001010 1001001 1110 101100111 1000101 110110

Color Harmonies of #DB393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB393C

Black with #DB393C

Text Example


Text Example

White with #DB393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB393C; }

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

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

background-color css

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

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

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

border-color css

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

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

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