Shades of Valencia #D75947
Tints of Valencia #D75947
RGB
CMYK
RGB Variations
Color information
#D75947 (or 0xD75947) is known color: Valencia. HEX triplet: D7, 59 and 47. RGB value is (215,89,71). Sum of RGB (Red+Green+Blue) = 215+89+71=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D75947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75947 is #28A6B8. Grayscale: #7C7C7C. Windows color (decimal): -2664121 or 4676055. OLE color: 4676055.
HSL color Cylindrical-coordinate representation of color #D75947: hue angle of 7.5º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D75947 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 71 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.16 |
| HSL | 7.5º | 0.64% | 0.56% | - |
| HSV(B) | 7.5º | 0.67% | 0.84% | - |
| XYZ | 32.73 | 22.05 | 8.49 | - |
| YUV | 124.62 | 97.74 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 71 | 0 | 0.59 | 0.67 | 0.16 | 7.5 | 0.64 | 0.56 |
| Hex | D7 | 59 | 47 | 0 | 3B | 43 | 10 | 8 | 40 | 38 |
| Octal | 327 | 131 | 107 | 0 | 73 | 103 | 20 | 10 | 100 | 70 |
| Binary | 11010111 | 1011001 | 1000111 | 0 | 111011 | 1000011 | 10000 | 1000 | 1000000 | 111000 |
Color Harmonies of #D75947
Complementary color
Monochromatic Colors of #D75947
Black with #D75947
Text Example
Text Example
White with #D75947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75947; }
p { color: rgb(215,89,71); }
H1.HeaderClassName
{
color: #D75947;
}
.AnyTagClassName
{
color: #D75947;
}
</style>
background-color css
<style>
a { background-color: #D75947; }
a { background-color: rgb(215,89,71); }
div.DivClassName
{
background-color: #D75947;
}
.BgClassName
{
background-color: #D75947;
}
</style>
border-color css
<style>
span { border-color: #D75947; }
span { border-color: rgb(215,89,71); }
td.TdClassName
{
border-color: #D75947;
}
.TagClassName
{
border-color: #D75947;
}
</style>