Shades of Valencia #DF5145
Tints of Valencia #DF5145
RGB
CMYK
RGB Variations
Color information
#DF5145 (or 0xDF5145) is known color: Valencia. HEX triplet: DF, 51 and 45. RGB value is (223,81,69). Sum of RGB (Red+Green+Blue) = 223+81+69=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5145 is #20AEBA. Grayscale: #7A7A7A. Windows color (decimal): -2141883 or 4542943. OLE color: 4542943.
HSL color Cylindrical-coordinate representation of color #DF5145: hue angle of 4.68º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF5145 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 69 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.13 |
| HSL | 4.68º | 0.71% | 0.57% | - |
| HSV(B) | 4.68º | 0.69% | 0.87% | - |
| XYZ | 34.45 | 22 | 8.06 | - |
| YUV | 122.09 | 98.04 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 69 | 0 | 0.64 | 0.69 | 0.13 | 4.68 | 0.71 | 0.57 |
| Hex | DF | 51 | 45 | 0 | 40 | 45 | D | 5 | 47 | 39 |
| Octal | 337 | 121 | 105 | 0 | 100 | 105 | 15 | 5 | 107 | 71 |
| Binary | 11011111 | 1010001 | 1000101 | 0 | 1000000 | 1000101 | 1101 | 101 | 1000111 | 111001 |
Color Harmonies of #DF5145
Complementary color
Monochromatic Colors of #DF5145
Black with #DF5145
Text Example
Text Example
White with #DF5145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5145; }
p { color: rgb(223,81,69); }
H1.HeaderClassName
{
color: #DF5145;
}
.AnyTagClassName
{
color: #DF5145;
}
</style>
background-color css
<style>
a { background-color: #DF5145; }
a { background-color: rgb(223,81,69); }
div.DivClassName
{
background-color: #DF5145;
}
.BgClassName
{
background-color: #DF5145;
}
</style>
border-color css
<style>
span { border-color: #DF5145; }
span { border-color: rgb(223,81,69); }
td.TdClassName
{
border-color: #DF5145;
}
.TagClassName
{
border-color: #DF5145;
}
</style>