Shades of Valencia #D25144
Tints of Valencia #D25144
RGB
CMYK
RGB Variations
Color information
#D25144 (or 0xD25144) is known color: Valencia. HEX triplet: D2, 51 and 44. RGB value is (210,81,68). Sum of RGB (Red+Green+Blue) = 210+81+68=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D25144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25144 is #2DAEBB. Grayscale: #767676. Windows color (decimal): -2993852 or 4477394. OLE color: 4477394.
HSL color Cylindrical-coordinate representation of color #D25144: hue angle of 5.49º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D25144 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 81 | 68 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.18 |
| HSL | 5.49º | 0.61% | 0.55% | - |
| HSV(B) | 5.49º | 0.68% | 0.82% | - |
| XYZ | 30.56 | 20 | 7.72 | - |
| YUV | 118.09 | 99.74 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 68 | 0 | 0.61 | 0.68 | 0.18 | 5.49 | 0.61 | 0.55 |
| Hex | D2 | 51 | 44 | 0 | 3D | 44 | 12 | 5 | 3D | 37 |
| Octal | 322 | 121 | 104 | 0 | 75 | 104 | 22 | 5 | 75 | 67 |
| Binary | 11010010 | 1010001 | 1000100 | 0 | 111101 | 1000100 | 10010 | 101 | 111101 | 110111 |
Color Harmonies of #D25144
Complementary color
Monochromatic Colors of #D25144
Black with #D25144
Text Example
Text Example
White with #D25144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25144; }
p { color: rgb(210,81,68); }
H1.HeaderClassName
{
color: #D25144;
}
.AnyTagClassName
{
color: #D25144;
}
</style>
background-color css
<style>
a { background-color: #D25144; }
a { background-color: rgb(210,81,68); }
div.DivClassName
{
background-color: #D25144;
}
.BgClassName
{
background-color: #D25144;
}
</style>
border-color css
<style>
span { border-color: #D25144; }
span { border-color: rgb(210,81,68); }
td.TdClassName
{
border-color: #D25144;
}
.TagClassName
{
border-color: #D25144;
}
</style>