Shades of Roman #DC615A
Tints of Roman #DC615A
RGB
CMYK
RGB Variations
Color information
#DC615A (or 0xDC615A) is known color: Roman. HEX triplet: DC, 61 and 5A. RGB value is (220,97,90). Sum of RGB (Red+Green+Blue) = 220+97+90=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC615A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC615A is #239EA5. Grayscale: #858585. Windows color (decimal): -2334374 or 5923292. OLE color: 5923292.
HSL color Cylindrical-coordinate representation of color #DC615A: hue angle of 3.23º 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 #DC615A is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 90 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.14 |
| HSL | 3.23º | 0.65% | 0.61% | - |
| HSV(B) | 3.23º | 0.59% | 0.86% | - |
| XYZ | 35.64 | 24.5 | 12.52 | - |
| YUV | 132.98 | 103.75 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 90 | 0 | 0.56 | 0.59 | 0.14 | 3.23 | 0.65 | 0.61 |
| Hex | DC | 61 | 5A | 0 | 38 | 3B | E | 3 | 41 | 3D |
| Octal | 334 | 141 | 132 | 0 | 70 | 73 | 16 | 3 | 101 | 75 |
| Binary | 11011100 | 1100001 | 1011010 | 0 | 111000 | 111011 | 1110 | 11 | 1000001 | 111101 |
Color Harmonies of #DC615A
Complementary color
Monochromatic Colors of #DC615A
Black with #DC615A
Text Example
Text Example
White with #DC615A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC615A; }
p { color: rgb(220,97,90); }
H1.HeaderClassName
{
color: #DC615A;
}
.AnyTagClassName
{
color: #DC615A;
}
</style>
background-color css
<style>
a { background-color: #DC615A; }
a { background-color: rgb(220,97,90); }
div.DivClassName
{
background-color: #DC615A;
}
.BgClassName
{
background-color: #DC615A;
}
</style>
border-color css
<style>
span { border-color: #DC615A; }
span { border-color: rgb(220,97,90); }
td.TdClassName
{
border-color: #DC615A;
}
.TagClassName
{
border-color: #DC615A;
}
</style>