Shades of Valencia #DE4D4D
Tints of Valencia #DE4D4D
RGB
CMYK
RGB Variations
Color information
#DE4D4D (or 0xDE4D4D) is known color: Valencia. HEX triplet: DE, 4D and 4D. RGB value is (222,77,77). Sum of RGB (Red+Green+Blue) = 222+77+77=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE4D4D is #21B2B2. Grayscale: #787878. Windows color (decimal): -2208435 or 5066206. OLE color: 5066206.
HSL color Cylindrical-coordinate representation of color #DE4D4D: hue angle of 0º 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 #DE4D4D is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 77 | 77 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.13 |
| HSL | 0º | 0.69% | 0.59% | - |
| HSV(B) | 0º | 0.65% | 0.87% | - |
| XYZ | 34.12 | 21.37 | 9.35 | - |
| YUV | 120.36 | 103.54 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 77 | 77 | 0 | 0.65 | 0.65 | 0.13 | 0 | 0.69 | 0.59 |
| Hex | DE | 4D | 4D | 0 | 41 | 41 | D | 0 | 45 | 3B |
| Octal | 336 | 115 | 115 | 0 | 101 | 101 | 15 | 0 | 105 | 73 |
| Binary | 11011110 | 1001101 | 1001101 | 0 | 1000001 | 1000001 | 1101 | 0 | 1000101 | 111011 |
Color Harmonies of #DE4D4D
Complementary color
Monochromatic Colors of #DE4D4D
Black with #DE4D4D
Text Example
Text Example
White with #DE4D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4D4D; }
p { color: rgb(222,77,77); }
H1.HeaderClassName
{
color: #DE4D4D;
}
.AnyTagClassName
{
color: #DE4D4D;
}
</style>
background-color css
<style>
a { background-color: #DE4D4D; }
a { background-color: rgb(222,77,77); }
div.DivClassName
{
background-color: #DE4D4D;
}
.BgClassName
{
background-color: #DE4D4D;
}
</style>
border-color css
<style>
span { border-color: #DE4D4D; }
span { border-color: rgb(222,77,77); }
td.TdClassName
{
border-color: #DE4D4D;
}
.TagClassName
{
border-color: #DE4D4D;
}
</style>