Shades of Roman #D4655F
Tints of Roman #D4655F
RGB
CMYK
RGB Variations
Color information
#D4655F (or 0xD4655F) is known color: Roman. HEX triplet: D4, 65 and 5F. RGB value is (212,101,95). Sum of RGB (Red+Green+Blue) = 212+101+95=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D4655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4655F is #2B9AA0. Grayscale: #858585. Windows color (decimal): -2857633 or 6251988. OLE color: 6251988.
HSL color Cylindrical-coordinate representation of color #D4655F: hue angle of 3.08º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4655F is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 101 | 95 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.17 |
| HSL | 3.08º | 0.58% | 0.6% | - |
| HSV(B) | 3.08º | 0.55% | 0.83% | - |
| XYZ | 33.87 | 24.13 | 13.7 | - |
| YUV | 133.51 | 106.27 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 95 | 0 | 0.52 | 0.55 | 0.17 | 3.08 | 0.58 | 0.6 |
| Hex | D4 | 65 | 5F | 0 | 34 | 37 | 11 | 3 | 3A | 3C |
| Octal | 324 | 145 | 137 | 0 | 64 | 67 | 21 | 3 | 72 | 74 |
| Binary | 11010100 | 1100101 | 1011111 | 0 | 110100 | 110111 | 10001 | 11 | 111010 | 111100 |
Color Harmonies of #D4655F
Complementary color
Monochromatic Colors of #D4655F
Black with #D4655F
Text Example
Text Example
White with #D4655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4655F; }
p { color: rgb(212,101,95); }
H1.HeaderClassName
{
color: #D4655F;
}
.AnyTagClassName
{
color: #D4655F;
}
</style>
background-color css
<style>
a { background-color: #D4655F; }
a { background-color: rgb(212,101,95); }
div.DivClassName
{
background-color: #D4655F;
}
.BgClassName
{
background-color: #D4655F;
}
</style>
border-color css
<style>
span { border-color: #D4655F; }
span { border-color: rgb(212,101,95); }
td.TdClassName
{
border-color: #D4655F;
}
.TagClassName
{
border-color: #D4655F;
}
</style>