Shades of Roman #DF6161
Tints of Roman #DF6161
RGB
CMYK
RGB Variations
Color information
#DF6161 (or 0xDF6161) is known color: Roman. HEX triplet: DF, 61 and 61. RGB value is (223,97,97). Sum of RGB (Red+Green+Blue) = 223+97+97=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6161 is #209E9E. Grayscale: #868686. Windows color (decimal): -2137759 or 6382047. OLE color: 6382047.
HSL color Cylindrical-coordinate representation of color #DF6161: hue angle of 0º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF6161 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 97 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.13 |
| HSL | 0º | 0.66% | 0.63% | - |
| HSV(B) | 0º | 0.57% | 0.87% | - |
| XYZ | 36.86 | 25.1 | 14.21 | - |
| YUV | 134.67 | 106.74 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 97 | 0 | 0.57 | 0.57 | 0.13 | 0 | 0.66 | 0.63 |
| Hex | DF | 61 | 61 | 0 | 39 | 39 | D | 0 | 42 | 3F |
| Octal | 337 | 141 | 141 | 0 | 71 | 71 | 15 | 0 | 102 | 77 |
| Binary | 11011111 | 1100001 | 1100001 | 0 | 111001 | 111001 | 1101 | 0 | 1000010 | 111111 |
Color Harmonies of #DF6161
Complementary color
Monochromatic Colors of #DF6161
Black with #DF6161
Text Example
Text Example
White with #DF6161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6161; }
p { color: rgb(223,97,97); }
H1.HeaderClassName
{
color: #DF6161;
}
.AnyTagClassName
{
color: #DF6161;
}
</style>
background-color css
<style>
a { background-color: #DF6161; }
a { background-color: rgb(223,97,97); }
div.DivClassName
{
background-color: #DF6161;
}
.BgClassName
{
background-color: #DF6161;
}
</style>
border-color css
<style>
span { border-color: #DF6161; }
span { border-color: rgb(223,97,97); }
td.TdClassName
{
border-color: #DF6161;
}
.TagClassName
{
border-color: #DF6161;
}
</style>