Shades of Roman #DF5C5C
Tints of Roman #DF5C5C
RGB
CMYK
RGB Variations
Color information
#DF5C5C (or 0xDF5C5C) is known color: Roman. HEX triplet: DF, 5C and 5C. RGB value is (223,92,92). Sum of RGB (Red+Green+Blue) = 223+92+92=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5C5C is #20A3A3. Grayscale: #838383. Windows color (decimal): -2139044 or 6053087. OLE color: 6053087.
HSL color Cylindrical-coordinate representation of color #DF5C5C: hue angle of 0º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5C5C is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 92 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.13 |
| HSL | 0º | 0.67% | 0.62% | - |
| HSV(B) | 0º | 0.59% | 0.87% | - |
| XYZ | 36.19 | 24.11 | 12.87 | - |
| YUV | 131.17 | 105.9 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 92 | 0 | 0.59 | 0.59 | 0.13 | 0 | 0.67 | 0.62 |
| Hex | DF | 5C | 5C | 0 | 3B | 3B | D | 0 | 43 | 3E |
| Octal | 337 | 134 | 134 | 0 | 73 | 73 | 15 | 0 | 103 | 76 |
| Binary | 11011111 | 1011100 | 1011100 | 0 | 111011 | 111011 | 1101 | 0 | 1000011 | 111110 |
Color Harmonies of #DF5C5C
Complementary color
Monochromatic Colors of #DF5C5C
Black with #DF5C5C
Text Example
Text Example
White with #DF5C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5C5C; }
p { color: rgb(223,92,92); }
H1.HeaderClassName
{
color: #DF5C5C;
}
.AnyTagClassName
{
color: #DF5C5C;
}
</style>
background-color css
<style>
a { background-color: #DF5C5C; }
a { background-color: rgb(223,92,92); }
div.DivClassName
{
background-color: #DF5C5C;
}
.BgClassName
{
background-color: #DF5C5C;
}
</style>
border-color css
<style>
span { border-color: #DF5C5C; }
span { border-color: rgb(223,92,92); }
td.TdClassName
{
border-color: #DF5C5C;
}
.TagClassName
{
border-color: #DF5C5C;
}
</style>