Shades of Valencia #DE4949
Tints of Valencia #DE4949
RGB
CMYK
RGB Variations
Color information
#DE4949 (or 0xDE4949) is known color: Valencia. HEX triplet: DE, 49 and 49. RGB value is (222,73,73). Sum of RGB (Red+Green+Blue) = 222+73+73=368 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.33% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4949 is #21B6B6. Grayscale: #757575. Windows color (decimal): -2209463 or 4803038. OLE color: 4803038.
HSL color Cylindrical-coordinate representation of color #DE4949: hue angle of 0º 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 #DE4949 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 73 | 73 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.13 |
| HSL | 0º | 0.69% | 0.58% | - |
| HSV(B) | 0º | 0.67% | 0.87% | - |
| XYZ | 33.71 | 20.78 | 8.54 | - |
| YUV | 117.55 | 102.86 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 73 | 73 | 0 | 0.67 | 0.67 | 0.13 | 0 | 0.69 | 0.58 |
| Hex | DE | 49 | 49 | 0 | 43 | 43 | D | 0 | 45 | 3A |
| Octal | 336 | 111 | 111 | 0 | 103 | 103 | 15 | 0 | 105 | 72 |
| Binary | 11011110 | 1001001 | 1001001 | 0 | 1000011 | 1000011 | 1101 | 0 | 1000101 | 111010 |
Color Harmonies of #DE4949
Complementary color
Monochromatic Colors of #DE4949
Black with #DE4949
Text Example
Text Example
White with #DE4949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4949; }
p { color: rgb(222,73,73); }
H1.HeaderClassName
{
color: #DE4949;
}
.AnyTagClassName
{
color: #DE4949;
}
</style>
background-color css
<style>
a { background-color: #DE4949; }
a { background-color: rgb(222,73,73); }
div.DivClassName
{
background-color: #DE4949;
}
.BgClassName
{
background-color: #DE4949;
}
</style>
border-color css
<style>
span { border-color: #DE4949; }
span { border-color: rgb(222,73,73); }
td.TdClassName
{
border-color: #DE4949;
}
.TagClassName
{
border-color: #DE4949;
}
</style>