Shades of Valencia #D25046
Tints of Valencia #D25046
RGB
CMYK
RGB Variations
Color information
#D25046 (or 0xD25046) is known color: Valencia. HEX triplet: D2, 50 and 46. RGB value is (210,80,70). Sum of RGB (Red+Green+Blue) = 210+80+70=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D25046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25046 is #2DAFB9. Grayscale: #757575. Windows color (decimal): -2994106 or 4608210. OLE color: 4608210.
HSL color Cylindrical-coordinate representation of color #D25046: hue angle of 4.29º 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 #D25046 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 70 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.18 |
| HSL | 4.29º | 0.61% | 0.55% | - |
| HSV(B) | 4.29º | 0.67% | 0.82% | - |
| XYZ | 30.55 | 19.88 | 8.02 | - |
| YUV | 117.73 | 101.07 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 70 | 0 | 0.62 | 0.67 | 0.18 | 4.29 | 0.61 | 0.55 |
| Hex | D2 | 50 | 46 | 0 | 3E | 43 | 12 | 4 | 3D | 37 |
| Octal | 322 | 120 | 106 | 0 | 76 | 103 | 22 | 4 | 75 | 67 |
| Binary | 11010010 | 1010000 | 1000110 | 0 | 111110 | 1000011 | 10010 | 100 | 111101 | 110111 |
Color Harmonies of #D25046
Complementary color
Monochromatic Colors of #D25046
Black with #D25046
Text Example
Text Example
White with #D25046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25046; }
p { color: rgb(210,80,70); }
H1.HeaderClassName
{
color: #D25046;
}
.AnyTagClassName
{
color: #D25046;
}
</style>
background-color css
<style>
a { background-color: #D25046; }
a { background-color: rgb(210,80,70); }
div.DivClassName
{
background-color: #D25046;
}
.BgClassName
{
background-color: #D25046;
}
</style>
border-color css
<style>
span { border-color: #D25046; }
span { border-color: rgb(210,80,70); }
td.TdClassName
{
border-color: #D25046;
}
.TagClassName
{
border-color: #D25046;
}
</style>