Shades of Roman #D25F55
Tints of Roman #D25F55
RGB
CMYK
RGB Variations
Color information
#D25F55 (or 0xD25F55) is known color: Roman. HEX triplet: D2, 5F and 55. RGB value is (210,95,85). Sum of RGB (Red+Green+Blue) = 210+95+85=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25F55 is #2DA0AA. Grayscale: #808080. Windows color (decimal): -2990251 or 5595090. OLE color: 5595090.
HSL color Cylindrical-coordinate representation of color #D25F55: hue angle of 4.8º 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 #D25F55 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 85 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.18 |
| HSL | 4.8º | 0.58% | 0.58% | - |
| HSV(B) | 4.8º | 0.6% | 0.82% | - |
| XYZ | 32.31 | 22.54 | 11.24 | - |
| YUV | 128.25 | 103.6 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 85 | 0 | 0.55 | 0.60 | 0.18 | 4.8 | 0.58 | 0.58 |
| Hex | D2 | 5F | 55 | 0 | 37 | 3C | 12 | 5 | 3A | 3A |
| Octal | 322 | 137 | 125 | 0 | 67 | 74 | 22 | 5 | 72 | 72 |
| Binary | 11010010 | 1011111 | 1010101 | 0 | 110111 | 111100 | 10010 | 101 | 111010 | 111010 |
Color Harmonies of #D25F55
Complementary color
Monochromatic Colors of #D25F55
Black with #D25F55
Text Example
Text Example
White with #D25F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25F55; }
p { color: rgb(210,95,85); }
H1.HeaderClassName
{
color: #D25F55;
}
.AnyTagClassName
{
color: #D25F55;
}
</style>
background-color css
<style>
a { background-color: #D25F55; }
a { background-color: rgb(210,95,85); }
div.DivClassName
{
background-color: #D25F55;
}
.BgClassName
{
background-color: #D25F55;
}
</style>
border-color css
<style>
span { border-color: #D25F55; }
span { border-color: rgb(210,95,85); }
td.TdClassName
{
border-color: #D25F55;
}
.TagClassName
{
border-color: #D25F55;
}
</style>