Shades of Valencia #E24D4B
Tints of Valencia #E24D4B
RGB
CMYK
RGB Variations
Color information
#E24D4B (or 0xE24D4B) is known color: Valencia. HEX triplet: E2, 4D and 4B. RGB value is (226,77,75). Sum of RGB (Red+Green+Blue) = 226+77+75=378 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.79% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 226 - color contains mainly: red. Hex color #E24D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E24D4B is #1DB2B4. Grayscale: #797979. Windows color (decimal): -1946293 or 4935138. OLE color: 4935138.
HSL color Cylindrical-coordinate representation of color #E24D4B: hue angle of 0.79º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E24D4B is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 77 | 75 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.11 |
| HSL | 0.79º | 0.72% | 0.59% | - |
| HSV(B) | 0.79º | 0.67% | 0.89% | - |
| XYZ | 35.29 | 21.98 | 9.04 | - |
| YUV | 121.32 | 101.86 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 77 | 75 | 0 | 0.66 | 0.67 | 0.11 | 0.79 | 0.72 | 0.59 |
| Hex | E2 | 4D | 4B | 0 | 42 | 43 | B | 1 | 48 | 3B |
| Octal | 342 | 115 | 113 | 0 | 102 | 103 | 13 | 1 | 110 | 73 |
| Binary | 11100010 | 1001101 | 1001011 | 0 | 1000010 | 1000011 | 1011 | 1 | 1001000 | 111011 |
Color Harmonies of #E24D4B
Complementary color
Monochromatic Colors of #E24D4B
Black with #E24D4B
Text Example
Text Example
White with #E24D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24D4B; }
p { color: rgb(226,77,75); }
H1.HeaderClassName
{
color: #E24D4B;
}
.AnyTagClassName
{
color: #E24D4B;
}
</style>
background-color css
<style>
a { background-color: #E24D4B; }
a { background-color: rgb(226,77,75); }
div.DivClassName
{
background-color: #E24D4B;
}
.BgClassName
{
background-color: #E24D4B;
}
</style>
border-color css
<style>
span { border-color: #E24D4B; }
span { border-color: rgb(226,77,75); }
td.TdClassName
{
border-color: #E24D4B;
}
.TagClassName
{
border-color: #E24D4B;
}
</style>