Shades of Valencia #D25146
Tints of Valencia #D25146
RGB
CMYK
RGB Variations
Color information
#D25146 (or 0xD25146) is known color: Valencia. HEX triplet: D2, 51 and 46. RGB value is (210,81,70). Sum of RGB (Red+Green+Blue) = 210+81+70=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D25146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25146 is #2DAEB9. Grayscale: #767676. Windows color (decimal): -2993850 or 4608466. OLE color: 4608466.
HSL color Cylindrical-coordinate representation of color #D25146: hue angle of 4.71º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D25146 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 81 | 70 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.18 |
| HSL | 4.71º | 0.61% | 0.55% | - |
| HSV(B) | 4.71º | 0.67% | 0.82% | - |
| XYZ | 30.63 | 20.03 | 8.05 | - |
| YUV | 118.32 | 100.74 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 70 | 0 | 0.61 | 0.67 | 0.18 | 4.71 | 0.61 | 0.55 |
| Hex | D2 | 51 | 46 | 0 | 3D | 43 | 12 | 5 | 3D | 37 |
| Octal | 322 | 121 | 106 | 0 | 75 | 103 | 22 | 5 | 75 | 67 |
| Binary | 11010010 | 1010001 | 1000110 | 0 | 111101 | 1000011 | 10010 | 101 | 111101 | 110111 |
Color Harmonies of #D25146
Complementary color
Monochromatic Colors of #D25146
Black with #D25146
Text Example
Text Example
White with #D25146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25146; }
p { color: rgb(210,81,70); }
H1.HeaderClassName
{
color: #D25146;
}
.AnyTagClassName
{
color: #D25146;
}
</style>
background-color css
<style>
a { background-color: #D25146; }
a { background-color: rgb(210,81,70); }
div.DivClassName
{
background-color: #D25146;
}
.BgClassName
{
background-color: #D25146;
}
</style>
border-color css
<style>
span { border-color: #D25146; }
span { border-color: rgb(210,81,70); }
td.TdClassName
{
border-color: #D25146;
}
.TagClassName
{
border-color: #D25146;
}
</style>