Shades of Roman #D55F55
Tints of Roman #D55F55
RGB
CMYK
RGB Variations
Color information
#D55F55 (or 0xD55F55) is known color: Roman. HEX triplet: D5, 5F and 55. RGB value is (213,95,85). Sum of RGB (Red+Green+Blue) = 213+95+85=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55F55 is #2AA0AA. Grayscale: #818181. Windows color (decimal): -2793643 or 5595093. OLE color: 5595093.
HSL color Cylindrical-coordinate representation of color #D55F55: hue angle of 4.69º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D55F55 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 85 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.16 |
| HSL | 4.69º | 0.6% | 0.58% | - |
| HSV(B) | 4.69º | 0.6% | 0.84% | - |
| XYZ | 33.17 | 22.99 | 11.28 | - |
| YUV | 129.14 | 103.09 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 85 | 0 | 0.55 | 0.60 | 0.16 | 4.69 | 0.6 | 0.58 |
| Hex | D5 | 5F | 55 | 0 | 37 | 3C | 10 | 5 | 3C | 3A |
| Octal | 325 | 137 | 125 | 0 | 67 | 74 | 20 | 5 | 74 | 72 |
| Binary | 11010101 | 1011111 | 1010101 | 0 | 110111 | 111100 | 10000 | 101 | 111100 | 111010 |
Color Harmonies of #D55F55
Complementary color
Monochromatic Colors of #D55F55
Black with #D55F55
Text Example
Text Example
White with #D55F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F55; }
p { color: rgb(213,95,85); }
H1.HeaderClassName
{
color: #D55F55;
}
.AnyTagClassName
{
color: #D55F55;
}
</style>
background-color css
<style>
a { background-color: #D55F55; }
a { background-color: rgb(213,95,85); }
div.DivClassName
{
background-color: #D55F55;
}
.BgClassName
{
background-color: #D55F55;
}
</style>
border-color css
<style>
span { border-color: #D55F55; }
span { border-color: rgb(213,95,85); }
td.TdClassName
{
border-color: #D55F55;
}
.TagClassName
{
border-color: #D55F55;
}
</style>