Shades of Roman #D75F5E
Tints of Roman #D75F5E
RGB
CMYK
RGB Variations
Color information
#D75F5E (or 0xD75F5E) is known color: Roman. HEX triplet: D7, 5F and 5E. RGB value is (215,95,94). Sum of RGB (Red+Green+Blue) = 215+95+94=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75F5E is #28A0A1. Grayscale: #828282. Windows color (decimal): -2662562 or 6184919. OLE color: 6184919.
HSL color Cylindrical-coordinate representation of color #D75F5E: hue angle of 0.5º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D75F5E is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 95 | 94 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.16 |
| HSL | 0.5º | 0.6% | 0.61% | - |
| HSV(B) | 0.5º | 0.56% | 0.84% | - |
| XYZ | 34.14 | 23.44 | 13.31 | - |
| YUV | 130.77 | 107.26 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 95 | 94 | 0 | 0.56 | 0.56 | 0.16 | 0.5 | 0.6 | 0.61 |
| Hex | D7 | 5F | 5E | 0 | 38 | 38 | 10 | 0 | 3C | 3D |
| Octal | 327 | 137 | 136 | 0 | 70 | 70 | 20 | 0 | 74 | 75 |
| Binary | 11010111 | 1011111 | 1011110 | 0 | 111000 | 111000 | 10000 | 0 | 111100 | 111101 |
Color Harmonies of #D75F5E
Complementary color
Monochromatic Colors of #D75F5E
Black with #D75F5E
Text Example
Text Example
White with #D75F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75F5E; }
p { color: rgb(215,95,94); }
H1.HeaderClassName
{
color: #D75F5E;
}
.AnyTagClassName
{
color: #D75F5E;
}
</style>
background-color css
<style>
a { background-color: #D75F5E; }
a { background-color: rgb(215,95,94); }
div.DivClassName
{
background-color: #D75F5E;
}
.BgClassName
{
background-color: #D75F5E;
}
</style>
border-color css
<style>
span { border-color: #D75F5E; }
span { border-color: rgb(215,95,94); }
td.TdClassName
{
border-color: #D75F5E;
}
.TagClassName
{
border-color: #D75F5E;
}
</style>