Shades of Valencia #D85345
Tints of Valencia #D85345
RGB
CMYK
RGB Variations
Color information
#D85345 (or 0xD85345) is known color: Valencia. HEX triplet: D8, 53 and 45. RGB value is (216,83,69). Sum of RGB (Red+Green+Blue) = 216+83+69=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D85345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85345 is #27ACBA. Grayscale: #797979. Windows color (decimal): -2600123 or 4543448. OLE color: 4543448.
HSL color Cylindrical-coordinate representation of color #D85345: hue angle of 5.71º 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 #D85345 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 69 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.15 |
| HSL | 5.71º | 0.65% | 0.56% | - |
| HSV(B) | 5.71º | 0.68% | 0.85% | - |
| XYZ | 32.49 | 21.22 | 8.01 | - |
| YUV | 121.17 | 98.56 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 69 | 0 | 0.62 | 0.68 | 0.15 | 5.71 | 0.65 | 0.56 |
| Hex | D8 | 53 | 45 | 0 | 3E | 44 | F | 6 | 41 | 38 |
| Octal | 330 | 123 | 105 | 0 | 76 | 104 | 17 | 6 | 101 | 70 |
| Binary | 11011000 | 1010011 | 1000101 | 0 | 111110 | 1000100 | 1111 | 110 | 1000001 | 111000 |
Color Harmonies of #D85345
Complementary color
Monochromatic Colors of #D85345
Black with #D85345
Text Example
Text Example
White with #D85345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85345; }
p { color: rgb(216,83,69); }
H1.HeaderClassName
{
color: #D85345;
}
.AnyTagClassName
{
color: #D85345;
}
</style>
background-color css
<style>
a { background-color: #D85345; }
a { background-color: rgb(216,83,69); }
div.DivClassName
{
background-color: #D85345;
}
.BgClassName
{
background-color: #D85345;
}
</style>
border-color css
<style>
span { border-color: #D85345; }
span { border-color: rgb(216,83,69); }
td.TdClassName
{
border-color: #D85345;
}
.TagClassName
{
border-color: #D85345;
}
</style>