Shades of Roman #D1615C
Tints of Roman #D1615C
RGB
CMYK
RGB Variations
Color information
#D1615C (or 0xD1615C) is known color: Roman. HEX triplet: D1, 61 and 5C. RGB value is (209,97,92). Sum of RGB (Red+Green+Blue) = 209+97+92=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D1615C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1615C is #2E9EA3. Grayscale: #828282. Windows color (decimal): -3055268 or 6054353. OLE color: 6054353.
HSL color Cylindrical-coordinate representation of color #D1615C: hue angle of 2.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 #D1615C is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 97 | 92 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.18 |
| HSL | 2.56º | 0.56% | 0.59% | - |
| HSV(B) | 2.56º | 0.56% | 0.82% | - |
| XYZ | 32.5 | 22.88 | 12.83 | - |
| YUV | 129.92 | 106.61 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 92 | 0 | 0.54 | 0.56 | 0.18 | 2.56 | 0.56 | 0.59 |
| Hex | D1 | 61 | 5C | 0 | 36 | 38 | 12 | 3 | 38 | 3B |
| Octal | 321 | 141 | 134 | 0 | 66 | 70 | 22 | 3 | 70 | 73 |
| Binary | 11010001 | 1100001 | 1011100 | 0 | 110110 | 111000 | 10010 | 11 | 111000 | 111011 |
Color Harmonies of #D1615C
Complementary color
Monochromatic Colors of #D1615C
Black with #D1615C
Text Example
Text Example
White with #D1615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1615C; }
p { color: rgb(209,97,92); }
H1.HeaderClassName
{
color: #D1615C;
}
.AnyTagClassName
{
color: #D1615C;
}
</style>
background-color css
<style>
a { background-color: #D1615C; }
a { background-color: rgb(209,97,92); }
div.DivClassName
{
background-color: #D1615C;
}
.BgClassName
{
background-color: #D1615C;
}
</style>
border-color css
<style>
span { border-color: #D1615C; }
span { border-color: rgb(209,97,92); }
td.TdClassName
{
border-color: #D1615C;
}
.TagClassName
{
border-color: #D1615C;
}
</style>