Html Css Color HEX #DB393D Mahogany

📋 copy color: '#DB393D'

red 219 ◦ green 57 ◦ blue 61

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

Shades of Mahogany #DB393D

Tints of Mahogany #DB393D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.1%

R = 64.99%
G = 16.91%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DB393D (or 0xDB393D) is known color: Mahogany. HEX triplet: DB, 39 and 3D. RGB value is (219,57,61). Sum of RGB (Red+Green+Blue) = 219+57+61=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB393D is #24C6C2. Grayscale: #6A6A6A. Windows color (decimal): -2410179 or 4012507. OLE color: 4012507.

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

Color convert

RGB 219 57 61 -
CMYK 0 0.74 0.72 0.14
HSL 358.52º 0.69% 0.54% -
HSV(B) 358.52º 0.74% 0.86% -
XYZ 31.52 18.32 6.29 -
YUV 105.89 102.67 208.67 -
System Red Green Blue C M Y K H S L
Decimal 219 57 61 0 0.74 0.72 0.14 358.52 0.69 0.54
Hex DB 39 3D 0 4A 48 E 167 45 36
Octal 333 71 75 0 112 110 16 547 105 66
Binary 11011011 111001 111101 0 1001010 1001000 1110 101100111 1000101 110110

Color Harmonies of #DB393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB393D

Black with #DB393D

Text Example


Text Example

White with #DB393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB393D; }

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

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

background-color css

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

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

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

border-color css

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

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

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