Shades of Roman #D35D56
Tints of Roman #D35D56
RGB
CMYK
RGB Variations
Color information
#D35D56 (or 0xD35D56) is known color: Roman. HEX triplet: D3, 5D and 56. RGB value is (211,93,86). Sum of RGB (Red+Green+Blue) = 211+93+86=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35D56 is #2CA2A9. Grayscale: #7F7F7F. Windows color (decimal): -2925226 or 5660115. OLE color: 5660115.
HSL color Cylindrical-coordinate representation of color #D35D56: hue angle of 3.36º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D35D56 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 93 | 86 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.17 |
| HSL | 3.36º | 0.59% | 0.58% | - |
| HSV(B) | 3.36º | 0.59% | 0.83% | - |
| XYZ | 32.46 | 22.35 | 11.41 | - |
| YUV | 127.48 | 104.59 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 93 | 86 | 0 | 0.56 | 0.59 | 0.17 | 3.36 | 0.59 | 0.58 |
| Hex | D3 | 5D | 56 | 0 | 38 | 3B | 11 | 3 | 3B | 3A |
| Octal | 323 | 135 | 126 | 0 | 70 | 73 | 21 | 3 | 73 | 72 |
| Binary | 11010011 | 1011101 | 1010110 | 0 | 111000 | 111011 | 10001 | 11 | 111011 | 111010 |
Color Harmonies of #D35D56
Complementary color
Monochromatic Colors of #D35D56
Black with #D35D56
Text Example
Text Example
White with #D35D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35D56; }
p { color: rgb(211,93,86); }
H1.HeaderClassName
{
color: #D35D56;
}
.AnyTagClassName
{
color: #D35D56;
}
</style>
background-color css
<style>
a { background-color: #D35D56; }
a { background-color: rgb(211,93,86); }
div.DivClassName
{
background-color: #D35D56;
}
.BgClassName
{
background-color: #D35D56;
}
</style>
border-color css
<style>
span { border-color: #D35D56; }
span { border-color: rgb(211,93,86); }
td.TdClassName
{
border-color: #D35D56;
}
.TagClassName
{
border-color: #D35D56;
}
</style>