Shades of Valencia #DE574C
Tints of Valencia #DE574C
RGB
CMYK
RGB Variations
Color information
#DE574C (or 0xDE574C) is known color: Valencia. HEX triplet: DE, 57 and 4C. RGB value is (222,87,76). Sum of RGB (Red+Green+Blue) = 222+87+76=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE574C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE574C is #21A8B3. Grayscale: #7E7E7E. Windows color (decimal): -2205876 or 5003230. OLE color: 5003230.
HSL color Cylindrical-coordinate representation of color #DE574C: hue angle of 4.52º 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 #DE574C is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 87 | 76 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.13 |
| HSL | 4.52º | 0.69% | 0.58% | - |
| HSV(B) | 4.52º | 0.66% | 0.87% | - |
| XYZ | 34.84 | 22.87 | 9.42 | - |
| YUV | 126.11 | 99.73 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 87 | 76 | 0 | 0.61 | 0.66 | 0.13 | 4.52 | 0.69 | 0.58 |
| Hex | DE | 57 | 4C | 0 | 3D | 42 | D | 5 | 45 | 3A |
| Octal | 336 | 127 | 114 | 0 | 75 | 102 | 15 | 5 | 105 | 72 |
| Binary | 11011110 | 1010111 | 1001100 | 0 | 111101 | 1000010 | 1101 | 101 | 1000101 | 111010 |
Color Harmonies of #DE574C
Complementary color
Monochromatic Colors of #DE574C
Black with #DE574C
Text Example
Text Example
White with #DE574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE574C; }
p { color: rgb(222,87,76); }
H1.HeaderClassName
{
color: #DE574C;
}
.AnyTagClassName
{
color: #DE574C;
}
</style>
background-color css
<style>
a { background-color: #DE574C; }
a { background-color: rgb(222,87,76); }
div.DivClassName
{
background-color: #DE574C;
}
.BgClassName
{
background-color: #DE574C;
}
</style>
border-color css
<style>
span { border-color: #DE574C; }
span { border-color: rgb(222,87,76); }
td.TdClassName
{
border-color: #DE574C;
}
.TagClassName
{
border-color: #DE574C;
}
</style>