Shades of Roman #D55A57
Tints of Roman #D55A57
RGB
CMYK
RGB Variations
Color information
#D55A57 (or 0xD55A57) is known color: Roman. HEX triplet: D5, 5A and 57. RGB value is (213,90,87). Sum of RGB (Red+Green+Blue) = 213+90+87=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55A57 is #2AA5A8. Grayscale: #7E7E7E. Windows color (decimal): -2794921 or 5724885. OLE color: 5724885.
HSL color Cylindrical-coordinate representation of color #D55A57: hue angle of 1.43º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D55A57 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 87 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.16 |
| HSL | 1.43º | 0.6% | 0.59% | - |
| HSV(B) | 1.43º | 0.59% | 0.84% | - |
| XYZ | 32.82 | 22.15 | 11.56 | - |
| YUV | 126.44 | 105.75 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 87 | 0 | 0.58 | 0.59 | 0.16 | 1.43 | 0.6 | 0.59 |
| Hex | D5 | 5A | 57 | 0 | 3A | 3B | 10 | 1 | 3C | 3B |
| Octal | 325 | 132 | 127 | 0 | 72 | 73 | 20 | 1 | 74 | 73 |
| Binary | 11010101 | 1011010 | 1010111 | 0 | 111010 | 111011 | 10000 | 1 | 111100 | 111011 |
Color Harmonies of #D55A57
Complementary color
Monochromatic Colors of #D55A57
Black with #D55A57
Text Example
Text Example
White with #D55A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55A57; }
p { color: rgb(213,90,87); }
H1.HeaderClassName
{
color: #D55A57;
}
.AnyTagClassName
{
color: #D55A57;
}
</style>
background-color css
<style>
a { background-color: #D55A57; }
a { background-color: rgb(213,90,87); }
div.DivClassName
{
background-color: #D55A57;
}
.BgClassName
{
background-color: #D55A57;
}
</style>
border-color css
<style>
span { border-color: #D55A57; }
span { border-color: rgb(213,90,87); }
td.TdClassName
{
border-color: #D55A57;
}
.TagClassName
{
border-color: #D55A57;
}
</style>