Shades of Roman #DF5D56
Tints of Roman #DF5D56
RGB
CMYK
RGB Variations
Color information
#DF5D56 (or 0xDF5D56) is known color: Roman. HEX triplet: DF, 5D and 56. RGB value is (223,93,86). Sum of RGB (Red+Green+Blue) = 223+93+86=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5D56 is #20A2A9. Grayscale: #838383. Windows color (decimal): -2138794 or 5660127. OLE color: 5660127.
HSL color Cylindrical-coordinate representation of color #DF5D56: hue angle of 3.07º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF5D56 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 93 | 86 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.13 |
| HSL | 3.07º | 0.68% | 0.61% | - |
| HSV(B) | 3.07º | 0.61% | 0.87% | - |
| XYZ | 36.03 | 24.19 | 11.57 | - |
| YUV | 131.07 | 102.57 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 93 | 86 | 0 | 0.58 | 0.61 | 0.13 | 3.07 | 0.68 | 0.61 |
| Hex | DF | 5D | 56 | 0 | 3A | 3D | D | 3 | 44 | 3D |
| Octal | 337 | 135 | 126 | 0 | 72 | 75 | 15 | 3 | 104 | 75 |
| Binary | 11011111 | 1011101 | 1010110 | 0 | 111010 | 111101 | 1101 | 11 | 1000100 | 111101 |
Color Harmonies of #DF5D56
Complementary color
Monochromatic Colors of #DF5D56
Black with #DF5D56
Text Example
Text Example
White with #DF5D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5D56; }
p { color: rgb(223,93,86); }
H1.HeaderClassName
{
color: #DF5D56;
}
.AnyTagClassName
{
color: #DF5D56;
}
</style>
background-color css
<style>
a { background-color: #DF5D56; }
a { background-color: rgb(223,93,86); }
div.DivClassName
{
background-color: #DF5D56;
}
.BgClassName
{
background-color: #DF5D56;
}
</style>
border-color css
<style>
span { border-color: #DF5D56; }
span { border-color: rgb(223,93,86); }
td.TdClassName
{
border-color: #DF5D56;
}
.TagClassName
{
border-color: #DF5D56;
}
</style>