Shades of Valencia #DE4D4C
Tints of Valencia #DE4D4C
RGB
CMYK
RGB Variations
Color information
#DE4D4C (or 0xDE4D4C) is known color: Valencia. HEX triplet: DE, 4D and 4C. RGB value is (222,77,76). Sum of RGB (Red+Green+Blue) = 222+77+76=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE4D4C is #21B2B3. Grayscale: #787878. Windows color (decimal): -2208436 or 5000670. OLE color: 5000670.
HSL color Cylindrical-coordinate representation of color #DE4D4C: hue angle of 0.41º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE4D4C is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 77 | 76 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.13 |
| HSL | 0.41º | 0.69% | 0.58% | - |
| HSV(B) | 0.41º | 0.66% | 0.87% | - |
| XYZ | 34.08 | 21.36 | 9.16 | - |
| YUV | 120.24 | 103.04 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 77 | 76 | 0 | 0.65 | 0.66 | 0.13 | 0.41 | 0.69 | 0.58 |
| Hex | DE | 4D | 4C | 0 | 41 | 42 | D | 0 | 45 | 3A |
| Octal | 336 | 115 | 114 | 0 | 101 | 102 | 15 | 0 | 105 | 72 |
| Binary | 11011110 | 1001101 | 1001100 | 0 | 1000001 | 1000010 | 1101 | 0 | 1000101 | 111010 |
Color Harmonies of #DE4D4C
Complementary color
Monochromatic Colors of #DE4D4C
Black with #DE4D4C
Text Example
Text Example
White with #DE4D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4D4C; }
p { color: rgb(222,77,76); }
H1.HeaderClassName
{
color: #DE4D4C;
}
.AnyTagClassName
{
color: #DE4D4C;
}
</style>
background-color css
<style>
a { background-color: #DE4D4C; }
a { background-color: rgb(222,77,76); }
div.DivClassName
{
background-color: #DE4D4C;
}
.BgClassName
{
background-color: #DE4D4C;
}
</style>
border-color css
<style>
span { border-color: #DE4D4C; }
span { border-color: rgb(222,77,76); }
td.TdClassName
{
border-color: #DE4D4C;
}
.TagClassName
{
border-color: #DE4D4C;
}
</style>