Shades of Roman #D75E5E
Tints of Roman #D75E5E
RGB
CMYK
RGB Variations
Color information
#D75E5E (or 0xD75E5E) is known color: Roman. HEX triplet: D7, 5E and 5E. RGB value is (215,94,94). Sum of RGB (Red+Green+Blue) = 215+94+94=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75E5E is #28A1A1. Grayscale: #828282. Windows color (decimal): -2662818 or 6184663. OLE color: 6184663.
HSL color Cylindrical-coordinate representation of color #D75E5E: hue angle of 0º 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 #D75E5E is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 94 | 94 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.16 |
| HSL | 0º | 0.6% | 0.61% | - |
| HSV(B) | 0º | 0.56% | 0.84% | - |
| XYZ | 34.05 | 23.26 | 13.28 | - |
| YUV | 130.18 | 107.59 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 94 | 94 | 0 | 0.56 | 0.56 | 0.16 | 0 | 0.6 | 0.61 |
| Hex | D7 | 5E | 5E | 0 | 38 | 38 | 10 | 0 | 3C | 3D |
| Octal | 327 | 136 | 136 | 0 | 70 | 70 | 20 | 0 | 74 | 75 |
| Binary | 11010111 | 1011110 | 1011110 | 0 | 111000 | 111000 | 10000 | 0 | 111100 | 111101 |
Color Harmonies of #D75E5E
Complementary color
Monochromatic Colors of #D75E5E
Black with #D75E5E
Text Example
Text Example
White with #D75E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75E5E; }
p { color: rgb(215,94,94); }
H1.HeaderClassName
{
color: #D75E5E;
}
.AnyTagClassName
{
color: #D75E5E;
}
</style>
background-color css
<style>
a { background-color: #D75E5E; }
a { background-color: rgb(215,94,94); }
div.DivClassName
{
background-color: #D75E5E;
}
.BgClassName
{
background-color: #D75E5E;
}
</style>
border-color css
<style>
span { border-color: #D75E5E; }
span { border-color: rgb(215,94,94); }
td.TdClassName
{
border-color: #D75E5E;
}
.TagClassName
{
border-color: #D75E5E;
}
</style>