#DE3E41

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

Shades of Mahogany #DE3E41

Tints of Mahogany #DE3E41

Color information

#DE3E41 (or 0xDE3E41) is unknown color: approx Mahogany. HEX triplet: DE, 3E and 41. RGB value is (222,62,65). Sum of RGB (Red+Green+Blue) = 222+62+65=349 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.61% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3E41 is #21C1BE. Grayscale: #6E6E6E. Windows color (decimal): -2212287 or 4275934. OLE color: 4275934.

HSL color Cylindrical-coordinate representation of color #DE3E41: hue angle of 358.88º degrees, saturation: 0.71, 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 #DE3E41 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB2226265-
CMYK00.720.710.13
HSL358.88º70.8%55.69%-
HSV(B)358.88º72.07%87.06%-
XYZ32.819.367.01-
YUV110.18102.51207.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 63.61%
GREEN value IS 62 (24.61% from 255) = 17.77%
BLUE value IS 65 (25.78% from 255) = 18.62%
R=63.61%
G=17.77%
B=18.62%

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
Decimal222626500.720.710.13358.8870.855.69
HexDE3E4104847D1674738
Octal3367610101101071554710770
Binary11011110111110100000101001000100011111011011001111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3E41; }

 p { color: rgb(222,62,65); }

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

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

 a { background-color: rgb(222,62,65); }

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

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

 span { border-color: rgb(222,62,65); }

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