Shades of Valencia #D84746
Tints of Valencia #D84746
RGB
CMYK
RGB Variations
Color information
#D84746 (or 0xD84746) is known color: Valencia. HEX triplet: D8, 47 and 46. RGB value is (216,71,70). Sum of RGB (Red+Green+Blue) = 216+71+70=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D84746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84746 is #27B8B9. Grayscale: #727272. Windows color (decimal): -2603194 or 4605912. OLE color: 4605912.
HSL color Cylindrical-coordinate representation of color #D84746: hue angle of 0.41º 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 #D84746 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 71 | 70 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.15 |
| HSL | 0.41º | 0.65% | 0.56% | - |
| HSV(B) | 0.41º | 0.68% | 0.85% | - |
| XYZ | 31.68 | 19.55 | 7.9 | - |
| YUV | 114.24 | 103.04 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 70 | 0 | 0.67 | 0.68 | 0.15 | 0.41 | 0.65 | 0.56 |
| Hex | D8 | 47 | 46 | 0 | 43 | 44 | F | 0 | 41 | 38 |
| Octal | 330 | 107 | 106 | 0 | 103 | 104 | 17 | 0 | 101 | 70 |
| Binary | 11011000 | 1000111 | 1000110 | 0 | 1000011 | 1000100 | 1111 | 0 | 1000001 | 111000 |
Color Harmonies of #D84746
Complementary color
Monochromatic Colors of #D84746
Black with #D84746
Text Example
Text Example
White with #D84746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84746; }
p { color: rgb(216,71,70); }
H1.HeaderClassName
{
color: #D84746;
}
.AnyTagClassName
{
color: #D84746;
}
</style>
background-color css
<style>
a { background-color: #D84746; }
a { background-color: rgb(216,71,70); }
div.DivClassName
{
background-color: #D84746;
}
.BgClassName
{
background-color: #D84746;
}
</style>
border-color css
<style>
span { border-color: #D84746; }
span { border-color: rgb(216,71,70); }
td.TdClassName
{
border-color: #D84746;
}
.TagClassName
{
border-color: #D84746;
}
</style>