Shades of Valencia #E04949
Tints of Valencia #E04949
RGB
CMYK
RGB Variations
Color information
#E04949 (or 0xE04949) is known color: Valencia. HEX triplet: E0, 49 and 49. RGB value is (224,73,73). Sum of RGB (Red+Green+Blue) = 224+73+73=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E04949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04949 is #1FB6B6. Grayscale: #767676. Windows color (decimal): -2078391 or 4803040. OLE color: 4803040.
HSL color Cylindrical-coordinate representation of color #E04949: hue angle of 0º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04949 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 73 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.12 |
| HSL | 0º | 0.71% | 0.58% | - |
| HSV(B) | 0º | 0.67% | 0.88% | - |
| XYZ | 34.33 | 21.09 | 8.57 | - |
| YUV | 118.15 | 102.53 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 73 | 0 | 0.67 | 0.67 | 0.12 | 0 | 0.71 | 0.58 |
| Hex | E0 | 49 | 49 | 0 | 43 | 43 | C | 0 | 47 | 3A |
| Octal | 340 | 111 | 111 | 0 | 103 | 103 | 14 | 0 | 107 | 72 |
| Binary | 11100000 | 1001001 | 1001001 | 0 | 1000011 | 1000011 | 1100 | 0 | 1000111 | 111010 |
Color Harmonies of #E04949
Complementary color
Monochromatic Colors of #E04949
Black with #E04949
Text Example
Text Example
White with #E04949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04949; }
p { color: rgb(224,73,73); }
H1.HeaderClassName
{
color: #E04949;
}
.AnyTagClassName
{
color: #E04949;
}
</style>
background-color css
<style>
a { background-color: #E04949; }
a { background-color: rgb(224,73,73); }
div.DivClassName
{
background-color: #E04949;
}
.BgClassName
{
background-color: #E04949;
}
</style>
border-color css
<style>
span { border-color: #E04949; }
span { border-color: rgb(224,73,73); }
td.TdClassName
{
border-color: #E04949;
}
.TagClassName
{
border-color: #E04949;
}
</style>