Shades of Valencia #D26151
Tints of Valencia #D26151
RGB
CMYK
RGB Variations
Color information
#D26151 (or 0xD26151) is known color: Valencia. HEX triplet: D2, 61 and 51. RGB value is (210,97,81). Sum of RGB (Red+Green+Blue) = 210+97+81=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D26151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26151 is #2D9EAE. Grayscale: #818181. Windows color (decimal): -2989743 or 5333458. OLE color: 5333458.
HSL color Cylindrical-coordinate representation of color #D26151: hue angle of 7.44º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D26151 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 81 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.18 |
| HSL | 7.44º | 0.59% | 0.57% | - |
| HSV(B) | 7.44º | 0.61% | 0.82% | - |
| XYZ | 32.34 | 22.85 | 10.49 | - |
| YUV | 128.96 | 100.94 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 81 | 0 | 0.54 | 0.61 | 0.18 | 7.44 | 0.59 | 0.57 |
| Hex | D2 | 61 | 51 | 0 | 36 | 3D | 12 | 7 | 3B | 39 |
| Octal | 322 | 141 | 121 | 0 | 66 | 75 | 22 | 7 | 73 | 71 |
| Binary | 11010010 | 1100001 | 1010001 | 0 | 110110 | 111101 | 10010 | 111 | 111011 | 111001 |
Color Harmonies of #D26151
Complementary color
Monochromatic Colors of #D26151
Black with #D26151
Text Example
Text Example
White with #D26151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26151; }
p { color: rgb(210,97,81); }
H1.HeaderClassName
{
color: #D26151;
}
.AnyTagClassName
{
color: #D26151;
}
</style>
background-color css
<style>
a { background-color: #D26151; }
a { background-color: rgb(210,97,81); }
div.DivClassName
{
background-color: #D26151;
}
.BgClassName
{
background-color: #D26151;
}
</style>
border-color css
<style>
span { border-color: #D26151; }
span { border-color: rgb(210,97,81); }
td.TdClassName
{
border-color: #D26151;
}
.TagClassName
{
border-color: #D26151;
}
</style>