Shades of Valencia #D2574D
Tints of Valencia #D2574D
RGB
CMYK
RGB Variations
Color information
#D2574D (or 0xD2574D) is known color: Valencia. HEX triplet: D2, 57 and 4D. RGB value is (210,87,77). Sum of RGB (Red+Green+Blue) = 210+87+77=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2574D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2574D is #2DA8B2. Grayscale: #7A7A7A. Windows color (decimal): -2992307 or 5068754. OLE color: 5068754.
HSL color Cylindrical-coordinate representation of color #D2574D: hue angle of 4.51º degrees, saturation: 0.6, 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 #D2574D is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 77 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.18 |
| HSL | 4.51º | 0.6% | 0.56% | - |
| HSV(B) | 4.51º | 0.63% | 0.82% | - |
| XYZ | 31.33 | 21.05 | 9.43 | - |
| YUV | 122.64 | 102.25 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 77 | 0 | 0.59 | 0.63 | 0.18 | 4.51 | 0.6 | 0.56 |
| Hex | D2 | 57 | 4D | 0 | 3B | 3F | 12 | 5 | 3C | 38 |
| Octal | 322 | 127 | 115 | 0 | 73 | 77 | 22 | 5 | 74 | 70 |
| Binary | 11010010 | 1010111 | 1001101 | 0 | 111011 | 111111 | 10010 | 101 | 111100 | 111000 |
Color Harmonies of #D2574D
Complementary color
Monochromatic Colors of #D2574D
Black with #D2574D
Text Example
Text Example
White with #D2574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2574D; }
p { color: rgb(210,87,77); }
H1.HeaderClassName
{
color: #D2574D;
}
.AnyTagClassName
{
color: #D2574D;
}
</style>
background-color css
<style>
a { background-color: #D2574D; }
a { background-color: rgb(210,87,77); }
div.DivClassName
{
background-color: #D2574D;
}
.BgClassName
{
background-color: #D2574D;
}
</style>
border-color css
<style>
span { border-color: #D2574D; }
span { border-color: rgb(210,87,77); }
td.TdClassName
{
border-color: #D2574D;
}
.TagClassName
{
border-color: #D2574D;
}
</style>