Shades of Roman #D1635E
Tints of Roman #D1635E
RGB
CMYK
RGB Variations
Color information
#D1635E (or 0xD1635E) is known color: Roman. HEX triplet: D1, 63 and 5E. RGB value is (209,99,94). Sum of RGB (Red+Green+Blue) = 209+99+94=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1635E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1635E is #2E9CA1. Grayscale: #838383. Windows color (decimal): -3054754 or 6185937. OLE color: 6185937.
HSL color Cylindrical-coordinate representation of color #D1635E: hue angle of 2.61º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1635E is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 94 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.18 |
| HSL | 2.61º | 0.56% | 0.59% | - |
| HSV(B) | 2.61º | 0.55% | 0.82% | - |
| XYZ | 32.78 | 23.29 | 13.36 | - |
| YUV | 131.32 | 106.94 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 94 | 0 | 0.53 | 0.55 | 0.18 | 2.61 | 0.56 | 0.59 |
| Hex | D1 | 63 | 5E | 0 | 35 | 37 | 12 | 3 | 38 | 3B |
| Octal | 321 | 143 | 136 | 0 | 65 | 67 | 22 | 3 | 70 | 73 |
| Binary | 11010001 | 1100011 | 1011110 | 0 | 110101 | 110111 | 10010 | 11 | 111000 | 111011 |
Color Harmonies of #D1635E
Complementary color
Monochromatic Colors of #D1635E
Black with #D1635E
Text Example
Text Example
White with #D1635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1635E; }
p { color: rgb(209,99,94); }
H1.HeaderClassName
{
color: #D1635E;
}
.AnyTagClassName
{
color: #D1635E;
}
</style>
background-color css
<style>
a { background-color: #D1635E; }
a { background-color: rgb(209,99,94); }
div.DivClassName
{
background-color: #D1635E;
}
.BgClassName
{
background-color: #D1635E;
}
</style>
border-color css
<style>
span { border-color: #D1635E; }
span { border-color: rgb(209,99,94); }
td.TdClassName
{
border-color: #D1635E;
}
.TagClassName
{
border-color: #D1635E;
}
</style>