Shades of Valencia #DE534A
Tints of Valencia #DE534A
RGB
CMYK
RGB Variations
Color information
#DE534A (or 0xDE534A) is known color: Valencia. HEX triplet: DE, 53 and 4A. RGB value is (222,83,74). Sum of RGB (Red+Green+Blue) = 222+83+74=379 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.58% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 222 - color contains mainly: red. Hex color #DE534A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE534A is #21ACB5. Grayscale: #7B7B7B. Windows color (decimal): -2206902 or 4871134. OLE color: 4871134.
HSL color Cylindrical-coordinate representation of color #DE534A: hue angle of 3.65º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE534A is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 83 | 74 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.13 |
| HSL | 3.65º | 0.69% | 0.58% | - |
| HSV(B) | 3.65º | 0.67% | 0.87% | - |
| XYZ | 34.45 | 22.21 | 8.95 | - |
| YUV | 123.54 | 100.05 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 83 | 74 | 0 | 0.63 | 0.67 | 0.13 | 3.65 | 0.69 | 0.58 |
| Hex | DE | 53 | 4A | 0 | 3F | 43 | D | 4 | 45 | 3A |
| Octal | 336 | 123 | 112 | 0 | 77 | 103 | 15 | 4 | 105 | 72 |
| Binary | 11011110 | 1010011 | 1001010 | 0 | 111111 | 1000011 | 1101 | 100 | 1000101 | 111010 |
Color Harmonies of #DE534A
Complementary color
Monochromatic Colors of #DE534A
Black with #DE534A
Text Example
Text Example
White with #DE534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE534A; }
p { color: rgb(222,83,74); }
H1.HeaderClassName
{
color: #DE534A;
}
.AnyTagClassName
{
color: #DE534A;
}
</style>
background-color css
<style>
a { background-color: #DE534A; }
a { background-color: rgb(222,83,74); }
div.DivClassName
{
background-color: #DE534A;
}
.BgClassName
{
background-color: #DE534A;
}
</style>
border-color css
<style>
span { border-color: #DE534A; }
span { border-color: rgb(222,83,74); }
td.TdClassName
{
border-color: #DE534A;
}
.TagClassName
{
border-color: #DE534A;
}
</style>