Shades of Roman #DF5B5A
Tints of Roman #DF5B5A
RGB
CMYK
RGB Variations
Color information
#DF5B5A (or 0xDF5B5A) is known color: Roman. HEX triplet: DF, 5B and 5A. RGB value is (223,91,90). Sum of RGB (Red+Green+Blue) = 223+91+90=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5B5A is #20A4A5. Grayscale: #828282. Windows color (decimal): -2139302 or 5921759. OLE color: 5921759.
HSL color Cylindrical-coordinate representation of color #DF5B5A: hue angle of 0.45º 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 #DF5B5A is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 91 | 90 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.13 |
| HSL | 0.45º | 0.68% | 0.61% | - |
| HSV(B) | 0.45º | 0.6% | 0.87% | - |
| XYZ | 36.02 | 23.91 | 12.39 | - |
| YUV | 130.35 | 105.23 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 91 | 90 | 0 | 0.59 | 0.60 | 0.13 | 0.45 | 0.68 | 0.61 |
| Hex | DF | 5B | 5A | 0 | 3B | 3C | D | 0 | 44 | 3D |
| Octal | 337 | 133 | 132 | 0 | 73 | 74 | 15 | 0 | 104 | 75 |
| Binary | 11011111 | 1011011 | 1011010 | 0 | 111011 | 111100 | 1101 | 0 | 1000100 | 111101 |
Color Harmonies of #DF5B5A
Complementary color
Monochromatic Colors of #DF5B5A
Black with #DF5B5A
Text Example
Text Example
White with #DF5B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5B5A; }
p { color: rgb(223,91,90); }
H1.HeaderClassName
{
color: #DF5B5A;
}
.AnyTagClassName
{
color: #DF5B5A;
}
</style>
background-color css
<style>
a { background-color: #DF5B5A; }
a { background-color: rgb(223,91,90); }
div.DivClassName
{
background-color: #DF5B5A;
}
.BgClassName
{
background-color: #DF5B5A;
}
</style>
border-color css
<style>
span { border-color: #DF5B5A; }
span { border-color: rgb(223,91,90); }
td.TdClassName
{
border-color: #DF5B5A;
}
.TagClassName
{
border-color: #DF5B5A;
}
</style>