Shades of Roman #DC5D5C
Tints of Roman #DC5D5C
RGB
CMYK
RGB Variations
Color information
#DC5D5C (or 0xDC5D5C) is known color: Roman. HEX triplet: DC, 5D and 5C. RGB value is (220,93,92). Sum of RGB (Red+Green+Blue) = 220+93+92=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5D5C is #23A2A3. Grayscale: #828282. Windows color (decimal): -2335396 or 6053340. OLE color: 6053340.
HSL color Cylindrical-coordinate representation of color #DC5D5C: hue angle of 0.47º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5D5C is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 92 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.14 |
| HSL | 0.47º | 0.65% | 0.61% | - |
| HSV(B) | 0.47º | 0.58% | 0.86% | - |
| XYZ | 35.36 | 23.82 | 12.86 | - |
| YUV | 130.86 | 106.08 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 92 | 0 | 0.58 | 0.58 | 0.14 | 0.47 | 0.65 | 0.61 |
| Hex | DC | 5D | 5C | 0 | 3A | 3A | E | 0 | 41 | 3D |
| Octal | 334 | 135 | 134 | 0 | 72 | 72 | 16 | 0 | 101 | 75 |
| Binary | 11011100 | 1011101 | 1011100 | 0 | 111010 | 111010 | 1110 | 0 | 1000001 | 111101 |
Color Harmonies of #DC5D5C
Complementary color
Monochromatic Colors of #DC5D5C
Black with #DC5D5C
Text Example
Text Example
White with #DC5D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D5C; }
p { color: rgb(220,93,92); }
H1.HeaderClassName
{
color: #DC5D5C;
}
.AnyTagClassName
{
color: #DC5D5C;
}
</style>
background-color css
<style>
a { background-color: #DC5D5C; }
a { background-color: rgb(220,93,92); }
div.DivClassName
{
background-color: #DC5D5C;
}
.BgClassName
{
background-color: #DC5D5C;
}
</style>
border-color css
<style>
span { border-color: #DC5D5C; }
span { border-color: rgb(220,93,92); }
td.TdClassName
{
border-color: #DC5D5C;
}
.TagClassName
{
border-color: #DC5D5C;
}
</style>