Shades of Valencia #D35049
Tints of Valencia #D35049
RGB
CMYK
RGB Variations
Color information
#D35049 (or 0xD35049) is known color: Valencia. HEX triplet: D3, 50 and 49. RGB value is (211,80,73). Sum of RGB (Red+Green+Blue) = 211+80+73=364 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.97% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 211 - color contains mainly: red. Hex color #D35049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35049 is #2CAFB6. Grayscale: #767676. Windows color (decimal): -2928567 or 4804819. OLE color: 4804819.
HSL color Cylindrical-coordinate representation of color #D35049: hue angle of 3.04º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D35049 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 80 | 73 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.17 |
| HSL | 3.04º | 0.61% | 0.56% | - |
| HSV(B) | 3.04º | 0.65% | 0.83% | - |
| XYZ | 30.94 | 20.07 | 8.55 | - |
| YUV | 118.37 | 102.4 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 80 | 73 | 0 | 0.62 | 0.65 | 0.17 | 3.04 | 0.61 | 0.56 |
| Hex | D3 | 50 | 49 | 0 | 3E | 41 | 11 | 3 | 3D | 38 |
| Octal | 323 | 120 | 111 | 0 | 76 | 101 | 21 | 3 | 75 | 70 |
| Binary | 11010011 | 1010000 | 1001001 | 0 | 111110 | 1000001 | 10001 | 11 | 111101 | 111000 |
Color Harmonies of #D35049
Complementary color
Monochromatic Colors of #D35049
Black with #D35049
Text Example
Text Example
White with #D35049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35049; }
p { color: rgb(211,80,73); }
H1.HeaderClassName
{
color: #D35049;
}
.AnyTagClassName
{
color: #D35049;
}
</style>
background-color css
<style>
a { background-color: #D35049; }
a { background-color: rgb(211,80,73); }
div.DivClassName
{
background-color: #D35049;
}
.BgClassName
{
background-color: #D35049;
}
</style>
border-color css
<style>
span { border-color: #D35049; }
span { border-color: rgb(211,80,73); }
td.TdClassName
{
border-color: #D35049;
}
.TagClassName
{
border-color: #D35049;
}
</style>