Shades of Roman #D5615D
Tints of Roman #D5615D
RGB
CMYK
RGB Variations
Color information
#D5615D (or 0xD5615D) is known color: Roman. HEX triplet: D5, 61 and 5D. RGB value is (213,97,93). Sum of RGB (Red+Green+Blue) = 213+97+93=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5615D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5615D is #2A9EA2. Grayscale: #838383. Windows color (decimal): -2793123 or 6119893. OLE color: 6119893.
HSL color Cylindrical-coordinate representation of color #D5615D: hue angle of 2º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5615D is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 93 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.16 |
| HSL | 2º | 0.59% | 0.6% | - |
| HSV(B) | 2º | 0.56% | 0.84% | - |
| XYZ | 33.69 | 23.49 | 13.11 | - |
| YUV | 131.23 | 106.43 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 93 | 0 | 0.54 | 0.56 | 0.16 | 2 | 0.59 | 0.6 |
| Hex | D5 | 61 | 5D | 0 | 36 | 38 | 10 | 2 | 3B | 3C |
| Octal | 325 | 141 | 135 | 0 | 66 | 70 | 20 | 2 | 73 | 74 |
| Binary | 11010101 | 1100001 | 1011101 | 0 | 110110 | 111000 | 10000 | 10 | 111011 | 111100 |
Color Harmonies of #D5615D
Complementary color
Monochromatic Colors of #D5615D
Black with #D5615D
Text Example
Text Example
White with #D5615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5615D; }
p { color: rgb(213,97,93); }
H1.HeaderClassName
{
color: #D5615D;
}
.AnyTagClassName
{
color: #D5615D;
}
</style>
background-color css
<style>
a { background-color: #D5615D; }
a { background-color: rgb(213,97,93); }
div.DivClassName
{
background-color: #D5615D;
}
.BgClassName
{
background-color: #D5615D;
}
</style>
border-color css
<style>
span { border-color: #D5615D; }
span { border-color: rgb(213,97,93); }
td.TdClassName
{
border-color: #D5615D;
}
.TagClassName
{
border-color: #D5615D;
}
</style>