Shades of Roman #D65F53
Tints of Roman #D65F53
RGB
CMYK
RGB Variations
Color information
#D65F53 (or 0xD65F53) is known color: Roman. HEX triplet: D6, 5F and 53. RGB value is (214,95,83). Sum of RGB (Red+Green+Blue) = 214+95+83=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F53 is #29A0AC. Grayscale: #818181. Windows color (decimal): -2728109 or 5464022. OLE color: 5464022.
HSL color Cylindrical-coordinate representation of color #D65F53: hue angle of 5.5º degrees, saturation: 0.62, 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 #D65F53 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 83 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.16 |
| HSL | 5.5º | 0.62% | 0.58% | - |
| HSV(B) | 5.5º | 0.61% | 0.84% | - |
| XYZ | 33.39 | 23.11 | 10.88 | - |
| YUV | 129.21 | 101.92 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 83 | 0 | 0.56 | 0.61 | 0.16 | 5.5 | 0.62 | 0.58 |
| Hex | D6 | 5F | 53 | 0 | 38 | 3D | 10 | 5 | 3E | 3A |
| Octal | 326 | 137 | 123 | 0 | 70 | 75 | 20 | 5 | 76 | 72 |
| Binary | 11010110 | 1011111 | 1010011 | 0 | 111000 | 111101 | 10000 | 101 | 111110 | 111010 |
Color Harmonies of #D65F53
Complementary color
Monochromatic Colors of #D65F53
Black with #D65F53
Text Example
Text Example
White with #D65F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65F53; }
p { color: rgb(214,95,83); }
H1.HeaderClassName
{
color: #D65F53;
}
.AnyTagClassName
{
color: #D65F53;
}
</style>
background-color css
<style>
a { background-color: #D65F53; }
a { background-color: rgb(214,95,83); }
div.DivClassName
{
background-color: #D65F53;
}
.BgClassName
{
background-color: #D65F53;
}
</style>
border-color css
<style>
span { border-color: #D65F53; }
span { border-color: rgb(214,95,83); }
td.TdClassName
{
border-color: #D65F53;
}
.TagClassName
{
border-color: #D65F53;
}
</style>