Shades of Valencia #D84C49
Tints of Valencia #D84C49
RGB
CMYK
RGB Variations
Color information
#D84C49 (or 0xD84C49) is known color: Valencia. HEX triplet: D8, 4C and 49. RGB value is (216,76,73). Sum of RGB (Red+Green+Blue) = 216+76+73=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C49 is #27B3B6. Grayscale: #757575. Windows color (decimal): -2601911 or 4803800. OLE color: 4803800.
HSL color Cylindrical-coordinate representation of color #D84C49: hue angle of 1.26º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D84C49 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 73 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.15 |
| HSL | 1.26º | 0.65% | 0.57% | - |
| HSV(B) | 1.26º | 0.66% | 0.85% | - |
| XYZ | 32.11 | 20.25 | 8.52 | - |
| YUV | 117.52 | 102.88 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 73 | 0 | 0.65 | 0.66 | 0.15 | 1.26 | 0.65 | 0.57 |
| Hex | D8 | 4C | 49 | 0 | 41 | 42 | F | 1 | 41 | 39 |
| Octal | 330 | 114 | 111 | 0 | 101 | 102 | 17 | 1 | 101 | 71 |
| Binary | 11011000 | 1001100 | 1001001 | 0 | 1000001 | 1000010 | 1111 | 1 | 1000001 | 111001 |
Color Harmonies of #D84C49
Complementary color
Monochromatic Colors of #D84C49
Black with #D84C49
Text Example
Text Example
White with #D84C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84C49; }
p { color: rgb(216,76,73); }
H1.HeaderClassName
{
color: #D84C49;
}
.AnyTagClassName
{
color: #D84C49;
}
</style>
background-color css
<style>
a { background-color: #D84C49; }
a { background-color: rgb(216,76,73); }
div.DivClassName
{
background-color: #D84C49;
}
.BgClassName
{
background-color: #D84C49;
}
</style>
border-color css
<style>
span { border-color: #D84C49; }
span { border-color: rgb(216,76,73); }
td.TdClassName
{
border-color: #D84C49;
}
.TagClassName
{
border-color: #D84C49;
}
</style>