Shades of Valencia #DE5949
Tints of Valencia #DE5949
RGB
CMYK
RGB Variations
Color information
#DE5949 (or 0xDE5949) is known color: Valencia. HEX triplet: DE, 59 and 49. RGB value is (222,89,73). Sum of RGB (Red+Green+Blue) = 222+89+73=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5949 is #21A6B6. Grayscale: #7F7F7F. Windows color (decimal): -2205367 or 4807134. OLE color: 4807134.
HSL color Cylindrical-coordinate representation of color #DE5949: hue angle of 6.44º 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 #DE5949 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 89 | 73 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.13 |
| HSL | 6.44º | 0.69% | 0.58% | - |
| HSV(B) | 6.44º | 0.67% | 0.87% | - |
| XYZ | 34.9 | 23.16 | 8.93 | - |
| YUV | 126.94 | 97.56 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 89 | 73 | 0 | 0.60 | 0.67 | 0.13 | 6.44 | 0.69 | 0.58 |
| Hex | DE | 59 | 49 | 0 | 3C | 43 | D | 6 | 45 | 3A |
| Octal | 336 | 131 | 111 | 0 | 74 | 103 | 15 | 6 | 105 | 72 |
| Binary | 11011110 | 1011001 | 1001001 | 0 | 111100 | 1000011 | 1101 | 110 | 1000101 | 111010 |
Color Harmonies of #DE5949
Complementary color
Monochromatic Colors of #DE5949
Black with #DE5949
Text Example
Text Example
White with #DE5949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5949; }
p { color: rgb(222,89,73); }
H1.HeaderClassName
{
color: #DE5949;
}
.AnyTagClassName
{
color: #DE5949;
}
</style>
background-color css
<style>
a { background-color: #DE5949; }
a { background-color: rgb(222,89,73); }
div.DivClassName
{
background-color: #DE5949;
}
.BgClassName
{
background-color: #DE5949;
}
</style>
border-color css
<style>
span { border-color: #DE5949; }
span { border-color: rgb(222,89,73); }
td.TdClassName
{
border-color: #DE5949;
}
.TagClassName
{
border-color: #DE5949;
}
</style>