Shades of Valencia #D85545
Tints of Valencia #D85545
RGB
CMYK
RGB Variations
Color information
#D85545 (or 0xD85545) is known color: Valencia. HEX triplet: D8, 55 and 45. RGB value is (216,85,69). Sum of RGB (Red+Green+Blue) = 216+85+69=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D85545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85545 is #27AABA. Grayscale: #7A7A7A. Windows color (decimal): -2599611 or 4543960. OLE color: 4543960.
HSL color Cylindrical-coordinate representation of color #D85545: hue angle of 6.53º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D85545 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 69 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.15 |
| HSL | 6.53º | 0.65% | 0.56% | - |
| HSV(B) | 6.53º | 0.68% | 0.85% | - |
| XYZ | 32.64 | 21.53 | 8.06 | - |
| YUV | 122.35 | 97.9 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 69 | 0 | 0.61 | 0.68 | 0.15 | 6.53 | 0.65 | 0.56 |
| Hex | D8 | 55 | 45 | 0 | 3D | 44 | F | 7 | 41 | 38 |
| Octal | 330 | 125 | 105 | 0 | 75 | 104 | 17 | 7 | 101 | 70 |
| Binary | 11011000 | 1010101 | 1000101 | 0 | 111101 | 1000100 | 1111 | 111 | 1000001 | 111000 |
Color Harmonies of #D85545
Complementary color
Monochromatic Colors of #D85545
Black with #D85545
Text Example
Text Example
White with #D85545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85545; }
p { color: rgb(216,85,69); }
H1.HeaderClassName
{
color: #D85545;
}
.AnyTagClassName
{
color: #D85545;
}
</style>
background-color css
<style>
a { background-color: #D85545; }
a { background-color: rgb(216,85,69); }
div.DivClassName
{
background-color: #D85545;
}
.BgClassName
{
background-color: #D85545;
}
</style>
border-color css
<style>
span { border-color: #D85545; }
span { border-color: rgb(216,85,69); }
td.TdClassName
{
border-color: #D85545;
}
.TagClassName
{
border-color: #D85545;
}
</style>