Shades of Roman #DC615F
Tints of Roman #DC615F
RGB
CMYK
RGB Variations
Color information
#DC615F (or 0xDC615F) is known color: Roman. HEX triplet: DC, 61 and 5F. RGB value is (220,97,95). Sum of RGB (Red+Green+Blue) = 220+97+95=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC615F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC615F is #239EA0. Grayscale: #858585. Windows color (decimal): -2334369 or 6250972. OLE color: 6250972.
HSL color Cylindrical-coordinate representation of color #DC615F: hue angle of 0.96º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC615F is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 95 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.14 |
| HSL | 0.96º | 0.64% | 0.62% | - |
| HSV(B) | 0.96º | 0.57% | 0.86% | - |
| XYZ | 35.86 | 24.59 | 13.68 | - |
| YUV | 133.55 | 106.25 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 95 | 0 | 0.56 | 0.57 | 0.14 | 0.96 | 0.64 | 0.62 |
| Hex | DC | 61 | 5F | 0 | 38 | 39 | E | 1 | 40 | 3E |
| Octal | 334 | 141 | 137 | 0 | 70 | 71 | 16 | 1 | 100 | 76 |
| Binary | 11011100 | 1100001 | 1011111 | 0 | 111000 | 111001 | 1110 | 1 | 1000000 | 111110 |
Color Harmonies of #DC615F
Complementary color
Monochromatic Colors of #DC615F
Black with #DC615F
Text Example
Text Example
White with #DC615F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC615F; }
p { color: rgb(220,97,95); }
H1.HeaderClassName
{
color: #DC615F;
}
.AnyTagClassName
{
color: #DC615F;
}
</style>
background-color css
<style>
a { background-color: #DC615F; }
a { background-color: rgb(220,97,95); }
div.DivClassName
{
background-color: #DC615F;
}
.BgClassName
{
background-color: #DC615F;
}
</style>
border-color css
<style>
span { border-color: #DC615F; }
span { border-color: rgb(220,97,95); }
td.TdClassName
{
border-color: #DC615F;
}
.TagClassName
{
border-color: #DC615F;
}
</style>