Shades of Valencia #D8574C
Tints of Valencia #D8574C
RGB
CMYK
RGB Variations
Color information
#D8574C (or 0xD8574C) is known color: Valencia. HEX triplet: D8, 57 and 4C. RGB value is (216,87,76). Sum of RGB (Red+Green+Blue) = 216+87+76=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8574C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8574C is #27A8B3. Grayscale: #7C7C7C. Windows color (decimal): -2599092 or 5003224. OLE color: 5003224.
HSL color Cylindrical-coordinate representation of color #D8574C: hue angle of 4.71º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D8574C is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 87 | 76 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.15 |
| HSL | 4.71º | 0.64% | 0.57% | - |
| HSV(B) | 4.71º | 0.65% | 0.85% | - |
| XYZ | 33.03 | 21.94 | 9.33 | - |
| YUV | 124.32 | 100.74 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 87 | 76 | 0 | 0.60 | 0.65 | 0.15 | 4.71 | 0.64 | 0.57 |
| Hex | D8 | 57 | 4C | 0 | 3C | 41 | F | 5 | 40 | 39 |
| Octal | 330 | 127 | 114 | 0 | 74 | 101 | 17 | 5 | 100 | 71 |
| Binary | 11011000 | 1010111 | 1001100 | 0 | 111100 | 1000001 | 1111 | 101 | 1000000 | 111001 |
Color Harmonies of #D8574C
Complementary color
Monochromatic Colors of #D8574C
Black with #D8574C
Text Example
Text Example
White with #D8574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8574C; }
p { color: rgb(216,87,76); }
H1.HeaderClassName
{
color: #D8574C;
}
.AnyTagClassName
{
color: #D8574C;
}
</style>
background-color css
<style>
a { background-color: #D8574C; }
a { background-color: rgb(216,87,76); }
div.DivClassName
{
background-color: #D8574C;
}
.BgClassName
{
background-color: #D8574C;
}
</style>
border-color css
<style>
span { border-color: #D8574C; }
span { border-color: rgb(216,87,76); }
td.TdClassName
{
border-color: #D8574C;
}
.TagClassName
{
border-color: #D8574C;
}
</style>