Shades of Valencia #D25754
Tints of Valencia #D25754
RGB
CMYK
RGB Variations
Color information
#D25754 (or 0xD25754) is known color: Valencia. HEX triplet: D2, 57 and 54. RGB value is (210,87,84). Sum of RGB (Red+Green+Blue) = 210+87+84=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D25754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25754 is #2DA8AB. Grayscale: #7B7B7B. Windows color (decimal): -2992300 or 5527506. OLE color: 5527506.
HSL color Cylindrical-coordinate representation of color #D25754: hue angle of 1.43º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25754 is Cyan = 0, Magento = 0.59, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 84 | - |
| CMYK | 0 | 0.59 | 0.6 | 0.18 |
| HSL | 1.43º | 0.58% | 0.58% | - |
| HSV(B) | 1.43º | 0.6% | 0.82% | - |
| XYZ | 31.59 | 21.16 | 10.81 | - |
| YUV | 123.44 | 105.75 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 84 | 0 | 0.59 | 0.6 | 0.18 | 1.43 | 0.58 | 0.58 |
| Hex | D2 | 57 | 54 | 0 | 3B | 3C | 12 | 1 | 3A | 3A |
| Octal | 322 | 127 | 124 | 0 | 73 | 74 | 22 | 1 | 72 | 72 |
| Binary | 11010010 | 1010111 | 1010100 | 0 | 111011 | 111100 | 10010 | 1 | 111010 | 111010 |
Color Harmonies of #D25754
Complementary color
Monochromatic Colors of #D25754
Black with #D25754
Text Example
Text Example
White with #D25754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25754; }
p { color: rgb(210,87,84); }
H1.HeaderClassName
{
color: #D25754;
}
.AnyTagClassName
{
color: #D25754;
}
</style>
background-color css
<style>
a { background-color: #D25754; }
a { background-color: rgb(210,87,84); }
div.DivClassName
{
background-color: #D25754;
}
.BgClassName
{
background-color: #D25754;
}
</style>
border-color css
<style>
span { border-color: #D25754; }
span { border-color: rgb(210,87,84); }
td.TdClassName
{
border-color: #D25754;
}
.TagClassName
{
border-color: #D25754;
}
</style>