Shades of Valencia #D35446
Tints of Valencia #D35446
RGB
CMYK
RGB Variations
Color information
#D35446 (or 0xD35446) is known color: Valencia. HEX triplet: D3, 54 and 46. RGB value is (211,84,70). Sum of RGB (Red+Green+Blue) = 211+84+70=365 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.81% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 211 - color contains mainly: red. Hex color #D35446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35446 is #2CABB9. Grayscale: #787878. Windows color (decimal): -2927546 or 4609235. OLE color: 4609235.
HSL color Cylindrical-coordinate representation of color #D35446: hue angle of 5.96º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D35446 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 84 | 70 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.17 |
| HSL | 5.96º | 0.62% | 0.55% | - |
| HSV(B) | 5.96º | 0.67% | 0.83% | - |
| XYZ | 31.14 | 20.63 | 8.14 | - |
| YUV | 120.38 | 99.58 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 84 | 70 | 0 | 0.60 | 0.67 | 0.17 | 5.96 | 0.62 | 0.55 |
| Hex | D3 | 54 | 46 | 0 | 3C | 43 | 11 | 6 | 3E | 37 |
| Octal | 323 | 124 | 106 | 0 | 74 | 103 | 21 | 6 | 76 | 67 |
| Binary | 11010011 | 1010100 | 1000110 | 0 | 111100 | 1000011 | 10001 | 110 | 111110 | 110111 |
Color Harmonies of #D35446
Complementary color
Monochromatic Colors of #D35446
Black with #D35446
Text Example
Text Example
White with #D35446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35446; }
p { color: rgb(211,84,70); }
H1.HeaderClassName
{
color: #D35446;
}
.AnyTagClassName
{
color: #D35446;
}
</style>
background-color css
<style>
a { background-color: #D35446; }
a { background-color: rgb(211,84,70); }
div.DivClassName
{
background-color: #D35446;
}
.BgClassName
{
background-color: #D35446;
}
</style>
border-color css
<style>
span { border-color: #D35446; }
span { border-color: rgb(211,84,70); }
td.TdClassName
{
border-color: #D35446;
}
.TagClassName
{
border-color: #D35446;
}
</style>