Shades of Valencia #D75C4F
Tints of Valencia #D75C4F
RGB
CMYK
RGB Variations
Color information
#D75C4F (or 0xD75C4F) is known color: Valencia. HEX triplet: D7, 5C and 4F. RGB value is (215,92,79). Sum of RGB (Red+Green+Blue) = 215+92+79=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75C4F is #28A3B0. Grayscale: #7F7F7F. Windows color (decimal): -2663345 or 5201111. OLE color: 5201111.
HSL color Cylindrical-coordinate representation of color #D75C4F: hue angle of 5.74º 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 #D75C4F is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 92 | 79 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.16 |
| HSL | 5.74º | 0.63% | 0.58% | - |
| HSV(B) | 5.74º | 0.63% | 0.84% | - |
| XYZ | 33.26 | 22.67 | 10.02 | - |
| YUV | 127.3 | 100.75 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 92 | 79 | 0 | 0.57 | 0.63 | 0.16 | 5.74 | 0.63 | 0.58 |
| Hex | D7 | 5C | 4F | 0 | 39 | 3F | 10 | 6 | 3F | 3A |
| Octal | 327 | 134 | 117 | 0 | 71 | 77 | 20 | 6 | 77 | 72 |
| Binary | 11010111 | 1011100 | 1001111 | 0 | 111001 | 111111 | 10000 | 110 | 111111 | 111010 |
Color Harmonies of #D75C4F
Complementary color
Monochromatic Colors of #D75C4F
Black with #D75C4F
Text Example
Text Example
White with #D75C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75C4F; }
p { color: rgb(215,92,79); }
H1.HeaderClassName
{
color: #D75C4F;
}
.AnyTagClassName
{
color: #D75C4F;
}
</style>
background-color css
<style>
a { background-color: #D75C4F; }
a { background-color: rgb(215,92,79); }
div.DivClassName
{
background-color: #D75C4F;
}
.BgClassName
{
background-color: #D75C4F;
}
</style>
border-color css
<style>
span { border-color: #D75C4F; }
span { border-color: rgb(215,92,79); }
td.TdClassName
{
border-color: #D75C4F;
}
.TagClassName
{
border-color: #D75C4F;
}
</style>