Shades of Valencia #D75447
Tints of Valencia #D75447
RGB
CMYK
RGB Variations
Color information
#D75447 (or 0xD75447) is known color: Valencia. HEX triplet: D7, 54 and 47. RGB value is (215,84,71). Sum of RGB (Red+Green+Blue) = 215+84+71=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D75447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75447 is #28ABB8. Grayscale: #797979. Windows color (decimal): -2665401 or 4674775. OLE color: 4674775.
HSL color Cylindrical-coordinate representation of color #D75447: hue angle of 5.42º 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 #D75447 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 71 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.16 |
| HSL | 5.42º | 0.64% | 0.56% | - |
| HSV(B) | 5.42º | 0.67% | 0.84% | - |
| XYZ | 32.33 | 21.24 | 8.36 | - |
| YUV | 121.69 | 99.4 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 71 | 0 | 0.61 | 0.67 | 0.16 | 5.42 | 0.64 | 0.56 |
| Hex | D7 | 54 | 47 | 0 | 3D | 43 | 10 | 5 | 40 | 38 |
| Octal | 327 | 124 | 107 | 0 | 75 | 103 | 20 | 5 | 100 | 70 |
| Binary | 11010111 | 1010100 | 1000111 | 0 | 111101 | 1000011 | 10000 | 101 | 1000000 | 111000 |
Color Harmonies of #D75447
Complementary color
Monochromatic Colors of #D75447
Black with #D75447
Text Example
Text Example
White with #D75447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75447; }
p { color: rgb(215,84,71); }
H1.HeaderClassName
{
color: #D75447;
}
.AnyTagClassName
{
color: #D75447;
}
</style>
background-color css
<style>
a { background-color: #D75447; }
a { background-color: rgb(215,84,71); }
div.DivClassName
{
background-color: #D75447;
}
.BgClassName
{
background-color: #D75447;
}
</style>
border-color css
<style>
span { border-color: #D75447; }
span { border-color: rgb(215,84,71); }
td.TdClassName
{
border-color: #D75447;
}
.TagClassName
{
border-color: #D75447;
}
</style>