Html Css Color HEX #DB3E40 Mahogany

📋 copy color: '#DB3E40'

red 219 ◦ green 62 ◦ blue 64

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

Shades of Mahogany #DB3E40

Tints of Mahogany #DB3E40

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.97%

 BLUE value IS 64 (25.39% from 255) = 18.55%

R = 63.48%
G = 17.97%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB3E40 (or 0xDB3E40) is known color: Mahogany. HEX triplet: DB, 3E and 40. RGB value is (219,62,64). Sum of RGB (Red+Green+Blue) = 219+62+64=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3E40 is #24C1BF. Grayscale: #6D6D6D. Windows color (decimal): -2408896 or 4210395. OLE color: 4210395.

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

Color convert

RGB 219 62 64 -
CMYK 0 0.72 0.71 0.14
HSL 359.24º 0.69% 0.55% -
HSV(B) 359.24º 0.72% 0.86% -
XYZ 31.86 18.88 6.81 -
YUV 109.17 102.51 206.34 -
System Red Green Blue C M Y K H S L
Decimal 219 62 64 0 0.72 0.71 0.14 359.24 0.69 0.55
Hex DB 3E 40 0 48 47 E 167 45 37
Octal 333 76 100 0 110 107 16 547 105 67
Binary 11011011 111110 1000000 0 1001000 1000111 1110 101100111 1000101 110111

Color Harmonies of #DB3E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3E40

Black with #DB3E40

Text Example


Text Example

White with #DB3E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3E40; }

 p { color: rgb(219,62,64); }

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

background-color css

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

 a { background-color: rgb(219,62,64); }

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

border-color css

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

 span { border-color: rgb(219,62,64); }

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