Shades of Roman #DF615C
Tints of Roman #DF615C
RGB
CMYK
RGB Variations
Color information
#DF615C (or 0xDF615C) is known color: Roman. HEX triplet: DF, 61 and 5C. RGB value is (223,97,92). Sum of RGB (Red+Green+Blue) = 223+97+92=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF615C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF615C is #209EA3. Grayscale: #868686. Windows color (decimal): -2137764 or 6054367. OLE color: 6054367.
HSL color Cylindrical-coordinate representation of color #DF615C: hue angle of 2.29º 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 #DF615C is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 92 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.13 |
| HSL | 2.29º | 0.67% | 0.62% | - |
| HSV(B) | 2.29º | 0.59% | 0.87% | - |
| XYZ | 36.64 | 25.01 | 13.02 | - |
| YUV | 134.1 | 104.24 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 92 | 0 | 0.57 | 0.59 | 0.13 | 2.29 | 0.67 | 0.62 |
| Hex | DF | 61 | 5C | 0 | 39 | 3B | D | 2 | 43 | 3E |
| Octal | 337 | 141 | 134 | 0 | 71 | 73 | 15 | 2 | 103 | 76 |
| Binary | 11011111 | 1100001 | 1011100 | 0 | 111001 | 111011 | 1101 | 10 | 1000011 | 111110 |
Color Harmonies of #DF615C
Complementary color
Monochromatic Colors of #DF615C
Black with #DF615C
Text Example
Text Example
White with #DF615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF615C; }
p { color: rgb(223,97,92); }
H1.HeaderClassName
{
color: #DF615C;
}
.AnyTagClassName
{
color: #DF615C;
}
</style>
background-color css
<style>
a { background-color: #DF615C; }
a { background-color: rgb(223,97,92); }
div.DivClassName
{
background-color: #DF615C;
}
.BgClassName
{
background-color: #DF615C;
}
</style>
border-color css
<style>
span { border-color: #DF615C; }
span { border-color: rgb(223,97,92); }
td.TdClassName
{
border-color: #DF615C;
}
.TagClassName
{
border-color: #DF615C;
}
</style>