Shades of Valencia #D95947
Tints of Valencia #D95947
RGB
CMYK
RGB Variations
Color information
#D95947 (or 0xD95947) is known color: Valencia. HEX triplet: D9, 59 and 47. RGB value is (217,89,71). Sum of RGB (Red+Green+Blue) = 217+89+71=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D95947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95947 is #26A6B8. Grayscale: #7D7D7D. Windows color (decimal): -2533049 or 4676057. OLE color: 4676057.
HSL color Cylindrical-coordinate representation of color #D95947: hue angle of 7.4º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D95947 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 89 | 71 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.15 |
| HSL | 7.4º | 0.66% | 0.56% | - |
| HSV(B) | 7.4º | 0.67% | 0.85% | - |
| XYZ | 33.32 | 22.35 | 8.52 | - |
| YUV | 125.22 | 97.41 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 71 | 0 | 0.59 | 0.67 | 0.15 | 7.4 | 0.66 | 0.56 |
| Hex | D9 | 59 | 47 | 0 | 3B | 43 | F | 7 | 42 | 38 |
| Octal | 331 | 131 | 107 | 0 | 73 | 103 | 17 | 7 | 102 | 70 |
| Binary | 11011001 | 1011001 | 1000111 | 0 | 111011 | 1000011 | 1111 | 111 | 1000010 | 111000 |
Color Harmonies of #D95947
Complementary color
Monochromatic Colors of #D95947
Black with #D95947
Text Example
Text Example
White with #D95947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95947; }
p { color: rgb(217,89,71); }
H1.HeaderClassName
{
color: #D95947;
}
.AnyTagClassName
{
color: #D95947;
}
</style>
background-color css
<style>
a { background-color: #D95947; }
a { background-color: rgb(217,89,71); }
div.DivClassName
{
background-color: #D95947;
}
.BgClassName
{
background-color: #D95947;
}
</style>
border-color css
<style>
span { border-color: #D95947; }
span { border-color: rgb(217,89,71); }
td.TdClassName
{
border-color: #D95947;
}
.TagClassName
{
border-color: #D95947;
}
</style>