Shades of Valencia #D35047
Tints of Valencia #D35047
RGB
CMYK
RGB Variations
Color information
#D35047 (or 0xD35047) is known color: Valencia. HEX triplet: D3, 50 and 47. RGB value is (211,80,71). Sum of RGB (Red+Green+Blue) = 211+80+71=362 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.29% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 211 - color contains mainly: red. Hex color #D35047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35047 is #2CAFB8. Grayscale: #767676. Windows color (decimal): -2928569 or 4673747. OLE color: 4673747.
HSL color Cylindrical-coordinate representation of color #D35047: hue angle of 3.86º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D35047 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 80 | 71 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.17 |
| HSL | 3.86º | 0.61% | 0.55% | - |
| HSV(B) | 3.86º | 0.66% | 0.83% | - |
| XYZ | 30.87 | 20.04 | 8.2 | - |
| YUV | 118.14 | 101.4 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 80 | 71 | 0 | 0.62 | 0.66 | 0.17 | 3.86 | 0.61 | 0.55 |
| Hex | D3 | 50 | 47 | 0 | 3E | 42 | 11 | 4 | 3D | 37 |
| Octal | 323 | 120 | 107 | 0 | 76 | 102 | 21 | 4 | 75 | 67 |
| Binary | 11010011 | 1010000 | 1000111 | 0 | 111110 | 1000010 | 10001 | 100 | 111101 | 110111 |
Color Harmonies of #D35047
Complementary color
Monochromatic Colors of #D35047
Black with #D35047
Text Example
Text Example
White with #D35047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35047; }
p { color: rgb(211,80,71); }
H1.HeaderClassName
{
color: #D35047;
}
.AnyTagClassName
{
color: #D35047;
}
</style>
background-color css
<style>
a { background-color: #D35047; }
a { background-color: rgb(211,80,71); }
div.DivClassName
{
background-color: #D35047;
}
.BgClassName
{
background-color: #D35047;
}
</style>
border-color css
<style>
span { border-color: #D35047; }
span { border-color: rgb(211,80,71); }
td.TdClassName
{
border-color: #D35047;
}
.TagClassName
{
border-color: #D35047;
}
</style>