Shades of Valencia #DE5151
Tints of Valencia #DE5151
RGB
CMYK
RGB Variations
Color information
#DE5151 (or 0xDE5151) is known color: Valencia. HEX triplet: DE, 51 and 51. RGB value is (222,81,81). Sum of RGB (Red+Green+Blue) = 222+81+81=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5151 is #21AEAE. Grayscale: #7B7B7B. Windows color (decimal): -2207407 or 5329374. OLE color: 5329374.
HSL color Cylindrical-coordinate representation of color #DE5151: hue angle of 0º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE5151 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 81 | 81 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.13 |
| HSL | 0º | 0.68% | 0.59% | - |
| HSV(B) | 0º | 0.64% | 0.87% | - |
| XYZ | 34.55 | 22.01 | 10.21 | - |
| YUV | 123.16 | 104.21 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 81 | 81 | 0 | 0.64 | 0.64 | 0.13 | 0 | 0.68 | 0.59 |
| Hex | DE | 51 | 51 | 0 | 40 | 40 | D | 0 | 44 | 3B |
| Octal | 336 | 121 | 121 | 0 | 100 | 100 | 15 | 0 | 104 | 73 |
| Binary | 11011110 | 1010001 | 1010001 | 0 | 1000000 | 1000000 | 1101 | 0 | 1000100 | 111011 |
Color Harmonies of #DE5151
Complementary color
Monochromatic Colors of #DE5151
Black with #DE5151
Text Example
Text Example
White with #DE5151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5151; }
p { color: rgb(222,81,81); }
H1.HeaderClassName
{
color: #DE5151;
}
.AnyTagClassName
{
color: #DE5151;
}
</style>
background-color css
<style>
a { background-color: #DE5151; }
a { background-color: rgb(222,81,81); }
div.DivClassName
{
background-color: #DE5151;
}
.BgClassName
{
background-color: #DE5151;
}
</style>
border-color css
<style>
span { border-color: #DE5151; }
span { border-color: rgb(222,81,81); }
td.TdClassName
{
border-color: #DE5151;
}
.TagClassName
{
border-color: #DE5151;
}
</style>