Shades of Roman #D85E5B
Tints of Roman #D85E5B
RGB
CMYK
RGB Variations
Color information
#D85E5B (or 0xD85E5B) is known color: Roman. HEX triplet: D8, 5E and 5B. RGB value is (216,94,91). Sum of RGB (Red+Green+Blue) = 216+94+91=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E5B is #27A1A4. Grayscale: #828282. Windows color (decimal): -2597285 or 5988056. OLE color: 5988056.
HSL color Cylindrical-coordinate representation of color #D85E5B: hue angle of 1.44º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85E5B is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 91 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.15 |
| HSL | 1.44º | 0.62% | 0.6% | - |
| HSV(B) | 1.44º | 0.58% | 0.85% | - |
| XYZ | 34.21 | 23.36 | 12.6 | - |
| YUV | 130.14 | 105.92 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 91 | 0 | 0.56 | 0.58 | 0.15 | 1.44 | 0.62 | 0.6 |
| Hex | D8 | 5E | 5B | 0 | 38 | 3A | F | 1 | 3E | 3C |
| Octal | 330 | 136 | 133 | 0 | 70 | 72 | 17 | 1 | 76 | 74 |
| Binary | 11011000 | 1011110 | 1011011 | 0 | 111000 | 111010 | 1111 | 1 | 111110 | 111100 |
Color Harmonies of #D85E5B
Complementary color
Monochromatic Colors of #D85E5B
Black with #D85E5B
Text Example
Text Example
White with #D85E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E5B; }
p { color: rgb(216,94,91); }
H1.HeaderClassName
{
color: #D85E5B;
}
.AnyTagClassName
{
color: #D85E5B;
}
</style>
background-color css
<style>
a { background-color: #D85E5B; }
a { background-color: rgb(216,94,91); }
div.DivClassName
{
background-color: #D85E5B;
}
.BgClassName
{
background-color: #D85E5B;
}
</style>
border-color css
<style>
span { border-color: #D85E5B; }
span { border-color: rgb(216,94,91); }
td.TdClassName
{
border-color: #D85E5B;
}
.TagClassName
{
border-color: #D85E5B;
}
</style>