Shades of Roman #DC5C5B
Tints of Roman #DC5C5B
RGB
CMYK
RGB Variations
Color information
#DC5C5B (or 0xDC5C5B) is known color: Roman. HEX triplet: DC, 5C and 5B. RGB value is (220,92,91). Sum of RGB (Red+Green+Blue) = 220+92+91=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5C5B is #23A3A4. Grayscale: #828282. Windows color (decimal): -2335653 or 5987548. OLE color: 5987548.
HSL color Cylindrical-coordinate representation of color #DC5C5B: 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.59%. Process color model (Four color, CMYK) of #DC5C5B is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 92 | 91 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.14 |
| HSL | 0.47º | 0.65% | 0.61% | - |
| HSV(B) | 0.47º | 0.59% | 0.86% | - |
| XYZ | 35.23 | 23.63 | 12.6 | - |
| YUV | 130.16 | 105.91 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 91 | 0 | 0.58 | 0.59 | 0.14 | 0.47 | 0.65 | 0.61 |
| Hex | DC | 5C | 5B | 0 | 3A | 3B | E | 0 | 41 | 3D |
| Octal | 334 | 134 | 133 | 0 | 72 | 73 | 16 | 0 | 101 | 75 |
| Binary | 11011100 | 1011100 | 1011011 | 0 | 111010 | 111011 | 1110 | 0 | 1000001 | 111101 |
Color Harmonies of #DC5C5B
Complementary color
Monochromatic Colors of #DC5C5B
Black with #DC5C5B
Text Example
Text Example
White with #DC5C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5C5B; }
p { color: rgb(220,92,91); }
H1.HeaderClassName
{
color: #DC5C5B;
}
.AnyTagClassName
{
color: #DC5C5B;
}
</style>
background-color css
<style>
a { background-color: #DC5C5B; }
a { background-color: rgb(220,92,91); }
div.DivClassName
{
background-color: #DC5C5B;
}
.BgClassName
{
background-color: #DC5C5B;
}
</style>
border-color css
<style>
span { border-color: #DC5C5B; }
span { border-color: rgb(220,92,91); }
td.TdClassName
{
border-color: #DC5C5B;
}
.TagClassName
{
border-color: #DC5C5B;
}
</style>