Shades of Roman #D6645D
Tints of Roman #D6645D
RGB
CMYK
RGB Variations
Color information
#D6645D (or 0xD6645D) is known color: Roman. HEX triplet: D6, 64 and 5D. RGB value is (214,100,93). Sum of RGB (Red+Green+Blue) = 214+100+93=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6645D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6645D is #299BA2. Grayscale: #858585. Windows color (decimal): -2726819 or 6120662. OLE color: 6120662.
HSL color Cylindrical-coordinate representation of color #D6645D: hue angle of 3.47º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6645D is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 93 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.16 |
| HSL | 3.47º | 0.6% | 0.6% | - |
| HSV(B) | 3.47º | 0.57% | 0.84% | - |
| XYZ | 34.26 | 24.2 | 13.22 | - |
| YUV | 133.29 | 105.27 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 93 | 0 | 0.53 | 0.57 | 0.16 | 3.47 | 0.6 | 0.6 |
| Hex | D6 | 64 | 5D | 0 | 35 | 39 | 10 | 3 | 3C | 3C |
| Octal | 326 | 144 | 135 | 0 | 65 | 71 | 20 | 3 | 74 | 74 |
| Binary | 11010110 | 1100100 | 1011101 | 0 | 110101 | 111001 | 10000 | 11 | 111100 | 111100 |
Color Harmonies of #D6645D
Complementary color
Monochromatic Colors of #D6645D
Black with #D6645D
Text Example
Text Example
White with #D6645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6645D; }
p { color: rgb(214,100,93); }
H1.HeaderClassName
{
color: #D6645D;
}
.AnyTagClassName
{
color: #D6645D;
}
</style>
background-color css
<style>
a { background-color: #D6645D; }
a { background-color: rgb(214,100,93); }
div.DivClassName
{
background-color: #D6645D;
}
.BgClassName
{
background-color: #D6645D;
}
</style>
border-color css
<style>
span { border-color: #D6645D; }
span { border-color: rgb(214,100,93); }
td.TdClassName
{
border-color: #D6645D;
}
.TagClassName
{
border-color: #D6645D;
}
</style>