Shades of Valencia #D25554
Tints of Valencia #D25554
RGB
CMYK
RGB Variations
Color information
#D25554 (or 0xD25554) is known color: Valencia. HEX triplet: D2, 55 and 54. RGB value is (210,85,84). Sum of RGB (Red+Green+Blue) = 210+85+84=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D25554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25554 is #2DAAAB. Grayscale: #7A7A7A. Windows color (decimal): -2992812 or 5526994. OLE color: 5526994.
HSL color Cylindrical-coordinate representation of color #D25554: hue angle of 0.48º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25554 is Cyan = 0, Magento = 0.60, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 84 | - |
| CMYK | 0 | 0.60 | 0.6 | 0.18 |
| HSL | 0.48º | 0.58% | 0.58% | - |
| HSV(B) | 0.48º | 0.6% | 0.82% | - |
| XYZ | 31.43 | 20.84 | 10.75 | - |
| YUV | 122.26 | 106.41 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 84 | 0 | 0.60 | 0.6 | 0.18 | 0.48 | 0.58 | 0.58 |
| Hex | D2 | 55 | 54 | 0 | 3C | 3C | 12 | 0 | 3A | 3A |
| Octal | 322 | 125 | 124 | 0 | 74 | 74 | 22 | 0 | 72 | 72 |
| Binary | 11010010 | 1010101 | 1010100 | 0 | 111100 | 111100 | 10010 | 0 | 111010 | 111010 |
Color Harmonies of #D25554
Complementary color
Monochromatic Colors of #D25554
Black with #D25554
Text Example
Text Example
White with #D25554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25554; }
p { color: rgb(210,85,84); }
H1.HeaderClassName
{
color: #D25554;
}
.AnyTagClassName
{
color: #D25554;
}
</style>
background-color css
<style>
a { background-color: #D25554; }
a { background-color: rgb(210,85,84); }
div.DivClassName
{
background-color: #D25554;
}
.BgClassName
{
background-color: #D25554;
}
</style>
border-color css
<style>
span { border-color: #D25554; }
span { border-color: rgb(210,85,84); }
td.TdClassName
{
border-color: #D25554;
}
.TagClassName
{
border-color: #D25554;
}
</style>