Shades of Mahogany #D02630
Tints of Mahogany #D02630
RGB
CMYK
RGB Variations
Color information
#D02630 (or 0xD02630) is known color: Mahogany. HEX triplet: D0, 26 and 30. RGB value is (208,38,48). Sum of RGB (Red+Green+Blue) = 208+38+48=294 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.75% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 208 - color contains mainly: red. Hex color #D02630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02630 is #2FD9CF. Grayscale: #5A5A5A. Windows color (decimal): -3135952 or 3155664. OLE color: 3155664.
HSL color Cylindrical-coordinate representation of color #D02630: hue angle of 356.47º degrees, saturation: 0.69, 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 #D02630 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 38 | 48 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.18 |
| HSL | 356.47º | 0.69% | 0.48% | - |
| HSV(B) | 356.47º | 0.82% | 0.82% | - |
| XYZ | 27.24 | 15.01 | 4.26 | - |
| YUV | 89.97 | 104.32 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 38 | 48 | 0 | 0.82 | 0.77 | 0.18 | 356.47 | 0.69 | 0.48 |
| Hex | D0 | 26 | 30 | 0 | 52 | 4D | 12 | 164 | 45 | 30 |
| Octal | 320 | 46 | 60 | 0 | 122 | 115 | 22 | 544 | 105 | 60 |
| Binary | 11010000 | 100110 | 110000 | 0 | 1010010 | 1001101 | 10010 | 101100100 | 1000101 | 110000 |
Color Harmonies of #D02630
Complementary color
Monochromatic Colors of #D02630
Black with #D02630
Text Example
Text Example
White with #D02630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02630; }
p { color: rgb(208,38,48); }
H1.HeaderClassName
{
color: #D02630;
}
.AnyTagClassName
{
color: #D02630;
}
</style>
background-color css
<style>
a { background-color: #D02630; }
a { background-color: rgb(208,38,48); }
div.DivClassName
{
background-color: #D02630;
}
.BgClassName
{
background-color: #D02630;
}
</style>
border-color css
<style>
span { border-color: #D02630; }
span { border-color: rgb(208,38,48); }
td.TdClassName
{
border-color: #D02630;
}
.TagClassName
{
border-color: #D02630;
}
</style>