Shades of Roman #D65F57
Tints of Roman #D65F57
RGB
CMYK
RGB Variations
Color information
#D65F57 (or 0xD65F57) is known color: Roman. HEX triplet: D6, 5F and 57. RGB value is (214,95,87). Sum of RGB (Red+Green+Blue) = 214+95+87=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F57 is #29A0A8. Grayscale: #818181. Windows color (decimal): -2728105 or 5726166. OLE color: 5726166.
HSL color Cylindrical-coordinate representation of color #D65F57: hue angle of 3.78º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65F57 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 87 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.16 |
| HSL | 3.78º | 0.61% | 0.59% | - |
| HSV(B) | 3.78º | 0.59% | 0.84% | - |
| XYZ | 33.54 | 23.17 | 11.72 | - |
| YUV | 129.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 87 | 0 | 0.56 | 0.59 | 0.16 | 3.78 | 0.61 | 0.59 |
| Hex | D6 | 5F | 57 | 0 | 38 | 3B | 10 | 4 | 3D | 3B |
| Octal | 326 | 137 | 127 | 0 | 70 | 73 | 20 | 4 | 75 | 73 |
| Binary | 11010110 | 1011111 | 1010111 | 0 | 111000 | 111011 | 10000 | 100 | 111101 | 111011 |
Color Harmonies of #D65F57
Complementary color
Monochromatic Colors of #D65F57
Black with #D65F57
Text Example
Text Example
White with #D65F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65F57; }
p { color: rgb(214,95,87); }
H1.HeaderClassName
{
color: #D65F57;
}
.AnyTagClassName
{
color: #D65F57;
}
</style>
background-color css
<style>
a { background-color: #D65F57; }
a { background-color: rgb(214,95,87); }
div.DivClassName
{
background-color: #D65F57;
}
.BgClassName
{
background-color: #D65F57;
}
</style>
border-color css
<style>
span { border-color: #D65F57; }
span { border-color: rgb(214,95,87); }
td.TdClassName
{
border-color: #D65F57;
}
.TagClassName
{
border-color: #D65F57;
}
</style>