#D03238

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

Shades of Mahogany #D03238

Tints of Mahogany #D03238

Color information

#D03238 (or 0xD03238) is unknown color: approx Mahogany. HEX triplet: D0, 32 and 38. RGB value is (208,50,56). Sum of RGB (Red+Green+Blue) = 208+50+56=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D03238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03238 is #2FCDC7. Grayscale: #626262. Windows color (decimal): -3132872 or 3683024. OLE color: 3683024.

HSL color Cylindrical-coordinate representation of color #D03238: hue angle of 357.72º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03238 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB2085056-
CMYK00.760.730.18
HSL357.72º62.7%50.59%-
HSV(B)357.72º75.96%81.57%-
XYZ27.8715.985.36-
YUV97.93104.35206.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 66.24%
GREEN value IS 50 (19.92% from 255) = 15.92%
BLUE value IS 56 (22.27% from 255) = 17.83%
R=66.24%
G=15.92%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208505600.760.730.18357.7262.750.59
HexD0323804C49121663f33
Octal32062700114111225467763
Binary1101000011001011100001001100100100110010101100110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03238; }

 p { color: rgb(208,50,56); }

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

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

 a { background-color: rgb(208,50,56); }

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

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

 span { border-color: rgb(208,50,56); }

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