Shades of Valencia #D75750
Tints of Valencia #D75750
RGB
CMYK
RGB Variations
Color information
#D75750 (or 0xD75750) is known color: Valencia. HEX triplet: D7, 57 and 50. RGB value is (215,87,80). Sum of RGB (Red+Green+Blue) = 215+87+80=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D75750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75750 is #28A8AF. Grayscale: #7C7C7C. Windows color (decimal): -2664624 or 5265367. OLE color: 5265367.
HSL color Cylindrical-coordinate representation of color #D75750: hue angle of 3.11º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D75750 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 87 | 80 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.16 |
| HSL | 3.11º | 0.63% | 0.58% | - |
| HSV(B) | 3.11º | 0.63% | 0.84% | - |
| XYZ | 32.88 | 21.84 | 10.07 | - |
| YUV | 124.47 | 102.91 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 80 | 0 | 0.60 | 0.63 | 0.16 | 3.11 | 0.63 | 0.58 |
| Hex | D7 | 57 | 50 | 0 | 3C | 3F | 10 | 3 | 3F | 3A |
| Octal | 327 | 127 | 120 | 0 | 74 | 77 | 20 | 3 | 77 | 72 |
| Binary | 11010111 | 1010111 | 1010000 | 0 | 111100 | 111111 | 10000 | 11 | 111111 | 111010 |
Color Harmonies of #D75750
Complementary color
Monochromatic Colors of #D75750
Black with #D75750
Text Example
Text Example
White with #D75750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75750; }
p { color: rgb(215,87,80); }
H1.HeaderClassName
{
color: #D75750;
}
.AnyTagClassName
{
color: #D75750;
}
</style>
background-color css
<style>
a { background-color: #D75750; }
a { background-color: rgb(215,87,80); }
div.DivClassName
{
background-color: #D75750;
}
.BgClassName
{
background-color: #D75750;
}
</style>
border-color css
<style>
span { border-color: #D75750; }
span { border-color: rgb(215,87,80); }
td.TdClassName
{
border-color: #D75750;
}
.TagClassName
{
border-color: #D75750;
}
</style>