Shades of Valencia #D75C54
Tints of Valencia #D75C54
RGB
CMYK
RGB Variations
Color information
#D75C54 (or 0xD75C54) is known color: Valencia. HEX triplet: D7, 5C and 54. RGB value is (215,92,84). Sum of RGB (Red+Green+Blue) = 215+92+84=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75C54 is #28A3AB. Grayscale: #808080. Windows color (decimal): -2663340 or 5528791. OLE color: 5528791.
HSL color Cylindrical-coordinate representation of color #D75C54: hue angle of 3.66º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D75C54 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 92 | 84 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.16 |
| HSL | 3.66º | 0.62% | 0.59% | - |
| HSV(B) | 3.66º | 0.61% | 0.84% | - |
| XYZ | 33.45 | 22.74 | 11.01 | - |
| YUV | 127.87 | 103.25 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 92 | 84 | 0 | 0.57 | 0.61 | 0.16 | 3.66 | 0.62 | 0.59 |
| Hex | D7 | 5C | 54 | 0 | 39 | 3D | 10 | 4 | 3E | 3B |
| Octal | 327 | 134 | 124 | 0 | 71 | 75 | 20 | 4 | 76 | 73 |
| Binary | 11010111 | 1011100 | 1010100 | 0 | 111001 | 111101 | 10000 | 100 | 111110 | 111011 |
Color Harmonies of #D75C54
Complementary color
Monochromatic Colors of #D75C54
Black with #D75C54
Text Example
Text Example
White with #D75C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75C54; }
p { color: rgb(215,92,84); }
H1.HeaderClassName
{
color: #D75C54;
}
.AnyTagClassName
{
color: #D75C54;
}
</style>
background-color css
<style>
a { background-color: #D75C54; }
a { background-color: rgb(215,92,84); }
div.DivClassName
{
background-color: #D75C54;
}
.BgClassName
{
background-color: #D75C54;
}
</style>
border-color css
<style>
span { border-color: #D75C54; }
span { border-color: rgb(215,92,84); }
td.TdClassName
{
border-color: #D75C54;
}
.TagClassName
{
border-color: #D75C54;
}
</style>