Shades of Valencia #DE5145
Tints of Valencia #DE5145
RGB
CMYK
RGB Variations
Color information
#DE5145 (or 0xDE5145) is known color: Valencia. HEX triplet: DE, 51 and 45. RGB value is (222,81,69). Sum of RGB (Red+Green+Blue) = 222+81+69=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5145 is #21AEBA. Grayscale: #797979. Windows color (decimal): -2207419 or 4542942. OLE color: 4542942.
HSL color Cylindrical-coordinate representation of color #DE5145: hue angle of 4.71º degrees, saturation: 0.7, 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 #DE5145 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 81 | 69 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.13 |
| HSL | 4.71º | 0.7% | 0.57% | - |
| HSV(B) | 4.71º | 0.69% | 0.87% | - |
| XYZ | 34.14 | 21.84 | 8.05 | - |
| YUV | 121.79 | 98.21 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 81 | 69 | 0 | 0.64 | 0.69 | 0.13 | 4.71 | 0.7 | 0.57 |
| Hex | DE | 51 | 45 | 0 | 40 | 45 | D | 5 | 46 | 39 |
| Octal | 336 | 121 | 105 | 0 | 100 | 105 | 15 | 5 | 106 | 71 |
| Binary | 11011110 | 1010001 | 1000101 | 0 | 1000000 | 1000101 | 1101 | 101 | 1000110 | 111001 |
Color Harmonies of #DE5145
Complementary color
Monochromatic Colors of #DE5145
Black with #DE5145
Text Example
Text Example
White with #DE5145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5145; }
p { color: rgb(222,81,69); }
H1.HeaderClassName
{
color: #DE5145;
}
.AnyTagClassName
{
color: #DE5145;
}
</style>
background-color css
<style>
a { background-color: #DE5145; }
a { background-color: rgb(222,81,69); }
div.DivClassName
{
background-color: #DE5145;
}
.BgClassName
{
background-color: #DE5145;
}
</style>
border-color css
<style>
span { border-color: #DE5145; }
span { border-color: rgb(222,81,69); }
td.TdClassName
{
border-color: #DE5145;
}
.TagClassName
{
border-color: #DE5145;
}
</style>