Shades of Roman #D25E55
Tints of Roman #D25E55
RGB
CMYK
RGB Variations
Color information
#D25E55 (or 0xD25E55) is known color: Roman. HEX triplet: D2, 5E and 55. RGB value is (210,94,85). Sum of RGB (Red+Green+Blue) = 210+94+85=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25E55 is #2DA1AA. Grayscale: #7F7F7F. Windows color (decimal): -2990507 or 5594834. OLE color: 5594834.
HSL color Cylindrical-coordinate representation of color #D25E55: hue angle of 4.32º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25E55 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 85 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.18 |
| HSL | 4.32º | 0.58% | 0.58% | - |
| HSV(B) | 4.32º | 0.6% | 0.82% | - |
| XYZ | 32.22 | 22.36 | 11.21 | - |
| YUV | 127.66 | 103.93 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 85 | 0 | 0.55 | 0.60 | 0.18 | 4.32 | 0.58 | 0.58 |
| Hex | D2 | 5E | 55 | 0 | 37 | 3C | 12 | 4 | 3A | 3A |
| Octal | 322 | 136 | 125 | 0 | 67 | 74 | 22 | 4 | 72 | 72 |
| Binary | 11010010 | 1011110 | 1010101 | 0 | 110111 | 111100 | 10010 | 100 | 111010 | 111010 |
Color Harmonies of #D25E55
Complementary color
Monochromatic Colors of #D25E55
Black with #D25E55
Text Example
Text Example
White with #D25E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25E55; }
p { color: rgb(210,94,85); }
H1.HeaderClassName
{
color: #D25E55;
}
.AnyTagClassName
{
color: #D25E55;
}
</style>
background-color css
<style>
a { background-color: #D25E55; }
a { background-color: rgb(210,94,85); }
div.DivClassName
{
background-color: #D25E55;
}
.BgClassName
{
background-color: #D25E55;
}
</style>
border-color css
<style>
span { border-color: #D25E55; }
span { border-color: rgb(210,94,85); }
td.TdClassName
{
border-color: #D25E55;
}
.TagClassName
{
border-color: #D25E55;
}
</style>