Shades of Valencia #D2574F
Tints of Valencia #D2574F
RGB
CMYK
RGB Variations
Color information
#D2574F (or 0xD2574F) is known color: Valencia. HEX triplet: D2, 57 and 4F. RGB value is (210,87,79). Sum of RGB (Red+Green+Blue) = 210+87+79=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D2574F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2574F is #2DA8B0. Grayscale: #7B7B7B. Windows color (decimal): -2992305 or 5199826. OLE color: 5199826.
HSL color Cylindrical-coordinate representation of color #D2574F: hue angle of 3.66º 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 #D2574F is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 79 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.18 |
| HSL | 3.66º | 0.59% | 0.57% | - |
| HSV(B) | 3.66º | 0.62% | 0.82% | - |
| XYZ | 31.4 | 21.08 | 9.81 | - |
| YUV | 122.87 | 103.25 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 79 | 0 | 0.59 | 0.62 | 0.18 | 3.66 | 0.59 | 0.57 |
| Hex | D2 | 57 | 4F | 0 | 3B | 3E | 12 | 4 | 3B | 39 |
| Octal | 322 | 127 | 117 | 0 | 73 | 76 | 22 | 4 | 73 | 71 |
| Binary | 11010010 | 1010111 | 1001111 | 0 | 111011 | 111110 | 10010 | 100 | 111011 | 111001 |
Color Harmonies of #D2574F
Complementary color
Monochromatic Colors of #D2574F
Black with #D2574F
Text Example
Text Example
White with #D2574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2574F; }
p { color: rgb(210,87,79); }
H1.HeaderClassName
{
color: #D2574F;
}
.AnyTagClassName
{
color: #D2574F;
}
</style>
background-color css
<style>
a { background-color: #D2574F; }
a { background-color: rgb(210,87,79); }
div.DivClassName
{
background-color: #D2574F;
}
.BgClassName
{
background-color: #D2574F;
}
</style>
border-color css
<style>
span { border-color: #D2574F; }
span { border-color: rgb(210,87,79); }
td.TdClassName
{
border-color: #D2574F;
}
.TagClassName
{
border-color: #D2574F;
}
</style>