Shades of Valencia #D25E4F
Tints of Valencia #D25E4F
RGB
CMYK
RGB Variations
Color information
#D25E4F (or 0xD25E4F) is known color: Valencia. HEX triplet: D2, 5E and 4F. RGB value is (210,94,79). Sum of RGB (Red+Green+Blue) = 210+94+79=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25E4F is #2DA1B0. Grayscale: #7F7F7F. Windows color (decimal): -2990513 or 5201618. OLE color: 5201618.
HSL color Cylindrical-coordinate representation of color #D25E4F: hue angle of 6.87º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D25E4F is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 79 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.18 |
| HSL | 6.87º | 0.59% | 0.57% | - |
| HSV(B) | 6.87º | 0.62% | 0.82% | - |
| XYZ | 31.99 | 22.27 | 10.01 | - |
| YUV | 126.97 | 100.93 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 79 | 0 | 0.55 | 0.62 | 0.18 | 6.87 | 0.59 | 0.57 |
| Hex | D2 | 5E | 4F | 0 | 37 | 3E | 12 | 7 | 3B | 39 |
| Octal | 322 | 136 | 117 | 0 | 67 | 76 | 22 | 7 | 73 | 71 |
| Binary | 11010010 | 1011110 | 1001111 | 0 | 110111 | 111110 | 10010 | 111 | 111011 | 111001 |
Color Harmonies of #D25E4F
Complementary color
Monochromatic Colors of #D25E4F
Black with #D25E4F
Text Example
Text Example
White with #D25E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25E4F; }
p { color: rgb(210,94,79); }
H1.HeaderClassName
{
color: #D25E4F;
}
.AnyTagClassName
{
color: #D25E4F;
}
</style>
background-color css
<style>
a { background-color: #D25E4F; }
a { background-color: rgb(210,94,79); }
div.DivClassName
{
background-color: #D25E4F;
}
.BgClassName
{
background-color: #D25E4F;
}
</style>
border-color css
<style>
span { border-color: #D25E4F; }
span { border-color: rgb(210,94,79); }
td.TdClassName
{
border-color: #D25E4F;
}
.TagClassName
{
border-color: #D25E4F;
}
</style>