Shades of Roman #DF5E5E
Tints of Roman #DF5E5E
RGB
CMYK
RGB Variations
Color information
#DF5E5E (or 0xDF5E5E) is known color: Roman. HEX triplet: DF, 5E and 5E. RGB value is (223,94,94). Sum of RGB (Red+Green+Blue) = 223+94+94=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5E5E is #20A1A1. Grayscale: #848484. Windows color (decimal): -2138530 or 6184671. OLE color: 6184671.
HSL color Cylindrical-coordinate representation of color #DF5E5E: hue angle of 0º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF5E5E is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 94 | 94 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.13 |
| HSL | 0º | 0.67% | 0.62% | - |
| HSV(B) | 0º | 0.58% | 0.87% | - |
| XYZ | 36.45 | 24.5 | 13.4 | - |
| YUV | 132.57 | 106.24 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 94 | 94 | 0 | 0.58 | 0.58 | 0.13 | 0 | 0.67 | 0.62 |
| Hex | DF | 5E | 5E | 0 | 3A | 3A | D | 0 | 43 | 3E |
| Octal | 337 | 136 | 136 | 0 | 72 | 72 | 15 | 0 | 103 | 76 |
| Binary | 11011111 | 1011110 | 1011110 | 0 | 111010 | 111010 | 1101 | 0 | 1000011 | 111110 |
Color Harmonies of #DF5E5E
Complementary color
Monochromatic Colors of #DF5E5E
Black with #DF5E5E
Text Example
Text Example
White with #DF5E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5E5E; }
p { color: rgb(223,94,94); }
H1.HeaderClassName
{
color: #DF5E5E;
}
.AnyTagClassName
{
color: #DF5E5E;
}
</style>
background-color css
<style>
a { background-color: #DF5E5E; }
a { background-color: rgb(223,94,94); }
div.DivClassName
{
background-color: #DF5E5E;
}
.BgClassName
{
background-color: #DF5E5E;
}
</style>
border-color css
<style>
span { border-color: #DF5E5E; }
span { border-color: rgb(223,94,94); }
td.TdClassName
{
border-color: #DF5E5E;
}
.TagClassName
{
border-color: #DF5E5E;
}
</style>