#d13f41

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

Shades of Mahogany #D13F41

Tints of Mahogany #D13F41

Color information

#D13F41 (or 0xD13F41) is unknown color: approx Mahogany. HEX triplet: D1, 3F and 41. RGB value is (209,63,65). Sum of RGB (Red+Green+Blue) = 209+63+65=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13F41 is #2EC0BE. Grayscale: #6B6B6B. Windows color (decimal): -3063999 or 4276177. OLE color: 4276177.

HSL color Cylindrical-coordinate representation of color #D13F41: hue angle of 359.18º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13F41 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB2096365-
CMYK00.700.690.18
HSL359.18º61.34%53.33%-
HSV(B)359.18º69.86%81.96%-
XYZ29.0317.496.85-
YUV106.88104.37200.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 62.02%
GREEN value IS 63 (25% from 255) = 18.69%
BLUE value IS 65 (25.78% from 255) = 19.29%
R=62.02%
G=18.69%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209636500.700.690.18359.1861.3453.33
HexD13F4104645121673d35
Octal321771010106105225477565
Binary11010001111111100000101000110100010110010101100111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d13f41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d13f41; }

 p { color: rgb(209,63,65); }

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

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

 a { background-color: rgb(209,63,65); }

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

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

 span { border-color: rgb(209,63,65); }

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