Shades of Valencia #D8554F
Tints of Valencia #D8554F
RGB
CMYK
RGB Variations
Color information
#D8554F (or 0xD8554F) is known color: Valencia. HEX triplet: D8, 55 and 4F. RGB value is (216,85,79). Sum of RGB (Red+Green+Blue) = 216+85+79=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D8554F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8554F is #27AAB0. Grayscale: #7B7B7B. Windows color (decimal): -2599601 or 5199320. OLE color: 5199320.
HSL color Cylindrical-coordinate representation of color #D8554F: hue angle of 2.63º 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 #D8554F is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 79 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.15 |
| HSL | 2.63º | 0.64% | 0.58% | - |
| HSV(B) | 2.63º | 0.63% | 0.85% | - |
| XYZ | 32.98 | 21.66 | 9.84 | - |
| YUV | 123.49 | 102.9 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 79 | 0 | 0.61 | 0.63 | 0.15 | 2.63 | 0.64 | 0.58 |
| Hex | D8 | 55 | 4F | 0 | 3D | 3F | F | 3 | 40 | 3A |
| Octal | 330 | 125 | 117 | 0 | 75 | 77 | 17 | 3 | 100 | 72 |
| Binary | 11011000 | 1010101 | 1001111 | 0 | 111101 | 111111 | 1111 | 11 | 1000000 | 111010 |
Color Harmonies of #D8554F
Complementary color
Monochromatic Colors of #D8554F
Black with #D8554F
Text Example
Text Example
White with #D8554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8554F; }
p { color: rgb(216,85,79); }
H1.HeaderClassName
{
color: #D8554F;
}
.AnyTagClassName
{
color: #D8554F;
}
</style>
background-color css
<style>
a { background-color: #D8554F; }
a { background-color: rgb(216,85,79); }
div.DivClassName
{
background-color: #D8554F;
}
.BgClassName
{
background-color: #D8554F;
}
</style>
border-color css
<style>
span { border-color: #D8554F; }
span { border-color: rgb(216,85,79); }
td.TdClassName
{
border-color: #D8554F;
}
.TagClassName
{
border-color: #D8554F;
}
</style>