Shades of Roman #D65C56
Tints of Roman #D65C56
RGB
CMYK
RGB Variations
Color information
#D65C56 (or 0xD65C56) is known color: Roman. HEX triplet: D6, 5C and 56. RGB value is (214,92,86). Sum of RGB (Red+Green+Blue) = 214+92+86=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65C56 is #29A3A9. Grayscale: #7F7F7F. Windows color (decimal): -2728874 or 5659862. OLE color: 5659862.
HSL color Cylindrical-coordinate representation of color #D65C56: hue angle of 2.81º 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 #D65C56 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 86 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.16 |
| HSL | 2.81º | 0.61% | 0.59% | - |
| HSV(B) | 2.81º | 0.6% | 0.84% | - |
| XYZ | 33.24 | 22.62 | 11.42 | - |
| YUV | 127.79 | 104.42 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 86 | 0 | 0.57 | 0.60 | 0.16 | 2.81 | 0.61 | 0.59 |
| Hex | D6 | 5C | 56 | 0 | 39 | 3C | 10 | 3 | 3D | 3B |
| Octal | 326 | 134 | 126 | 0 | 71 | 74 | 20 | 3 | 75 | 73 |
| Binary | 11010110 | 1011100 | 1010110 | 0 | 111001 | 111100 | 10000 | 11 | 111101 | 111011 |
Color Harmonies of #D65C56
Complementary color
Monochromatic Colors of #D65C56
Black with #D65C56
Text Example
Text Example
White with #D65C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65C56; }
p { color: rgb(214,92,86); }
H1.HeaderClassName
{
color: #D65C56;
}
.AnyTagClassName
{
color: #D65C56;
}
</style>
background-color css
<style>
a { background-color: #D65C56; }
a { background-color: rgb(214,92,86); }
div.DivClassName
{
background-color: #D65C56;
}
.BgClassName
{
background-color: #D65C56;
}
</style>
border-color css
<style>
span { border-color: #D65C56; }
span { border-color: rgb(214,92,86); }
td.TdClassName
{
border-color: #D65C56;
}
.TagClassName
{
border-color: #D65C56;
}
</style>