Shades of Valencia #D8534F
Tints of Valencia #D8534F
RGB
CMYK
RGB Variations
Color information
#D8534F (or 0xD8534F) is known color: Valencia. HEX triplet: D8, 53 and 4F. RGB value is (216,83,79). Sum of RGB (Red+Green+Blue) = 216+83+79=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D8534F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8534F is #27ACB0. Grayscale: #7A7A7A. Windows color (decimal): -2600113 or 5198808. OLE color: 5198808.
HSL color Cylindrical-coordinate representation of color #D8534F: hue angle of 1.75º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D8534F is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 79 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.15 |
| HSL | 1.75º | 0.64% | 0.58% | - |
| HSV(B) | 1.75º | 0.63% | 0.85% | - |
| XYZ | 32.82 | 21.35 | 9.79 | - |
| YUV | 122.31 | 103.56 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 79 | 0 | 0.62 | 0.63 | 0.15 | 1.75 | 0.64 | 0.58 |
| Hex | D8 | 53 | 4F | 0 | 3E | 3F | F | 2 | 40 | 3A |
| Octal | 330 | 123 | 117 | 0 | 76 | 77 | 17 | 2 | 100 | 72 |
| Binary | 11011000 | 1010011 | 1001111 | 0 | 111110 | 111111 | 1111 | 10 | 1000000 | 111010 |
Color Harmonies of #D8534F
Complementary color
Monochromatic Colors of #D8534F
Black with #D8534F
Text Example
Text Example
White with #D8534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8534F; }
p { color: rgb(216,83,79); }
H1.HeaderClassName
{
color: #D8534F;
}
.AnyTagClassName
{
color: #D8534F;
}
</style>
background-color css
<style>
a { background-color: #D8534F; }
a { background-color: rgb(216,83,79); }
div.DivClassName
{
background-color: #D8534F;
}
.BgClassName
{
background-color: #D8534F;
}
</style>
border-color css
<style>
span { border-color: #D8534F; }
span { border-color: rgb(216,83,79); }
td.TdClassName
{
border-color: #D8534F;
}
.TagClassName
{
border-color: #D8534F;
}
</style>