Shades of Roman #DF5D59
Tints of Roman #DF5D59
RGB
CMYK
RGB Variations
Color information
#DF5D59 (or 0xDF5D59) is known color: Roman. HEX triplet: DF, 5D and 59. RGB value is (223,93,89). Sum of RGB (Red+Green+Blue) = 223+93+89=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5D59 is #20A2A6. Grayscale: #838383. Windows color (decimal): -2138791 or 5856735. OLE color: 5856735.
HSL color Cylindrical-coordinate representation of color #DF5D59: hue angle of 1.79º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF5D59 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 93 | 89 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.13 |
| HSL | 1.79º | 0.68% | 0.61% | - |
| HSV(B) | 1.79º | 0.6% | 0.87% | - |
| XYZ | 36.15 | 24.24 | 12.22 | - |
| YUV | 131.41 | 104.07 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 93 | 89 | 0 | 0.58 | 0.60 | 0.13 | 1.79 | 0.68 | 0.61 |
| Hex | DF | 5D | 59 | 0 | 3A | 3C | D | 2 | 44 | 3D |
| Octal | 337 | 135 | 131 | 0 | 72 | 74 | 15 | 2 | 104 | 75 |
| Binary | 11011111 | 1011101 | 1011001 | 0 | 111010 | 111100 | 1101 | 10 | 1000100 | 111101 |
Color Harmonies of #DF5D59
Complementary color
Monochromatic Colors of #DF5D59
Black with #DF5D59
Text Example
Text Example
White with #DF5D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5D59; }
p { color: rgb(223,93,89); }
H1.HeaderClassName
{
color: #DF5D59;
}
.AnyTagClassName
{
color: #DF5D59;
}
</style>
background-color css
<style>
a { background-color: #DF5D59; }
a { background-color: rgb(223,93,89); }
div.DivClassName
{
background-color: #DF5D59;
}
.BgClassName
{
background-color: #DF5D59;
}
</style>
border-color css
<style>
span { border-color: #DF5D59; }
span { border-color: rgb(223,93,89); }
td.TdClassName
{
border-color: #DF5D59;
}
.TagClassName
{
border-color: #DF5D59;
}
</style>