Shades of Valencia #DF5143
Tints of Valencia #DF5143
RGB
CMYK
RGB Variations
Color information
#DF5143 (or 0xDF5143) is known color: Valencia. HEX triplet: DF, 51 and 43. RGB value is (223,81,67). Sum of RGB (Red+Green+Blue) = 223+81+67=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5143 is #20AEBC. Grayscale: #7A7A7A. Windows color (decimal): -2141885 or 4411871. OLE color: 4411871.
HSL color Cylindrical-coordinate representation of color #DF5143: hue angle of 5.38º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF5143 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 67 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.13 |
| HSL | 5.38º | 0.71% | 0.57% | - |
| HSV(B) | 5.38º | 0.7% | 0.87% | - |
| XYZ | 34.39 | 21.98 | 7.74 | - |
| YUV | 121.86 | 97.04 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 67 | 0 | 0.64 | 0.70 | 0.13 | 5.38 | 0.71 | 0.57 |
| Hex | DF | 51 | 43 | 0 | 40 | 46 | D | 5 | 47 | 39 |
| Octal | 337 | 121 | 103 | 0 | 100 | 106 | 15 | 5 | 107 | 71 |
| Binary | 11011111 | 1010001 | 1000011 | 0 | 1000000 | 1000110 | 1101 | 101 | 1000111 | 111001 |
Color Harmonies of #DF5143
Complementary color
Monochromatic Colors of #DF5143
Black with #DF5143
Text Example
Text Example
White with #DF5143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5143; }
p { color: rgb(223,81,67); }
H1.HeaderClassName
{
color: #DF5143;
}
.AnyTagClassName
{
color: #DF5143;
}
</style>
background-color css
<style>
a { background-color: #DF5143; }
a { background-color: rgb(223,81,67); }
div.DivClassName
{
background-color: #DF5143;
}
.BgClassName
{
background-color: #DF5143;
}
</style>
border-color css
<style>
span { border-color: #DF5143; }
span { border-color: rgb(223,81,67); }
td.TdClassName
{
border-color: #DF5143;
}
.TagClassName
{
border-color: #DF5143;
}
</style>