Shades of Roman #D55F53
Tints of Roman #D55F53
RGB
CMYK
RGB Variations
Color information
#D55F53 (or 0xD55F53) is known color: Roman. HEX triplet: D5, 5F and 53. RGB value is (213,95,83). Sum of RGB (Red+Green+Blue) = 213+95+83=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55F53 is #2AA0AC. Grayscale: #818181. Windows color (decimal): -2793645 or 5464021. OLE color: 5464021.
HSL color Cylindrical-coordinate representation of color #D55F53: hue angle of 5.54º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55F53 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 83 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.16 |
| HSL | 5.54º | 0.61% | 0.58% | - |
| HSV(B) | 5.54º | 0.61% | 0.84% | - |
| XYZ | 33.09 | 22.96 | 10.87 | - |
| YUV | 128.91 | 102.09 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 83 | 0 | 0.55 | 0.61 | 0.16 | 5.54 | 0.61 | 0.58 |
| Hex | D5 | 5F | 53 | 0 | 37 | 3D | 10 | 6 | 3D | 3A |
| Octal | 325 | 137 | 123 | 0 | 67 | 75 | 20 | 6 | 75 | 72 |
| Binary | 11010101 | 1011111 | 1010011 | 0 | 110111 | 111101 | 10000 | 110 | 111101 | 111010 |
Color Harmonies of #D55F53
Complementary color
Monochromatic Colors of #D55F53
Black with #D55F53
Text Example
Text Example
White with #D55F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F53; }
p { color: rgb(213,95,83); }
H1.HeaderClassName
{
color: #D55F53;
}
.AnyTagClassName
{
color: #D55F53;
}
</style>
background-color css
<style>
a { background-color: #D55F53; }
a { background-color: rgb(213,95,83); }
div.DivClassName
{
background-color: #D55F53;
}
.BgClassName
{
background-color: #D55F53;
}
</style>
border-color css
<style>
span { border-color: #D55F53; }
span { border-color: rgb(213,95,83); }
td.TdClassName
{
border-color: #D55F53;
}
.TagClassName
{
border-color: #D55F53;
}
</style>