Shades of Valencia #DE504C
Tints of Valencia #DE504C
RGB
CMYK
RGB Variations
Color information
#DE504C (or 0xDE504C) is known color: Valencia. HEX triplet: DE, 50 and 4C. RGB value is (222,80,76). Sum of RGB (Red+Green+Blue) = 222+80+76=378 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.73% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 222 - color contains mainly: red. Hex color #DE504C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE504C is #21AFB3. Grayscale: #7A7A7A. Windows color (decimal): -2207668 or 5001438. OLE color: 5001438.
HSL color Cylindrical-coordinate representation of color #DE504C: hue angle of 1.64º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE504C is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 80 | 76 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.13 |
| HSL | 1.64º | 0.69% | 0.58% | - |
| HSV(B) | 1.64º | 0.66% | 0.87% | - |
| XYZ | 34.3 | 21.79 | 9.24 | - |
| YUV | 122 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 80 | 76 | 0 | 0.64 | 0.66 | 0.13 | 1.64 | 0.69 | 0.58 |
| Hex | DE | 50 | 4C | 0 | 40 | 42 | D | 2 | 45 | 3A |
| Octal | 336 | 120 | 114 | 0 | 100 | 102 | 15 | 2 | 105 | 72 |
| Binary | 11011110 | 1010000 | 1001100 | 0 | 1000000 | 1000010 | 1101 | 10 | 1000101 | 111010 |
Color Harmonies of #DE504C
Complementary color
Monochromatic Colors of #DE504C
Black with #DE504C
Text Example
Text Example
White with #DE504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE504C; }
p { color: rgb(222,80,76); }
H1.HeaderClassName
{
color: #DE504C;
}
.AnyTagClassName
{
color: #DE504C;
}
</style>
background-color css
<style>
a { background-color: #DE504C; }
a { background-color: rgb(222,80,76); }
div.DivClassName
{
background-color: #DE504C;
}
.BgClassName
{
background-color: #DE504C;
}
</style>
border-color css
<style>
span { border-color: #DE504C; }
span { border-color: rgb(222,80,76); }
td.TdClassName
{
border-color: #DE504C;
}
.TagClassName
{
border-color: #DE504C;
}
</style>