Shades of Valencia #DE4D4A
Tints of Valencia #DE4D4A
RGB
CMYK
RGB Variations
Color information
#DE4D4A (or 0xDE4D4A) is known color: Valencia. HEX triplet: DE, 4D and 4A. RGB value is (222,77,74). Sum of RGB (Red+Green+Blue) = 222+77+74=373 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.52% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE4D4A is #21B2B5. Grayscale: #787878. Windows color (decimal): -2208438 or 4869598. OLE color: 4869598.
HSL color Cylindrical-coordinate representation of color #DE4D4A: hue angle of 1.22º 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 #DE4D4A is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 77 | 74 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.13 |
| HSL | 1.22º | 0.69% | 0.58% | - |
| HSV(B) | 1.22º | 0.67% | 0.87% | - |
| XYZ | 34.01 | 21.33 | 8.8 | - |
| YUV | 120.01 | 102.04 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 77 | 74 | 0 | 0.65 | 0.67 | 0.13 | 1.22 | 0.69 | 0.58 |
| Hex | DE | 4D | 4A | 0 | 41 | 43 | D | 1 | 45 | 3A |
| Octal | 336 | 115 | 112 | 0 | 101 | 103 | 15 | 1 | 105 | 72 |
| Binary | 11011110 | 1001101 | 1001010 | 0 | 1000001 | 1000011 | 1101 | 1 | 1000101 | 111010 |
Color Harmonies of #DE4D4A
Complementary color
Monochromatic Colors of #DE4D4A
Black with #DE4D4A
Text Example
Text Example
White with #DE4D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4D4A; }
p { color: rgb(222,77,74); }
H1.HeaderClassName
{
color: #DE4D4A;
}
.AnyTagClassName
{
color: #DE4D4A;
}
</style>
background-color css
<style>
a { background-color: #DE4D4A; }
a { background-color: rgb(222,77,74); }
div.DivClassName
{
background-color: #DE4D4A;
}
.BgClassName
{
background-color: #DE4D4A;
}
</style>
border-color css
<style>
span { border-color: #DE4D4A; }
span { border-color: rgb(222,77,74); }
td.TdClassName
{
border-color: #DE4D4A;
}
.TagClassName
{
border-color: #DE4D4A;
}
</style>