Shades of Roman #D25F59
Tints of Roman #D25F59
RGB
CMYK
RGB Variations
Color information
#D25F59 (or 0xD25F59) is known color: Roman. HEX triplet: D2, 5F and 59. RGB value is (210,95,89). Sum of RGB (Red+Green+Blue) = 210+95+89=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25F59 is #2DA0A6. Grayscale: #808080. Windows color (decimal): -2990247 or 5857234. OLE color: 5857234.
HSL color Cylindrical-coordinate representation of color #D25F59: hue angle of 2.98º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D25F59 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 89 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.18 |
| HSL | 2.98º | 0.57% | 0.59% | - |
| HSV(B) | 2.98º | 0.58% | 0.82% | - |
| XYZ | 32.47 | 22.61 | 12.1 | - |
| YUV | 128.7 | 105.6 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 89 | 0 | 0.55 | 0.58 | 0.18 | 2.98 | 0.57 | 0.59 |
| Hex | D2 | 5F | 59 | 0 | 37 | 3A | 12 | 3 | 39 | 3B |
| Octal | 322 | 137 | 131 | 0 | 67 | 72 | 22 | 3 | 71 | 73 |
| Binary | 11010010 | 1011111 | 1011001 | 0 | 110111 | 111010 | 10010 | 11 | 111001 | 111011 |
Color Harmonies of #D25F59
Complementary color
Monochromatic Colors of #D25F59
Black with #D25F59
Text Example
Text Example
White with #D25F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25F59; }
p { color: rgb(210,95,89); }
H1.HeaderClassName
{
color: #D25F59;
}
.AnyTagClassName
{
color: #D25F59;
}
</style>
background-color css
<style>
a { background-color: #D25F59; }
a { background-color: rgb(210,95,89); }
div.DivClassName
{
background-color: #D25F59;
}
.BgClassName
{
background-color: #D25F59;
}
</style>
border-color css
<style>
span { border-color: #D25F59; }
span { border-color: rgb(210,95,89); }
td.TdClassName
{
border-color: #D25F59;
}
.TagClassName
{
border-color: #D25F59;
}
</style>