Shades of Valencia #DE554C
Tints of Valencia #DE554C
RGB
CMYK
RGB Variations
Color information
#DE554C (or 0xDE554C) is known color: Valencia. HEX triplet: DE, 55 and 4C. RGB value is (222,85,76). Sum of RGB (Red+Green+Blue) = 222+85+76=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE554C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE554C is #21AAB3. Grayscale: #7D7D7D. Windows color (decimal): -2206388 or 5002718. OLE color: 5002718.
HSL color Cylindrical-coordinate representation of color #DE554C: hue angle of 3.7º 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 #DE554C is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 85 | 76 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.13 |
| HSL | 3.7º | 0.69% | 0.58% | - |
| HSV(B) | 3.7º | 0.66% | 0.87% | - |
| XYZ | 34.68 | 22.55 | 9.36 | - |
| YUV | 124.94 | 100.39 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 85 | 76 | 0 | 0.62 | 0.66 | 0.13 | 3.7 | 0.69 | 0.58 |
| Hex | DE | 55 | 4C | 0 | 3E | 42 | D | 4 | 45 | 3A |
| Octal | 336 | 125 | 114 | 0 | 76 | 102 | 15 | 4 | 105 | 72 |
| Binary | 11011110 | 1010101 | 1001100 | 0 | 111110 | 1000010 | 1101 | 100 | 1000101 | 111010 |
Color Harmonies of #DE554C
Complementary color
Monochromatic Colors of #DE554C
Black with #DE554C
Text Example
Text Example
White with #DE554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE554C; }
p { color: rgb(222,85,76); }
H1.HeaderClassName
{
color: #DE554C;
}
.AnyTagClassName
{
color: #DE554C;
}
</style>
background-color css
<style>
a { background-color: #DE554C; }
a { background-color: rgb(222,85,76); }
div.DivClassName
{
background-color: #DE554C;
}
.BgClassName
{
background-color: #DE554C;
}
</style>
border-color css
<style>
span { border-color: #DE554C; }
span { border-color: rgb(222,85,76); }
td.TdClassName
{
border-color: #DE554C;
}
.TagClassName
{
border-color: #DE554C;
}
</style>