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