Shades of Valencia #D2574E
Tints of Valencia #D2574E
RGB
CMYK
RGB Variations
Color information
#D2574E (or 0xD2574E) is known color: Valencia. HEX triplet: D2, 57 and 4E. RGB value is (210,87,78). Sum of RGB (Red+Green+Blue) = 210+87+78=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D2574E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2574E is #2DA8B1. Grayscale: #7A7A7A. Windows color (decimal): -2992306 or 5134290. OLE color: 5134290.
HSL color Cylindrical-coordinate representation of color #D2574E: hue angle of 4.09º 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 #D2574E is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 78 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.18 |
| HSL | 4.09º | 0.59% | 0.56% | - |
| HSV(B) | 4.09º | 0.63% | 0.82% | - |
| XYZ | 31.36 | 21.07 | 9.62 | - |
| YUV | 122.75 | 102.75 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 78 | 0 | 0.59 | 0.63 | 0.18 | 4.09 | 0.59 | 0.56 |
| Hex | D2 | 57 | 4E | 0 | 3B | 3F | 12 | 4 | 3B | 38 |
| Octal | 322 | 127 | 116 | 0 | 73 | 77 | 22 | 4 | 73 | 70 |
| Binary | 11010010 | 1010111 | 1001110 | 0 | 111011 | 111111 | 10010 | 100 | 111011 | 111000 |
Color Harmonies of #D2574E
Complementary color
Monochromatic Colors of #D2574E
Black with #D2574E
Text Example
Text Example
White with #D2574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2574E; }
p { color: rgb(210,87,78); }
H1.HeaderClassName
{
color: #D2574E;
}
.AnyTagClassName
{
color: #D2574E;
}
</style>
background-color css
<style>
a { background-color: #D2574E; }
a { background-color: rgb(210,87,78); }
div.DivClassName
{
background-color: #D2574E;
}
.BgClassName
{
background-color: #D2574E;
}
</style>
border-color css
<style>
span { border-color: #D2574E; }
span { border-color: rgb(210,87,78); }
td.TdClassName
{
border-color: #D2574E;
}
.TagClassName
{
border-color: #D2574E;
}
</style>