Shades of Roman #DF615B
Tints of Roman #DF615B
RGB
CMYK
RGB Variations
Color information
#DF615B (or 0xDF615B) is known color: Roman. HEX triplet: DF, 61 and 5B. RGB value is (223,97,91). Sum of RGB (Red+Green+Blue) = 223+97+91=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF615B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF615B is #209EA4. Grayscale: #868686. Windows color (decimal): -2137765 or 5988831. OLE color: 5988831.
HSL color Cylindrical-coordinate representation of color #DF615B: hue angle of 2.73º 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 #DF615B is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 91 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.13 |
| HSL | 2.73º | 0.67% | 0.62% | - |
| HSV(B) | 2.73º | 0.59% | 0.87% | - |
| XYZ | 36.59 | 24.99 | 12.79 | - |
| YUV | 133.99 | 103.74 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 91 | 0 | 0.57 | 0.59 | 0.13 | 2.73 | 0.67 | 0.62 |
| Hex | DF | 61 | 5B | 0 | 39 | 3B | D | 3 | 43 | 3E |
| Octal | 337 | 141 | 133 | 0 | 71 | 73 | 15 | 3 | 103 | 76 |
| Binary | 11011111 | 1100001 | 1011011 | 0 | 111001 | 111011 | 1101 | 11 | 1000011 | 111110 |
Color Harmonies of #DF615B
Complementary color
Monochromatic Colors of #DF615B
Black with #DF615B
Text Example
Text Example
White with #DF615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF615B; }
p { color: rgb(223,97,91); }
H1.HeaderClassName
{
color: #DF615B;
}
.AnyTagClassName
{
color: #DF615B;
}
</style>
background-color css
<style>
a { background-color: #DF615B; }
a { background-color: rgb(223,97,91); }
div.DivClassName
{
background-color: #DF615B;
}
.BgClassName
{
background-color: #DF615B;
}
</style>
border-color css
<style>
span { border-color: #DF615B; }
span { border-color: rgb(223,97,91); }
td.TdClassName
{
border-color: #DF615B;
}
.TagClassName
{
border-color: #DF615B;
}
</style>