Shades of Roman #D45C58
Tints of Roman #D45C58
RGB
CMYK
RGB Variations
Color information
#D45C58 (or 0xD45C58) is known color: Roman. HEX triplet: D4, 5C and 58. RGB value is (212,92,88). Sum of RGB (Red+Green+Blue) = 212+92+88=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D45C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45C58 is #2BA3A7. Grayscale: #7F7F7F. Windows color (decimal): -2859944 or 5790932. OLE color: 5790932.
HSL color Cylindrical-coordinate representation of color #D45C58: hue angle of 1.94º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D45C58 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 92 | 88 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.17 |
| HSL | 1.94º | 0.59% | 0.59% | - |
| HSV(B) | 1.94º | 0.58% | 0.83% | - |
| XYZ | 32.74 | 22.36 | 11.82 | - |
| YUV | 127.42 | 105.76 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 92 | 88 | 0 | 0.57 | 0.58 | 0.17 | 1.94 | 0.59 | 0.59 |
| Hex | D4 | 5C | 58 | 0 | 39 | 3A | 11 | 2 | 3B | 3B |
| Octal | 324 | 134 | 130 | 0 | 71 | 72 | 21 | 2 | 73 | 73 |
| Binary | 11010100 | 1011100 | 1011000 | 0 | 111001 | 111010 | 10001 | 10 | 111011 | 111011 |
Color Harmonies of #D45C58
Complementary color
Monochromatic Colors of #D45C58
Black with #D45C58
Text Example
Text Example
White with #D45C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45C58; }
p { color: rgb(212,92,88); }
H1.HeaderClassName
{
color: #D45C58;
}
.AnyTagClassName
{
color: #D45C58;
}
</style>
background-color css
<style>
a { background-color: #D45C58; }
a { background-color: rgb(212,92,88); }
div.DivClassName
{
background-color: #D45C58;
}
.BgClassName
{
background-color: #D45C58;
}
</style>
border-color css
<style>
span { border-color: #D45C58; }
span { border-color: rgb(212,92,88); }
td.TdClassName
{
border-color: #D45C58;
}
.TagClassName
{
border-color: #D45C58;
}
</style>