Shades of Roman #D75F54
Tints of Roman #D75F54
RGB
CMYK
RGB Variations
Color information
#D75F54 (or 0xD75F54) is known color: Roman. HEX triplet: D7, 5F and 54. RGB value is (215,95,84). Sum of RGB (Red+Green+Blue) = 215+95+84=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75F54 is #28A0AB. Grayscale: #818181. Windows color (decimal): -2662572 or 5529559. OLE color: 5529559.
HSL color Cylindrical-coordinate representation of color #D75F54: hue angle of 5.04º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D75F54 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 95 | 84 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.16 |
| HSL | 5.04º | 0.62% | 0.59% | - |
| HSV(B) | 5.04º | 0.61% | 0.84% | - |
| XYZ | 33.72 | 23.27 | 11.1 | - |
| YUV | 129.63 | 102.26 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 95 | 84 | 0 | 0.56 | 0.61 | 0.16 | 5.04 | 0.62 | 0.59 |
| Hex | D7 | 5F | 54 | 0 | 38 | 3D | 10 | 5 | 3E | 3B |
| Octal | 327 | 137 | 124 | 0 | 70 | 75 | 20 | 5 | 76 | 73 |
| Binary | 11010111 | 1011111 | 1010100 | 0 | 111000 | 111101 | 10000 | 101 | 111110 | 111011 |
Color Harmonies of #D75F54
Complementary color
Monochromatic Colors of #D75F54
Black with #D75F54
Text Example
Text Example
White with #D75F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75F54; }
p { color: rgb(215,95,84); }
H1.HeaderClassName
{
color: #D75F54;
}
.AnyTagClassName
{
color: #D75F54;
}
</style>
background-color css
<style>
a { background-color: #D75F54; }
a { background-color: rgb(215,95,84); }
div.DivClassName
{
background-color: #D75F54;
}
.BgClassName
{
background-color: #D75F54;
}
</style>
border-color css
<style>
span { border-color: #D75F54; }
span { border-color: rgb(215,95,84); }
td.TdClassName
{
border-color: #D75F54;
}
.TagClassName
{
border-color: #D75F54;
}
</style>