Shades of Roman #D56253
Tints of Roman #D56253
RGB
CMYK
RGB Variations
Color information
#D56253 (or 0xD56253) is known color: Roman. HEX triplet: D5, 62 and 53. RGB value is (213,98,83). Sum of RGB (Red+Green+Blue) = 213+98+83=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D56253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56253 is #2A9DAC. Grayscale: #828282. Windows color (decimal): -2792877 or 5464789. OLE color: 5464789.
HSL color Cylindrical-coordinate representation of color #D56253: hue angle of 6.92º 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 #D56253 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 98 | 83 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.16 |
| HSL | 6.92º | 0.61% | 0.58% | - |
| HSV(B) | 6.92º | 0.61% | 0.84% | - |
| XYZ | 33.37 | 23.51 | 10.96 | - |
| YUV | 130.68 | 101.1 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 83 | 0 | 0.54 | 0.61 | 0.16 | 6.92 | 0.61 | 0.58 |
| Hex | D5 | 62 | 53 | 0 | 36 | 3D | 10 | 7 | 3D | 3A |
| Octal | 325 | 142 | 123 | 0 | 66 | 75 | 20 | 7 | 75 | 72 |
| Binary | 11010101 | 1100010 | 1010011 | 0 | 110110 | 111101 | 10000 | 111 | 111101 | 111010 |
Color Harmonies of #D56253
Complementary color
Monochromatic Colors of #D56253
Black with #D56253
Text Example
Text Example
White with #D56253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56253; }
p { color: rgb(213,98,83); }
H1.HeaderClassName
{
color: #D56253;
}
.AnyTagClassName
{
color: #D56253;
}
</style>
background-color css
<style>
a { background-color: #D56253; }
a { background-color: rgb(213,98,83); }
div.DivClassName
{
background-color: #D56253;
}
.BgClassName
{
background-color: #D56253;
}
</style>
border-color css
<style>
span { border-color: #D56253; }
span { border-color: rgb(213,98,83); }
td.TdClassName
{
border-color: #D56253;
}
.TagClassName
{
border-color: #D56253;
}
</style>