Shades of Roman #D7625E
Tints of Roman #D7625E
RGB
CMYK
RGB Variations
Color information
#D7625E (or 0xD7625E) is known color: Roman. HEX triplet: D7, 62 and 5E. RGB value is (215,98,94). Sum of RGB (Red+Green+Blue) = 215+98+94=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D7625E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7625E is #289DA1. Grayscale: #848484. Windows color (decimal): -2661794 or 6185687. OLE color: 6185687.
HSL color Cylindrical-coordinate representation of color #D7625E: hue angle of 1.98º 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 #D7625E is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 94 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.16 |
| HSL | 1.98º | 0.6% | 0.61% | - |
| HSV(B) | 1.98º | 0.56% | 0.84% | - |
| XYZ | 34.41 | 23.99 | 13.41 | - |
| YUV | 132.53 | 106.26 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 94 | 0 | 0.54 | 0.56 | 0.16 | 1.98 | 0.6 | 0.61 |
| Hex | D7 | 62 | 5E | 0 | 36 | 38 | 10 | 2 | 3C | 3D |
| Octal | 327 | 142 | 136 | 0 | 66 | 70 | 20 | 2 | 74 | 75 |
| Binary | 11010111 | 1100010 | 1011110 | 0 | 110110 | 111000 | 10000 | 10 | 111100 | 111101 |
Color Harmonies of #D7625E
Complementary color
Monochromatic Colors of #D7625E
Black with #D7625E
Text Example
Text Example
White with #D7625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7625E; }
p { color: rgb(215,98,94); }
H1.HeaderClassName
{
color: #D7625E;
}
.AnyTagClassName
{
color: #D7625E;
}
</style>
background-color css
<style>
a { background-color: #D7625E; }
a { background-color: rgb(215,98,94); }
div.DivClassName
{
background-color: #D7625E;
}
.BgClassName
{
background-color: #D7625E;
}
</style>
border-color css
<style>
span { border-color: #D7625E; }
span { border-color: rgb(215,98,94); }
td.TdClassName
{
border-color: #D7625E;
}
.TagClassName
{
border-color: #D7625E;
}
</style>