Shades of Valencia #DE4F4E
Tints of Valencia #DE4F4E
RGB
CMYK
RGB Variations
Color information
#DE4F4E (or 0xDE4F4E) is known color: Valencia. HEX triplet: DE, 4F and 4E. RGB value is (222,79,78). Sum of RGB (Red+Green+Blue) = 222+79+78=379 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.58% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE4F4E is #21B0B1. Grayscale: #797979. Windows color (decimal): -2207922 or 5132254. OLE color: 5132254.
HSL color Cylindrical-coordinate representation of color #DE4F4E: hue angle of 0.42º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DE4F4E is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 79 | 78 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.13 |
| HSL | 0.42º | 0.69% | 0.59% | - |
| HSV(B) | 0.42º | 0.65% | 0.87% | - |
| XYZ | 34.3 | 21.67 | 9.58 | - |
| YUV | 121.64 | 103.38 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 79 | 78 | 0 | 0.64 | 0.65 | 0.13 | 0.42 | 0.69 | 0.59 |
| Hex | DE | 4F | 4E | 0 | 40 | 41 | D | 0 | 45 | 3B |
| Octal | 336 | 117 | 116 | 0 | 100 | 101 | 15 | 0 | 105 | 73 |
| Binary | 11011110 | 1001111 | 1001110 | 0 | 1000000 | 1000001 | 1101 | 0 | 1000101 | 111011 |
Color Harmonies of #DE4F4E
Complementary color
Monochromatic Colors of #DE4F4E
Black with #DE4F4E
Text Example
Text Example
White with #DE4F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4F4E; }
p { color: rgb(222,79,78); }
H1.HeaderClassName
{
color: #DE4F4E;
}
.AnyTagClassName
{
color: #DE4F4E;
}
</style>
background-color css
<style>
a { background-color: #DE4F4E; }
a { background-color: rgb(222,79,78); }
div.DivClassName
{
background-color: #DE4F4E;
}
.BgClassName
{
background-color: #DE4F4E;
}
</style>
border-color css
<style>
span { border-color: #DE4F4E; }
span { border-color: rgb(222,79,78); }
td.TdClassName
{
border-color: #DE4F4E;
}
.TagClassName
{
border-color: #DE4F4E;
}
</style>