Shades of Roman #DF5E5A
Tints of Roman #DF5E5A
RGB
CMYK
RGB Variations
Color information
#DF5E5A (or 0xDF5E5A) is known color: Roman. HEX triplet: DF, 5E and 5A. RGB value is (223,94,90). Sum of RGB (Red+Green+Blue) = 223+94+90=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5E5A is #20A1A5. Grayscale: #848484. Windows color (decimal): -2138534 or 5922527. OLE color: 5922527.
HSL color Cylindrical-coordinate representation of color #DF5E5A: hue angle of 1.8º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF5E5A is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 94 | 90 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.13 |
| HSL | 1.8º | 0.68% | 0.61% | - |
| HSV(B) | 1.8º | 0.6% | 0.87% | - |
| XYZ | 36.28 | 24.43 | 12.48 | - |
| YUV | 132.12 | 104.24 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 94 | 90 | 0 | 0.58 | 0.60 | 0.13 | 1.8 | 0.68 | 0.61 |
| Hex | DF | 5E | 5A | 0 | 3A | 3C | D | 2 | 44 | 3D |
| Octal | 337 | 136 | 132 | 0 | 72 | 74 | 15 | 2 | 104 | 75 |
| Binary | 11011111 | 1011110 | 1011010 | 0 | 111010 | 111100 | 1101 | 10 | 1000100 | 111101 |
Color Harmonies of #DF5E5A
Complementary color
Monochromatic Colors of #DF5E5A
Black with #DF5E5A
Text Example
Text Example
White with #DF5E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5E5A; }
p { color: rgb(223,94,90); }
H1.HeaderClassName
{
color: #DF5E5A;
}
.AnyTagClassName
{
color: #DF5E5A;
}
</style>
background-color css
<style>
a { background-color: #DF5E5A; }
a { background-color: rgb(223,94,90); }
div.DivClassName
{
background-color: #DF5E5A;
}
.BgClassName
{
background-color: #DF5E5A;
}
</style>
border-color css
<style>
span { border-color: #DF5E5A; }
span { border-color: rgb(223,94,90); }
td.TdClassName
{
border-color: #DF5E5A;
}
.TagClassName
{
border-color: #DF5E5A;
}
</style>