Shades of Roman #D35F57
Tints of Roman #D35F57
RGB
CMYK
RGB Variations
Color information
#D35F57 (or 0xD35F57) is known color: Roman. HEX triplet: D3, 5F and 57. RGB value is (211,95,87). Sum of RGB (Red+Green+Blue) = 211+95+87=393 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.69% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 211 - color contains mainly: red. Hex color #D35F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35F57 is #2CA0A8. Grayscale: #808080. Windows color (decimal): -2924713 or 5726163. OLE color: 5726163.
HSL color Cylindrical-coordinate representation of color #D35F57: hue angle of 3.87º degrees, saturation: 0.58, 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 #D35F57 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 95 | 87 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.17 |
| HSL | 3.87º | 0.58% | 0.58% | - |
| HSV(B) | 3.87º | 0.59% | 0.83% | - |
| XYZ | 32.68 | 22.72 | 11.68 | - |
| YUV | 128.77 | 104.43 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 95 | 87 | 0 | 0.55 | 0.59 | 0.17 | 3.87 | 0.58 | 0.58 |
| Hex | D3 | 5F | 57 | 0 | 37 | 3B | 11 | 4 | 3A | 3A |
| Octal | 323 | 137 | 127 | 0 | 67 | 73 | 21 | 4 | 72 | 72 |
| Binary | 11010011 | 1011111 | 1010111 | 0 | 110111 | 111011 | 10001 | 100 | 111010 | 111010 |
Color Harmonies of #D35F57
Complementary color
Monochromatic Colors of #D35F57
Black with #D35F57
Text Example
Text Example
White with #D35F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35F57; }
p { color: rgb(211,95,87); }
H1.HeaderClassName
{
color: #D35F57;
}
.AnyTagClassName
{
color: #D35F57;
}
</style>
background-color css
<style>
a { background-color: #D35F57; }
a { background-color: rgb(211,95,87); }
div.DivClassName
{
background-color: #D35F57;
}
.BgClassName
{
background-color: #D35F57;
}
</style>
border-color css
<style>
span { border-color: #D35F57; }
span { border-color: rgb(211,95,87); }
td.TdClassName
{
border-color: #D35F57;
}
.TagClassName
{
border-color: #D35F57;
}
</style>