Shades of Roman #D65F54
Tints of Roman #D65F54
RGB
CMYK
RGB Variations
Color information
#D65F54 (or 0xD65F54) is known color: Roman. HEX triplet: D6, 5F and 54. RGB value is (214,95,84). Sum of RGB (Red+Green+Blue) = 214+95+84=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F54 is #29A0AB. Grayscale: #818181. Windows color (decimal): -2728108 or 5529558. OLE color: 5529558.
HSL color Cylindrical-coordinate representation of color #D65F54: hue angle of 5.08º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65F54 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 84 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.16 |
| HSL | 5.08º | 0.61% | 0.58% | - |
| HSV(B) | 5.08º | 0.61% | 0.84% | - |
| XYZ | 33.42 | 23.12 | 11.09 | - |
| YUV | 129.33 | 102.42 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 84 | 0 | 0.56 | 0.61 | 0.16 | 5.08 | 0.61 | 0.58 |
| Hex | D6 | 5F | 54 | 0 | 38 | 3D | 10 | 5 | 3D | 3A |
| Octal | 326 | 137 | 124 | 0 | 70 | 75 | 20 | 5 | 75 | 72 |
| Binary | 11010110 | 1011111 | 1010100 | 0 | 111000 | 111101 | 10000 | 101 | 111101 | 111010 |
Color Harmonies of #D65F54
Complementary color
Monochromatic Colors of #D65F54
Black with #D65F54
Text Example
Text Example
White with #D65F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65F54; }
p { color: rgb(214,95,84); }
H1.HeaderClassName
{
color: #D65F54;
}
.AnyTagClassName
{
color: #D65F54;
}
</style>
background-color css
<style>
a { background-color: #D65F54; }
a { background-color: rgb(214,95,84); }
div.DivClassName
{
background-color: #D65F54;
}
.BgClassName
{
background-color: #D65F54;
}
</style>
border-color css
<style>
span { border-color: #D65F54; }
span { border-color: rgb(214,95,84); }
td.TdClassName
{
border-color: #D65F54;
}
.TagClassName
{
border-color: #D65F54;
}
</style>