#DF3E40

Color #DF3E40 Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #DF3E40

Tints of Mahogany #DF3E40

Color information

#DF3E40 (or 0xDF3E40) is unknown color: approx Mahogany. HEX triplet: DF, 3E and 40. RGB value is (223,62,64). Sum of RGB (Red+Green+Blue) = 223+62+64=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3E40 is #20C1BF. Grayscale: #6E6E6E. Windows color (decimal): -2146752 or 4210399. OLE color: 4210399.

HSL color Cylindrical-coordinate representation of color #DF3E40: hue angle of 359.25º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3E40 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB2236264-
CMYK00.720.710.13
HSL359.25º71.56%55.88%-
HSV(B)359.25º72.2%87.45%-
XYZ33.0819.56.87-
YUV110.37101.84208.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 63.90%
GREEN value IS 62 (24.61% from 255) = 17.77%
BLUE value IS 64 (25.39% from 255) = 18.34%
R=63.90%
G=17.77%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223626400.720.710.13359.2571.5655.88
HexDF3E4004847D1674838
Octal3377610001101071554711070
Binary11011111111110100000001001000100011111011011001111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3E40; }

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

 H1.HeaderClassName
 {
   color: #DF3E40;
 }
 .AnyTagClassName
 {
   color: #DF3E40;
 }
</style>
background-color css

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

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

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

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

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

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