Shades of Roman #D2615D
Tints of Roman #D2615D
RGB
CMYK
RGB Variations
Color information
#D2615D (or 0xD2615D) is known color: Roman. HEX triplet: D2, 61 and 5D. RGB value is (210,97,93). Sum of RGB (Red+Green+Blue) = 210+97+93=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D2615D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2615D is #2D9EA2. Grayscale: #828282. Windows color (decimal): -2989731 or 6119890. OLE color: 6119890.
HSL color Cylindrical-coordinate representation of color #D2615D: hue angle of 2.05º degrees, saturation: 0.57, 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 #D2615D is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 93 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.18 |
| HSL | 2.05º | 0.57% | 0.59% | - |
| HSV(B) | 2.05º | 0.56% | 0.82% | - |
| XYZ | 32.83 | 23.04 | 13.07 | - |
| YUV | 130.33 | 106.94 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 93 | 0 | 0.54 | 0.56 | 0.18 | 2.05 | 0.57 | 0.59 |
| Hex | D2 | 61 | 5D | 0 | 36 | 38 | 12 | 2 | 39 | 3B |
| Octal | 322 | 141 | 135 | 0 | 66 | 70 | 22 | 2 | 71 | 73 |
| Binary | 11010010 | 1100001 | 1011101 | 0 | 110110 | 111000 | 10010 | 10 | 111001 | 111011 |
Color Harmonies of #D2615D
Complementary color
Monochromatic Colors of #D2615D
Black with #D2615D
Text Example
Text Example
White with #D2615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2615D; }
p { color: rgb(210,97,93); }
H1.HeaderClassName
{
color: #D2615D;
}
.AnyTagClassName
{
color: #D2615D;
}
</style>
background-color css
<style>
a { background-color: #D2615D; }
a { background-color: rgb(210,97,93); }
div.DivClassName
{
background-color: #D2615D;
}
.BgClassName
{
background-color: #D2615D;
}
</style>
border-color css
<style>
span { border-color: #D2615D; }
span { border-color: rgb(210,97,93); }
td.TdClassName
{
border-color: #D2615D;
}
.TagClassName
{
border-color: #D2615D;
}
</style>