Shades of Valencia #D35451
Tints of Valencia #D35451
RGB
CMYK
RGB Variations
Color information
#D35451 (or 0xD35451) is known color: Valencia. HEX triplet: D3, 54 and 51. RGB value is (211,84,81). Sum of RGB (Red+Green+Blue) = 211+84+81=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D35451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35451 is #2CABAE. Grayscale: #797979. Windows color (decimal): -2927535 or 5330131. OLE color: 5330131.
HSL color Cylindrical-coordinate representation of color #D35451: hue angle of 1.38º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D35451 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 84 | 81 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.17 |
| HSL | 1.38º | 0.6% | 0.57% | - |
| HSV(B) | 1.38º | 0.62% | 0.83% | - |
| XYZ | 31.52 | 20.78 | 10.13 | - |
| YUV | 121.63 | 105.08 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 84 | 81 | 0 | 0.60 | 0.62 | 0.17 | 1.38 | 0.6 | 0.57 |
| Hex | D3 | 54 | 51 | 0 | 3C | 3E | 11 | 1 | 3C | 39 |
| Octal | 323 | 124 | 121 | 0 | 74 | 76 | 21 | 1 | 74 | 71 |
| Binary | 11010011 | 1010100 | 1010001 | 0 | 111100 | 111110 | 10001 | 1 | 111100 | 111001 |
Color Harmonies of #D35451
Complementary color
Monochromatic Colors of #D35451
Black with #D35451
Text Example
Text Example
White with #D35451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35451; }
p { color: rgb(211,84,81); }
H1.HeaderClassName
{
color: #D35451;
}
.AnyTagClassName
{
color: #D35451;
}
</style>
background-color css
<style>
a { background-color: #D35451; }
a { background-color: rgb(211,84,81); }
div.DivClassName
{
background-color: #D35451;
}
.BgClassName
{
background-color: #D35451;
}
</style>
border-color css
<style>
span { border-color: #D35451; }
span { border-color: rgb(211,84,81); }
td.TdClassName
{
border-color: #D35451;
}
.TagClassName
{
border-color: #D35451;
}
</style>