Shades of Valencia #D25E4E
Tints of Valencia #D25E4E
RGB
CMYK
RGB Variations
Color information
#D25E4E (or 0xD25E4E) is known color: Valencia. HEX triplet: D2, 5E and 4E. RGB value is (210,94,78). Sum of RGB (Red+Green+Blue) = 210+94+78=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25E4E is #2DA1B1. Grayscale: #7F7F7F. Windows color (decimal): -2990514 or 5136082. OLE color: 5136082.
HSL color Cylindrical-coordinate representation of color #D25E4E: hue angle of 7.27º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D25E4E is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 78 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.18 |
| HSL | 7.27º | 0.59% | 0.56% | - |
| HSV(B) | 7.27º | 0.63% | 0.82% | - |
| XYZ | 31.96 | 22.26 | 9.82 | - |
| YUV | 126.86 | 100.43 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 78 | 0 | 0.55 | 0.63 | 0.18 | 7.27 | 0.59 | 0.56 |
| Hex | D2 | 5E | 4E | 0 | 37 | 3F | 12 | 7 | 3B | 38 |
| Octal | 322 | 136 | 116 | 0 | 67 | 77 | 22 | 7 | 73 | 70 |
| Binary | 11010010 | 1011110 | 1001110 | 0 | 110111 | 111111 | 10010 | 111 | 111011 | 111000 |
Color Harmonies of #D25E4E
Complementary color
Monochromatic Colors of #D25E4E
Black with #D25E4E
Text Example
Text Example
White with #D25E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25E4E; }
p { color: rgb(210,94,78); }
H1.HeaderClassName
{
color: #D25E4E;
}
.AnyTagClassName
{
color: #D25E4E;
}
</style>
background-color css
<style>
a { background-color: #D25E4E; }
a { background-color: rgb(210,94,78); }
div.DivClassName
{
background-color: #D25E4E;
}
.BgClassName
{
background-color: #D25E4E;
}
</style>
border-color css
<style>
span { border-color: #D25E4E; }
span { border-color: rgb(210,94,78); }
td.TdClassName
{
border-color: #D25E4E;
}
.TagClassName
{
border-color: #D25E4E;
}
</style>