Shades of Roman #D95F5E
Tints of Roman #D95F5E
RGB
CMYK
RGB Variations
Color information
#D95F5E (or 0xD95F5E) is known color: Roman. HEX triplet: D9, 5F and 5E. RGB value is (217,95,94). Sum of RGB (Red+Green+Blue) = 217+95+94=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95F5E is #26A0A1. Grayscale: #838383. Windows color (decimal): -2531490 or 6184921. OLE color: 6184921.
HSL color Cylindrical-coordinate representation of color #D95F5E: hue angle of 0.49º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D95F5E is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 95 | 94 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.15 |
| HSL | 0.49º | 0.62% | 0.61% | - |
| HSV(B) | 0.49º | 0.57% | 0.85% | - |
| XYZ | 34.73 | 23.74 | 13.34 | - |
| YUV | 131.36 | 106.92 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 95 | 94 | 0 | 0.56 | 0.57 | 0.15 | 0.49 | 0.62 | 0.61 |
| Hex | D9 | 5F | 5E | 0 | 38 | 39 | F | 0 | 3E | 3D |
| Octal | 331 | 137 | 136 | 0 | 70 | 71 | 17 | 0 | 76 | 75 |
| Binary | 11011001 | 1011111 | 1011110 | 0 | 111000 | 111001 | 1111 | 0 | 111110 | 111101 |
Color Harmonies of #D95F5E
Complementary color
Monochromatic Colors of #D95F5E
Black with #D95F5E
Text Example
Text Example
White with #D95F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95F5E; }
p { color: rgb(217,95,94); }
H1.HeaderClassName
{
color: #D95F5E;
}
.AnyTagClassName
{
color: #D95F5E;
}
</style>
background-color css
<style>
a { background-color: #D95F5E; }
a { background-color: rgb(217,95,94); }
div.DivClassName
{
background-color: #D95F5E;
}
.BgClassName
{
background-color: #D95F5E;
}
</style>
border-color css
<style>
span { border-color: #D95F5E; }
span { border-color: rgb(217,95,94); }
td.TdClassName
{
border-color: #D95F5E;
}
.TagClassName
{
border-color: #D95F5E;
}
</style>