Shades of Roman #D5625B
Tints of Roman #D5625B
RGB
CMYK
RGB Variations
Color information
#D5625B (or 0xD5625B) is known color: Roman. HEX triplet: D5, 62 and 5B. RGB value is (213,98,91). Sum of RGB (Red+Green+Blue) = 213+98+91=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D5625B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5625B is #2A9DA4. Grayscale: #838383. Windows color (decimal): -2792869 or 5989077. OLE color: 5989077.
HSL color Cylindrical-coordinate representation of color #D5625B: hue angle of 3.44º degrees, saturation: 0.59, 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 #D5625B is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 98 | 91 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.16 |
| HSL | 3.44º | 0.59% | 0.6% | - |
| HSV(B) | 3.44º | 0.57% | 0.84% | - |
| XYZ | 33.7 | 23.64 | 12.68 | - |
| YUV | 131.59 | 105.1 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 91 | 0 | 0.54 | 0.57 | 0.16 | 3.44 | 0.59 | 0.6 |
| Hex | D5 | 62 | 5B | 0 | 36 | 39 | 10 | 3 | 3B | 3C |
| Octal | 325 | 142 | 133 | 0 | 66 | 71 | 20 | 3 | 73 | 74 |
| Binary | 11010101 | 1100010 | 1011011 | 0 | 110110 | 111001 | 10000 | 11 | 111011 | 111100 |
Color Harmonies of #D5625B
Complementary color
Monochromatic Colors of #D5625B
Black with #D5625B
Text Example
Text Example
White with #D5625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5625B; }
p { color: rgb(213,98,91); }
H1.HeaderClassName
{
color: #D5625B;
}
.AnyTagClassName
{
color: #D5625B;
}
</style>
background-color css
<style>
a { background-color: #D5625B; }
a { background-color: rgb(213,98,91); }
div.DivClassName
{
background-color: #D5625B;
}
.BgClassName
{
background-color: #D5625B;
}
</style>
border-color css
<style>
span { border-color: #D5625B; }
span { border-color: rgb(213,98,91); }
td.TdClassName
{
border-color: #D5625B;
}
.TagClassName
{
border-color: #D5625B;
}
</style>