Shades of Valencia #D75E4B
Tints of Valencia #D75E4B
RGB
CMYK
RGB Variations
Color information
#D75E4B (or 0xD75E4B) is known color: Valencia. HEX triplet: D7, 5E and 4B. RGB value is (215,94,75). Sum of RGB (Red+Green+Blue) = 215+94+75=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75E4B is #28A1B4. Grayscale: #808080. Windows color (decimal): -2662837 or 4939479. OLE color: 4939479.
HSL color Cylindrical-coordinate representation of color #D75E4B: hue angle of 8.14º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D75E4B is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 94 | 75 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.16 |
| HSL | 8.14º | 0.64% | 0.57% | - |
| HSV(B) | 8.14º | 0.65% | 0.84% | - |
| XYZ | 33.3 | 22.96 | 9.33 | - |
| YUV | 128.01 | 98.09 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 94 | 75 | 0 | 0.56 | 0.65 | 0.16 | 8.14 | 0.64 | 0.57 |
| Hex | D7 | 5E | 4B | 0 | 38 | 41 | 10 | 8 | 40 | 39 |
| Octal | 327 | 136 | 113 | 0 | 70 | 101 | 20 | 10 | 100 | 71 |
| Binary | 11010111 | 1011110 | 1001011 | 0 | 111000 | 1000001 | 10000 | 1000 | 1000000 | 111001 |
Color Harmonies of #D75E4B
Complementary color
Monochromatic Colors of #D75E4B
Black with #D75E4B
Text Example
Text Example
White with #D75E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75E4B; }
p { color: rgb(215,94,75); }
H1.HeaderClassName
{
color: #D75E4B;
}
.AnyTagClassName
{
color: #D75E4B;
}
</style>
background-color css
<style>
a { background-color: #D75E4B; }
a { background-color: rgb(215,94,75); }
div.DivClassName
{
background-color: #D75E4B;
}
.BgClassName
{
background-color: #D75E4B;
}
</style>
border-color css
<style>
span { border-color: #D75E4B; }
span { border-color: rgb(215,94,75); }
td.TdClassName
{
border-color: #D75E4B;
}
.TagClassName
{
border-color: #D75E4B;
}
</style>