Shades of Roman #D55F5E
Tints of Roman #D55F5E
RGB
CMYK
RGB Variations
Color information
#D55F5E (or 0xD55F5E) is known color: Roman. HEX triplet: D5, 5F and 5E. RGB value is (213,95,94). Sum of RGB (Red+Green+Blue) = 213+95+94=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55F5E is #2AA0A1. Grayscale: #828282. Windows color (decimal): -2793634 or 6184917. OLE color: 6184917.
HSL color Cylindrical-coordinate representation of color #D55F5E: hue angle of 0.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55F5E is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 94 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.16 |
| HSL | 0.5º | 0.59% | 0.6% | - |
| HSV(B) | 0.5º | 0.56% | 0.84% | - |
| XYZ | 33.55 | 23.14 | 13.29 | - |
| YUV | 130.17 | 107.59 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 94 | 0 | 0.55 | 0.56 | 0.16 | 0.5 | 0.59 | 0.6 |
| Hex | D5 | 5F | 5E | 0 | 37 | 38 | 10 | 1 | 3B | 3C |
| Octal | 325 | 137 | 136 | 0 | 67 | 70 | 20 | 1 | 73 | 74 |
| Binary | 11010101 | 1011111 | 1011110 | 0 | 110111 | 111000 | 10000 | 1 | 111011 | 111100 |
Color Harmonies of #D55F5E
Complementary color
Monochromatic Colors of #D55F5E
Black with #D55F5E
Text Example
Text Example
White with #D55F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F5E; }
p { color: rgb(213,95,94); }
H1.HeaderClassName
{
color: #D55F5E;
}
.AnyTagClassName
{
color: #D55F5E;
}
</style>
background-color css
<style>
a { background-color: #D55F5E; }
a { background-color: rgb(213,95,94); }
div.DivClassName
{
background-color: #D55F5E;
}
.BgClassName
{
background-color: #D55F5E;
}
</style>
border-color css
<style>
span { border-color: #D55F5E; }
span { border-color: rgb(213,95,94); }
td.TdClassName
{
border-color: #D55F5E;
}
.TagClassName
{
border-color: #D55F5E;
}
</style>