Shades of Roman #D26153
Tints of Roman #D26153
RGB
CMYK
RGB Variations
Color information
#D26153 (or 0xD26153) is known color: Roman. HEX triplet: D2, 61 and 53. RGB value is (210,97,83). Sum of RGB (Red+Green+Blue) = 210+97+83=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D26153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26153 is #2D9EAC. Grayscale: #818181. Windows color (decimal): -2989741 or 5464530. OLE color: 5464530.
HSL color Cylindrical-coordinate representation of color #D26153: hue angle of 6.61º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D26153 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 83 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.18 |
| HSL | 6.61º | 0.59% | 0.57% | - |
| HSV(B) | 6.61º | 0.6% | 0.82% | - |
| XYZ | 32.41 | 22.88 | 10.89 | - |
| YUV | 129.19 | 101.94 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 83 | 0 | 0.54 | 0.60 | 0.18 | 6.61 | 0.59 | 0.57 |
| Hex | D2 | 61 | 53 | 0 | 36 | 3C | 12 | 7 | 3B | 39 |
| Octal | 322 | 141 | 123 | 0 | 66 | 74 | 22 | 7 | 73 | 71 |
| Binary | 11010010 | 1100001 | 1010011 | 0 | 110110 | 111100 | 10010 | 111 | 111011 | 111001 |
Color Harmonies of #D26153
Complementary color
Monochromatic Colors of #D26153
Black with #D26153
Text Example
Text Example
White with #D26153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26153; }
p { color: rgb(210,97,83); }
H1.HeaderClassName
{
color: #D26153;
}
.AnyTagClassName
{
color: #D26153;
}
</style>
background-color css
<style>
a { background-color: #D26153; }
a { background-color: rgb(210,97,83); }
div.DivClassName
{
background-color: #D26153;
}
.BgClassName
{
background-color: #D26153;
}
</style>
border-color css
<style>
span { border-color: #D26153; }
span { border-color: rgb(210,97,83); }
td.TdClassName
{
border-color: #D26153;
}
.TagClassName
{
border-color: #D26153;
}
</style>