Shades of Valencia #DE4C49
Tints of Valencia #DE4C49
RGB
CMYK
RGB Variations
Color information
#DE4C49 (or 0xDE4C49) is known color: Valencia. HEX triplet: DE, 4C and 49. RGB value is (222,76,73). Sum of RGB (Red+Green+Blue) = 222+76+73=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4C49 is #21B3B6. Grayscale: #777777. Windows color (decimal): -2208695 or 4803806. OLE color: 4803806.
HSL color Cylindrical-coordinate representation of color #DE4C49: hue angle of 1.21º 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 #DE4C49 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 76 | 73 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.13 |
| HSL | 1.21º | 0.69% | 0.58% | - |
| HSV(B) | 1.21º | 0.67% | 0.87% | - |
| XYZ | 33.91 | 21.18 | 8.6 | - |
| YUV | 119.31 | 101.87 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 76 | 73 | 0 | 0.66 | 0.67 | 0.13 | 1.21 | 0.69 | 0.58 |
| Hex | DE | 4C | 49 | 0 | 42 | 43 | D | 1 | 45 | 3A |
| Octal | 336 | 114 | 111 | 0 | 102 | 103 | 15 | 1 | 105 | 72 |
| Binary | 11011110 | 1001100 | 1001001 | 0 | 1000010 | 1000011 | 1101 | 1 | 1000101 | 111010 |
Color Harmonies of #DE4C49
Complementary color
Monochromatic Colors of #DE4C49
Black with #DE4C49
Text Example
Text Example
White with #DE4C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4C49; }
p { color: rgb(222,76,73); }
H1.HeaderClassName
{
color: #DE4C49;
}
.AnyTagClassName
{
color: #DE4C49;
}
</style>
background-color css
<style>
a { background-color: #DE4C49; }
a { background-color: rgb(222,76,73); }
div.DivClassName
{
background-color: #DE4C49;
}
.BgClassName
{
background-color: #DE4C49;
}
</style>
border-color css
<style>
span { border-color: #DE4C49; }
span { border-color: rgb(222,76,73); }
td.TdClassName
{
border-color: #DE4C49;
}
.TagClassName
{
border-color: #DE4C49;
}
</style>