Shades of Roman #D25F56
Tints of Roman #D25F56
RGB
CMYK
RGB Variations
Color information
#D25F56 (or 0xD25F56) is known color: Roman. HEX triplet: D2, 5F and 56. RGB value is (210,95,86). Sum of RGB (Red+Green+Blue) = 210+95+86=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25F56 is #2DA0A9. Grayscale: #808080. Windows color (decimal): -2990250 or 5660626. OLE color: 5660626.
HSL color Cylindrical-coordinate representation of color #D25F56: hue angle of 4.35º 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 #D25F56 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 86 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.18 |
| HSL | 4.35º | 0.58% | 0.58% | - |
| HSV(B) | 4.35º | 0.59% | 0.82% | - |
| XYZ | 32.35 | 22.56 | 11.45 | - |
| YUV | 128.36 | 104.1 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 86 | 0 | 0.55 | 0.59 | 0.18 | 4.35 | 0.58 | 0.58 |
| Hex | D2 | 5F | 56 | 0 | 37 | 3B | 12 | 4 | 3A | 3A |
| Octal | 322 | 137 | 126 | 0 | 67 | 73 | 22 | 4 | 72 | 72 |
| Binary | 11010010 | 1011111 | 1010110 | 0 | 110111 | 111011 | 10010 | 100 | 111010 | 111010 |
Color Harmonies of #D25F56
Complementary color
Monochromatic Colors of #D25F56
Black with #D25F56
Text Example
Text Example
White with #D25F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25F56; }
p { color: rgb(210,95,86); }
H1.HeaderClassName
{
color: #D25F56;
}
.AnyTagClassName
{
color: #D25F56;
}
</style>
background-color css
<style>
a { background-color: #D25F56; }
a { background-color: rgb(210,95,86); }
div.DivClassName
{
background-color: #D25F56;
}
.BgClassName
{
background-color: #D25F56;
}
</style>
border-color css
<style>
span { border-color: #D25F56; }
span { border-color: rgb(210,95,86); }
td.TdClassName
{
border-color: #D25F56;
}
.TagClassName
{
border-color: #D25F56;
}
</style>