Shades of Roman #DC615B
Tints of Roman #DC615B
RGB
CMYK
RGB Variations
Color information
#DC615B (or 0xDC615B) is known color: Roman. HEX triplet: DC, 61 and 5B. RGB value is (220,97,91). Sum of RGB (Red+Green+Blue) = 220+97+91=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC615B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC615B is #239EA4. Grayscale: #858585. Windows color (decimal): -2334373 or 5988828. OLE color: 5988828.
HSL color Cylindrical-coordinate representation of color #DC615B: hue angle of 2.79º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC615B is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 91 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.14 |
| HSL | 2.79º | 0.65% | 0.61% | - |
| HSV(B) | 2.79º | 0.59% | 0.86% | - |
| XYZ | 35.68 | 24.52 | 12.75 | - |
| YUV | 133.09 | 104.25 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 91 | 0 | 0.56 | 0.59 | 0.14 | 2.79 | 0.65 | 0.61 |
| Hex | DC | 61 | 5B | 0 | 38 | 3B | E | 3 | 41 | 3D |
| Octal | 334 | 141 | 133 | 0 | 70 | 73 | 16 | 3 | 101 | 75 |
| Binary | 11011100 | 1100001 | 1011011 | 0 | 111000 | 111011 | 1110 | 11 | 1000001 | 111101 |
Color Harmonies of #DC615B
Complementary color
Monochromatic Colors of #DC615B
Black with #DC615B
Text Example
Text Example
White with #DC615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC615B; }
p { color: rgb(220,97,91); }
H1.HeaderClassName
{
color: #DC615B;
}
.AnyTagClassName
{
color: #DC615B;
}
</style>
background-color css
<style>
a { background-color: #DC615B; }
a { background-color: rgb(220,97,91); }
div.DivClassName
{
background-color: #DC615B;
}
.BgClassName
{
background-color: #DC615B;
}
</style>
border-color css
<style>
span { border-color: #DC615B; }
span { border-color: rgb(220,97,91); }
td.TdClassName
{
border-color: #DC615B;
}
.TagClassName
{
border-color: #DC615B;
}
</style>