Shades of Mahogany #D02530
Tints of Mahogany #D02530
RGB
CMYK
RGB Variations
Color information
#D02530 (or 0xD02530) is known color: Mahogany. HEX triplet: D0, 25 and 30. RGB value is (208,37,48). Sum of RGB (Red+Green+Blue) = 208+37+48=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D02530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02530 is #2FDACF. Grayscale: #595959. Windows color (decimal): -3136208 or 3155408. OLE color: 3155408.
HSL color Cylindrical-coordinate representation of color #D02530: hue angle of 356.14º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02530 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 48 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.18 |
| HSL | 356.14º | 0.7% | 0.48% | - |
| HSV(B) | 356.14º | 0.82% | 0.82% | - |
| XYZ | 27.21 | 14.95 | 4.25 | - |
| YUV | 89.38 | 104.65 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 48 | 0 | 0.82 | 0.77 | 0.18 | 356.14 | 0.7 | 0.48 |
| Hex | D0 | 25 | 30 | 0 | 52 | 4D | 12 | 164 | 46 | 30 |
| Octal | 320 | 45 | 60 | 0 | 122 | 115 | 22 | 544 | 106 | 60 |
| Binary | 11010000 | 100101 | 110000 | 0 | 1010010 | 1001101 | 10010 | 101100100 | 1000110 | 110000 |
Color Harmonies of #D02530
Complementary color
Monochromatic Colors of #D02530
Black with #D02530
Text Example
Text Example
White with #D02530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02530; }
p { color: rgb(208,37,48); }
H1.HeaderClassName
{
color: #D02530;
}
.AnyTagClassName
{
color: #D02530;
}
</style>
background-color css
<style>
a { background-color: #D02530; }
a { background-color: rgb(208,37,48); }
div.DivClassName
{
background-color: #D02530;
}
.BgClassName
{
background-color: #D02530;
}
</style>
border-color css
<style>
span { border-color: #D02530; }
span { border-color: rgb(208,37,48); }
td.TdClassName
{
border-color: #D02530;
}
.TagClassName
{
border-color: #D02530;
}
</style>