Shades of Roman #D7625C
Tints of Roman #D7625C
RGB
CMYK
RGB Variations
Color information
#D7625C (or 0xD7625C) is known color: Roman. HEX triplet: D7, 62 and 5C. RGB value is (215,98,92). Sum of RGB (Red+Green+Blue) = 215+98+92=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D7625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7625C is #289DA3. Grayscale: #848484. Windows color (decimal): -2661796 or 6054615. OLE color: 6054615.
HSL color Cylindrical-coordinate representation of color #D7625C: hue angle of 2.93º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D7625C is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 92 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.16 |
| HSL | 2.93º | 0.61% | 0.6% | - |
| HSV(B) | 2.93º | 0.57% | 0.84% | - |
| XYZ | 34.32 | 23.96 | 12.94 | - |
| YUV | 132.3 | 105.26 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 92 | 0 | 0.54 | 0.57 | 0.16 | 2.93 | 0.61 | 0.6 |
| Hex | D7 | 62 | 5C | 0 | 36 | 39 | 10 | 3 | 3D | 3C |
| Octal | 327 | 142 | 134 | 0 | 66 | 71 | 20 | 3 | 75 | 74 |
| Binary | 11010111 | 1100010 | 1011100 | 0 | 110110 | 111001 | 10000 | 11 | 111101 | 111100 |
Color Harmonies of #D7625C
Complementary color
Monochromatic Colors of #D7625C
Black with #D7625C
Text Example
Text Example
White with #D7625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7625C; }
p { color: rgb(215,98,92); }
H1.HeaderClassName
{
color: #D7625C;
}
.AnyTagClassName
{
color: #D7625C;
}
</style>
background-color css
<style>
a { background-color: #D7625C; }
a { background-color: rgb(215,98,92); }
div.DivClassName
{
background-color: #D7625C;
}
.BgClassName
{
background-color: #D7625C;
}
</style>
border-color css
<style>
span { border-color: #D7625C; }
span { border-color: rgb(215,98,92); }
td.TdClassName
{
border-color: #D7625C;
}
.TagClassName
{
border-color: #D7625C;
}
</style>