Shades of Valencia #D25552
Tints of Valencia #D25552
RGB
CMYK
RGB Variations
Color information
#D25552 (or 0xD25552) is known color: Valencia. HEX triplet: D2, 55 and 52. RGB value is (210,85,82). Sum of RGB (Red+Green+Blue) = 210+85+82=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D25552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25552 is #2DAAAD. Grayscale: #7A7A7A. Windows color (decimal): -2992814 or 5395922. OLE color: 5395922.
HSL color Cylindrical-coordinate representation of color #D25552: hue angle of 1.41º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D25552 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 82 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.18 |
| HSL | 1.41º | 0.59% | 0.57% | - |
| HSV(B) | 1.41º | 0.61% | 0.82% | - |
| XYZ | 31.35 | 20.81 | 10.35 | - |
| YUV | 122.03 | 105.41 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 82 | 0 | 0.60 | 0.61 | 0.18 | 1.41 | 0.59 | 0.57 |
| Hex | D2 | 55 | 52 | 0 | 3C | 3D | 12 | 1 | 3B | 39 |
| Octal | 322 | 125 | 122 | 0 | 74 | 75 | 22 | 1 | 73 | 71 |
| Binary | 11010010 | 1010101 | 1010010 | 0 | 111100 | 111101 | 10010 | 1 | 111011 | 111001 |
Color Harmonies of #D25552
Complementary color
Monochromatic Colors of #D25552
Black with #D25552
Text Example
Text Example
White with #D25552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25552; }
p { color: rgb(210,85,82); }
H1.HeaderClassName
{
color: #D25552;
}
.AnyTagClassName
{
color: #D25552;
}
</style>
background-color css
<style>
a { background-color: #D25552; }
a { background-color: rgb(210,85,82); }
div.DivClassName
{
background-color: #D25552;
}
.BgClassName
{
background-color: #D25552;
}
</style>
border-color css
<style>
span { border-color: #D25552; }
span { border-color: rgb(210,85,82); }
td.TdClassName
{
border-color: #D25552;
}
.TagClassName
{
border-color: #D25552;
}
</style>