Shades of Roman #D1625B
Tints of Roman #D1625B
RGB
CMYK
RGB Variations
Color information
#D1625B (or 0xD1625B) is known color: Roman. HEX triplet: D1, 62 and 5B. RGB value is (209,98,91). Sum of RGB (Red+Green+Blue) = 209+98+91=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D1625B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1625B is #2E9DA4. Grayscale: #828282. Windows color (decimal): -3055013 or 5989073. OLE color: 5989073.
HSL color Cylindrical-coordinate representation of color #D1625B: hue angle of 3.56º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1625B is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 91 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.18 |
| HSL | 3.56º | 0.56% | 0.59% | - |
| HSV(B) | 3.56º | 0.56% | 0.82% | - |
| XYZ | 32.55 | 23.05 | 12.63 | - |
| YUV | 130.39 | 105.77 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 91 | 0 | 0.53 | 0.56 | 0.18 | 3.56 | 0.56 | 0.59 |
| Hex | D1 | 62 | 5B | 0 | 35 | 38 | 12 | 4 | 38 | 3B |
| Octal | 321 | 142 | 133 | 0 | 65 | 70 | 22 | 4 | 70 | 73 |
| Binary | 11010001 | 1100010 | 1011011 | 0 | 110101 | 111000 | 10010 | 100 | 111000 | 111011 |
Color Harmonies of #D1625B
Complementary color
Monochromatic Colors of #D1625B
Black with #D1625B
Text Example
Text Example
White with #D1625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1625B; }
p { color: rgb(209,98,91); }
H1.HeaderClassName
{
color: #D1625B;
}
.AnyTagClassName
{
color: #D1625B;
}
</style>
background-color css
<style>
a { background-color: #D1625B; }
a { background-color: rgb(209,98,91); }
div.DivClassName
{
background-color: #D1625B;
}
.BgClassName
{
background-color: #D1625B;
}
</style>
border-color css
<style>
span { border-color: #D1625B; }
span { border-color: rgb(209,98,91); }
td.TdClassName
{
border-color: #D1625B;
}
.TagClassName
{
border-color: #D1625B;
}
</style>