Shades of Valencia #D95546
Tints of Valencia #D95546
RGB
CMYK
RGB Variations
Color information
#D95546 (or 0xD95546) is known color: Valencia. HEX triplet: D9, 55 and 46. RGB value is (217,85,70). Sum of RGB (Red+Green+Blue) = 217+85+70=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D95546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95546 is #26AAB9. Grayscale: #7A7A7A. Windows color (decimal): -2534074 or 4609497. OLE color: 4609497.
HSL color Cylindrical-coordinate representation of color #D95546: hue angle of 6.12º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D95546 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 70 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.15 |
| HSL | 6.12º | 0.66% | 0.56% | - |
| HSV(B) | 6.12º | 0.68% | 0.85% | - |
| XYZ | 32.97 | 21.69 | 8.24 | - |
| YUV | 122.76 | 98.23 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 70 | 0 | 0.61 | 0.68 | 0.15 | 6.12 | 0.66 | 0.56 |
| Hex | D9 | 55 | 46 | 0 | 3D | 44 | F | 6 | 42 | 38 |
| Octal | 331 | 125 | 106 | 0 | 75 | 104 | 17 | 6 | 102 | 70 |
| Binary | 11011001 | 1010101 | 1000110 | 0 | 111101 | 1000100 | 1111 | 110 | 1000010 | 111000 |
Color Harmonies of #D95546
Complementary color
Monochromatic Colors of #D95546
Black with #D95546
Text Example
Text Example
White with #D95546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95546; }
p { color: rgb(217,85,70); }
H1.HeaderClassName
{
color: #D95546;
}
.AnyTagClassName
{
color: #D95546;
}
</style>
background-color css
<style>
a { background-color: #D95546; }
a { background-color: rgb(217,85,70); }
div.DivClassName
{
background-color: #D95546;
}
.BgClassName
{
background-color: #D95546;
}
</style>
border-color css
<style>
span { border-color: #D95546; }
span { border-color: rgb(217,85,70); }
td.TdClassName
{
border-color: #D95546;
}
.TagClassName
{
border-color: #D95546;
}
</style>