Shades of Roman #D55F56
Tints of Roman #D55F56
RGB
CMYK
RGB Variations
Color information
#D55F56 (or 0xD55F56) is known color: Roman. HEX triplet: D5, 5F and 56. RGB value is (213,95,86). Sum of RGB (Red+Green+Blue) = 213+95+86=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55F56 is #2AA0A9. Grayscale: #818181. Windows color (decimal): -2793642 or 5660629. OLE color: 5660629.
HSL color Cylindrical-coordinate representation of color #D55F56: hue angle of 4.25º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D55F56 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 86 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.16 |
| HSL | 4.25º | 0.6% | 0.59% | - |
| HSV(B) | 4.25º | 0.6% | 0.84% | - |
| XYZ | 33.21 | 23 | 11.49 | - |
| YUV | 129.26 | 103.59 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 86 | 0 | 0.55 | 0.60 | 0.16 | 4.25 | 0.6 | 0.59 |
| Hex | D5 | 5F | 56 | 0 | 37 | 3C | 10 | 4 | 3C | 3B |
| Octal | 325 | 137 | 126 | 0 | 67 | 74 | 20 | 4 | 74 | 73 |
| Binary | 11010101 | 1011111 | 1010110 | 0 | 110111 | 111100 | 10000 | 100 | 111100 | 111011 |
Color Harmonies of #D55F56
Complementary color
Monochromatic Colors of #D55F56
Black with #D55F56
Text Example
Text Example
White with #D55F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F56; }
p { color: rgb(213,95,86); }
H1.HeaderClassName
{
color: #D55F56;
}
.AnyTagClassName
{
color: #D55F56;
}
</style>
background-color css
<style>
a { background-color: #D55F56; }
a { background-color: rgb(213,95,86); }
div.DivClassName
{
background-color: #D55F56;
}
.BgClassName
{
background-color: #D55F56;
}
</style>
border-color css
<style>
span { border-color: #D55F56; }
span { border-color: rgb(213,95,86); }
td.TdClassName
{
border-color: #D55F56;
}
.TagClassName
{
border-color: #D55F56;
}
</style>