Shades of Roman #D5655F
Tints of Roman #D5655F
RGB
CMYK
RGB Variations
Color information
#D5655F (or 0xD5655F) is known color: Roman. HEX triplet: D5, 65 and 5F. RGB value is (213,101,95). Sum of RGB (Red+Green+Blue) = 213+101+95=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5655F is #2A9AA0. Grayscale: #858585. Windows color (decimal): -2792097 or 6251989. OLE color: 6251989.
HSL color Cylindrical-coordinate representation of color #D5655F: hue angle of 3.05º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5655F is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 95 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.16 |
| HSL | 3.05º | 0.58% | 0.6% | - |
| HSV(B) | 3.05º | 0.55% | 0.84% | - |
| XYZ | 34.16 | 24.28 | 13.71 | - |
| YUV | 133.8 | 106.11 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 95 | 0 | 0.53 | 0.55 | 0.16 | 3.05 | 0.58 | 0.6 |
| Hex | D5 | 65 | 5F | 0 | 35 | 37 | 10 | 3 | 3A | 3C |
| Octal | 325 | 145 | 137 | 0 | 65 | 67 | 20 | 3 | 72 | 74 |
| Binary | 11010101 | 1100101 | 1011111 | 0 | 110101 | 110111 | 10000 | 11 | 111010 | 111100 |
Color Harmonies of #D5655F
Complementary color
Monochromatic Colors of #D5655F
Black with #D5655F
Text Example
Text Example
White with #D5655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5655F; }
p { color: rgb(213,101,95); }
H1.HeaderClassName
{
color: #D5655F;
}
.AnyTagClassName
{
color: #D5655F;
}
</style>
background-color css
<style>
a { background-color: #D5655F; }
a { background-color: rgb(213,101,95); }
div.DivClassName
{
background-color: #D5655F;
}
.BgClassName
{
background-color: #D5655F;
}
</style>
border-color css
<style>
span { border-color: #D5655F; }
span { border-color: rgb(213,101,95); }
td.TdClassName
{
border-color: #D5655F;
}
.TagClassName
{
border-color: #D5655F;
}
</style>