Shades of Valencia #DE4E4A
Tints of Valencia #DE4E4A
RGB
CMYK
RGB Variations
Color information
#DE4E4A (or 0xDE4E4A) is known color: Valencia. HEX triplet: DE, 4E and 4A. RGB value is (222,78,74). Sum of RGB (Red+Green+Blue) = 222+78+74=374 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.36% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE4E4A is #21B1B5. Grayscale: #787878. Windows color (decimal): -2208182 or 4869854. OLE color: 4869854.
HSL color Cylindrical-coordinate representation of color #DE4E4A: hue angle of 1.62º 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 #DE4E4A is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 78 | 74 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.13 |
| HSL | 1.62º | 0.69% | 0.58% | - |
| HSV(B) | 1.62º | 0.67% | 0.87% | - |
| XYZ | 34.08 | 21.47 | 8.83 | - |
| YUV | 120.6 | 101.71 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 78 | 74 | 0 | 0.65 | 0.67 | 0.13 | 1.62 | 0.69 | 0.58 |
| Hex | DE | 4E | 4A | 0 | 41 | 43 | D | 2 | 45 | 3A |
| Octal | 336 | 116 | 112 | 0 | 101 | 103 | 15 | 2 | 105 | 72 |
| Binary | 11011110 | 1001110 | 1001010 | 0 | 1000001 | 1000011 | 1101 | 10 | 1000101 | 111010 |
Color Harmonies of #DE4E4A
Complementary color
Monochromatic Colors of #DE4E4A
Black with #DE4E4A
Text Example
Text Example
White with #DE4E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4E4A; }
p { color: rgb(222,78,74); }
H1.HeaderClassName
{
color: #DE4E4A;
}
.AnyTagClassName
{
color: #DE4E4A;
}
</style>
background-color css
<style>
a { background-color: #DE4E4A; }
a { background-color: rgb(222,78,74); }
div.DivClassName
{
background-color: #DE4E4A;
}
.BgClassName
{
background-color: #DE4E4A;
}
</style>
border-color css
<style>
span { border-color: #DE4E4A; }
span { border-color: rgb(222,78,74); }
td.TdClassName
{
border-color: #DE4E4A;
}
.TagClassName
{
border-color: #DE4E4A;
}
</style>