Shades of Roman #D65E56
Tints of Roman #D65E56
RGB
CMYK
RGB Variations
Color information
#D65E56 (or 0xD65E56) is known color: Roman. HEX triplet: D6, 5E and 56. RGB value is (214,94,86). Sum of RGB (Red+Green+Blue) = 214+94+86=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65E56 is #29A1A9. Grayscale: #818181. Windows color (decimal): -2728362 or 5660374. OLE color: 5660374.
HSL color Cylindrical-coordinate representation of color #D65E56: hue angle of 3.75º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65E56 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 94 | 86 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.16 |
| HSL | 3.75º | 0.61% | 0.59% | - |
| HSV(B) | 3.75º | 0.6% | 0.84% | - |
| XYZ | 33.41 | 22.97 | 11.48 | - |
| YUV | 128.97 | 103.76 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 86 | 0 | 0.56 | 0.60 | 0.16 | 3.75 | 0.61 | 0.59 |
| Hex | D6 | 5E | 56 | 0 | 38 | 3C | 10 | 4 | 3D | 3B |
| Octal | 326 | 136 | 126 | 0 | 70 | 74 | 20 | 4 | 75 | 73 |
| Binary | 11010110 | 1011110 | 1010110 | 0 | 111000 | 111100 | 10000 | 100 | 111101 | 111011 |
Color Harmonies of #D65E56
Complementary color
Monochromatic Colors of #D65E56
Black with #D65E56
Text Example
Text Example
White with #D65E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65E56; }
p { color: rgb(214,94,86); }
H1.HeaderClassName
{
color: #D65E56;
}
.AnyTagClassName
{
color: #D65E56;
}
</style>
background-color css
<style>
a { background-color: #D65E56; }
a { background-color: rgb(214,94,86); }
div.DivClassName
{
background-color: #D65E56;
}
.BgClassName
{
background-color: #D65E56;
}
</style>
border-color css
<style>
span { border-color: #D65E56; }
span { border-color: rgb(214,94,86); }
td.TdClassName
{
border-color: #D65E56;
}
.TagClassName
{
border-color: #D65E56;
}
</style>