Shades of Roman #DC615E
Tints of Roman #DC615E
RGB
CMYK
RGB Variations
Color information
#DC615E (or 0xDC615E) is known color: Roman. HEX triplet: DC, 61 and 5E. RGB value is (220,97,94). Sum of RGB (Red+Green+Blue) = 220+97+94=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC615E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC615E is #239EA1. Grayscale: #858585. Windows color (decimal): -2334370 or 6185436. OLE color: 6185436.
HSL color Cylindrical-coordinate representation of color #DC615E: hue angle of 1.43º 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 #DC615E is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 94 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.14 |
| HSL | 1.43º | 0.64% | 0.62% | - |
| HSV(B) | 1.43º | 0.57% | 0.86% | - |
| XYZ | 35.81 | 24.57 | 13.45 | - |
| YUV | 133.44 | 105.75 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 94 | 0 | 0.56 | 0.57 | 0.14 | 1.43 | 0.64 | 0.62 |
| Hex | DC | 61 | 5E | 0 | 38 | 39 | E | 1 | 40 | 3E |
| Octal | 334 | 141 | 136 | 0 | 70 | 71 | 16 | 1 | 100 | 76 |
| Binary | 11011100 | 1100001 | 1011110 | 0 | 111000 | 111001 | 1110 | 1 | 1000000 | 111110 |
Color Harmonies of #DC615E
Complementary color
Monochromatic Colors of #DC615E
Black with #DC615E
Text Example
Text Example
White with #DC615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC615E; }
p { color: rgb(220,97,94); }
H1.HeaderClassName
{
color: #DC615E;
}
.AnyTagClassName
{
color: #DC615E;
}
</style>
background-color css
<style>
a { background-color: #DC615E; }
a { background-color: rgb(220,97,94); }
div.DivClassName
{
background-color: #DC615E;
}
.BgClassName
{
background-color: #DC615E;
}
</style>
border-color css
<style>
span { border-color: #DC615E; }
span { border-color: rgb(220,97,94); }
td.TdClassName
{
border-color: #DC615E;
}
.TagClassName
{
border-color: #DC615E;
}
</style>