Shades of Roman #D25E56
Tints of Roman #D25E56
RGB
CMYK
RGB Variations
Color information
#D25E56 (or 0xD25E56) is known color: Roman. HEX triplet: D2, 5E and 56. RGB value is (210,94,86). Sum of RGB (Red+Green+Blue) = 210+94+86=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25E56 is #2DA1A9. Grayscale: #7F7F7F. Windows color (decimal): -2990506 or 5660370. OLE color: 5660370.
HSL color Cylindrical-coordinate representation of color #D25E56: hue angle of 3.87º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D25E56 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 86 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.18 |
| HSL | 3.87º | 0.58% | 0.58% | - |
| HSV(B) | 3.87º | 0.59% | 0.82% | - |
| XYZ | 32.26 | 22.38 | 11.42 | - |
| YUV | 127.77 | 104.43 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 86 | 0 | 0.55 | 0.59 | 0.18 | 3.87 | 0.58 | 0.58 |
| Hex | D2 | 5E | 56 | 0 | 37 | 3B | 12 | 4 | 3A | 3A |
| Octal | 322 | 136 | 126 | 0 | 67 | 73 | 22 | 4 | 72 | 72 |
| Binary | 11010010 | 1011110 | 1010110 | 0 | 110111 | 111011 | 10010 | 100 | 111010 | 111010 |
Color Harmonies of #D25E56
Complementary color
Monochromatic Colors of #D25E56
Black with #D25E56
Text Example
Text Example
White with #D25E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25E56; }
p { color: rgb(210,94,86); }
H1.HeaderClassName
{
color: #D25E56;
}
.AnyTagClassName
{
color: #D25E56;
}
</style>
background-color css
<style>
a { background-color: #D25E56; }
a { background-color: rgb(210,94,86); }
div.DivClassName
{
background-color: #D25E56;
}
.BgClassName
{
background-color: #D25E56;
}
</style>
border-color css
<style>
span { border-color: #D25E56; }
span { border-color: rgb(210,94,86); }
td.TdClassName
{
border-color: #D25E56;
}
.TagClassName
{
border-color: #D25E56;
}
</style>