Shades of Roman #D95C5B
Tints of Roman #D95C5B
RGB
CMYK
RGB Variations
Color information
#D95C5B (or 0xD95C5B) is known color: Roman. HEX triplet: D9, 5C and 5B. RGB value is (217,92,91). Sum of RGB (Red+Green+Blue) = 217+92+91=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95C5B is #26A3A4. Grayscale: #818181. Windows color (decimal): -2532261 or 5987545. OLE color: 5987545.
HSL color Cylindrical-coordinate representation of color #D95C5B: hue angle of 0.48º 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 #D95C5B is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 92 | 91 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.15 |
| HSL | 0.48º | 0.62% | 0.6% | - |
| HSV(B) | 0.48º | 0.58% | 0.85% | - |
| XYZ | 34.33 | 23.16 | 12.56 | - |
| YUV | 129.26 | 106.41 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 92 | 91 | 0 | 0.58 | 0.58 | 0.15 | 0.48 | 0.62 | 0.6 |
| Hex | D9 | 5C | 5B | 0 | 3A | 3A | F | 0 | 3E | 3C |
| Octal | 331 | 134 | 133 | 0 | 72 | 72 | 17 | 0 | 76 | 74 |
| Binary | 11011001 | 1011100 | 1011011 | 0 | 111010 | 111010 | 1111 | 0 | 111110 | 111100 |
Color Harmonies of #D95C5B
Complementary color
Monochromatic Colors of #D95C5B
Black with #D95C5B
Text Example
Text Example
White with #D95C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95C5B; }
p { color: rgb(217,92,91); }
H1.HeaderClassName
{
color: #D95C5B;
}
.AnyTagClassName
{
color: #D95C5B;
}
</style>
background-color css
<style>
a { background-color: #D95C5B; }
a { background-color: rgb(217,92,91); }
div.DivClassName
{
background-color: #D95C5B;
}
.BgClassName
{
background-color: #D95C5B;
}
</style>
border-color css
<style>
span { border-color: #D95C5B; }
span { border-color: rgb(217,92,91); }
td.TdClassName
{
border-color: #D95C5B;
}
.TagClassName
{
border-color: #D95C5B;
}
</style>