Shades of Roman #D56053
Tints of Roman #D56053
RGB
CMYK
RGB Variations
Color information
#D56053 (or 0xD56053) is known color: Roman. HEX triplet: D5, 60 and 53. RGB value is (213,96,83). Sum of RGB (Red+Green+Blue) = 213+96+83=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D56053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56053 is #2A9FAC. Grayscale: #818181. Windows color (decimal): -2793389 or 5464277. OLE color: 5464277.
HSL color Cylindrical-coordinate representation of color #D56053: hue angle of 6º 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 #D56053 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 96 | 83 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.16 |
| HSL | 6º | 0.61% | 0.58% | - |
| HSV(B) | 6º | 0.61% | 0.84% | - |
| XYZ | 33.18 | 23.14 | 10.9 | - |
| YUV | 129.5 | 101.76 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 83 | 0 | 0.55 | 0.61 | 0.16 | 6 | 0.61 | 0.58 |
| Hex | D5 | 60 | 53 | 0 | 37 | 3D | 10 | 6 | 3D | 3A |
| Octal | 325 | 140 | 123 | 0 | 67 | 75 | 20 | 6 | 75 | 72 |
| Binary | 11010101 | 1100000 | 1010011 | 0 | 110111 | 111101 | 10000 | 110 | 111101 | 111010 |
Color Harmonies of #D56053
Complementary color
Monochromatic Colors of #D56053
Black with #D56053
Text Example
Text Example
White with #D56053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56053; }
p { color: rgb(213,96,83); }
H1.HeaderClassName
{
color: #D56053;
}
.AnyTagClassName
{
color: #D56053;
}
</style>
background-color css
<style>
a { background-color: #D56053; }
a { background-color: rgb(213,96,83); }
div.DivClassName
{
background-color: #D56053;
}
.BgClassName
{
background-color: #D56053;
}
</style>
border-color css
<style>
span { border-color: #D56053; }
span { border-color: rgb(213,96,83); }
td.TdClassName
{
border-color: #D56053;
}
.TagClassName
{
border-color: #D56053;
}
</style>