Shades of Roman #D3615D
Tints of Roman #D3615D
RGB
CMYK
RGB Variations
Color information
#D3615D (or 0xD3615D) is known color: Roman. HEX triplet: D3, 61 and 5D. RGB value is (211,97,93). Sum of RGB (Red+Green+Blue) = 211+97+93=401 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.62% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 211 - color contains mainly: red. Hex color #D3615D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3615D is #2C9EA2. Grayscale: #828282. Windows color (decimal): -2924195 or 6119891. OLE color: 6119891.
HSL color Cylindrical-coordinate representation of color #D3615D: hue angle of 2.03º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D3615D is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 97 | 93 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.17 |
| HSL | 2.03º | 0.57% | 0.6% | - |
| HSV(B) | 2.03º | 0.56% | 0.83% | - |
| XYZ | 33.11 | 23.19 | 13.09 | - |
| YUV | 130.63 | 106.77 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 97 | 93 | 0 | 0.54 | 0.56 | 0.17 | 2.03 | 0.57 | 0.6 |
| Hex | D3 | 61 | 5D | 0 | 36 | 38 | 11 | 2 | 39 | 3C |
| Octal | 323 | 141 | 135 | 0 | 66 | 70 | 21 | 2 | 71 | 74 |
| Binary | 11010011 | 1100001 | 1011101 | 0 | 110110 | 111000 | 10001 | 10 | 111001 | 111100 |
Color Harmonies of #D3615D
Complementary color
Monochromatic Colors of #D3615D
Black with #D3615D
Text Example
Text Example
White with #D3615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3615D; }
p { color: rgb(211,97,93); }
H1.HeaderClassName
{
color: #D3615D;
}
.AnyTagClassName
{
color: #D3615D;
}
</style>
background-color css
<style>
a { background-color: #D3615D; }
a { background-color: rgb(211,97,93); }
div.DivClassName
{
background-color: #D3615D;
}
.BgClassName
{
background-color: #D3615D;
}
</style>
border-color css
<style>
span { border-color: #D3615D; }
span { border-color: rgb(211,97,93); }
td.TdClassName
{
border-color: #D3615D;
}
.TagClassName
{
border-color: #D3615D;
}
</style>