Shades of Valencia #D75D52
Tints of Valencia #D75D52
RGB
CMYK
RGB Variations
Color information
#D75D52 (or 0xD75D52) is known color: Valencia. HEX triplet: D7, 5D and 52. RGB value is (215,93,82). Sum of RGB (Red+Green+Blue) = 215+93+82=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75D52 is #28A2AD. Grayscale: #808080. Windows color (decimal): -2663086 or 5397975. OLE color: 5397975.
HSL color Cylindrical-coordinate representation of color #D75D52: hue angle of 4.96º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D75D52 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 93 | 82 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.16 |
| HSL | 4.96º | 0.62% | 0.58% | - |
| HSV(B) | 4.96º | 0.62% | 0.84% | - |
| XYZ | 33.46 | 22.88 | 10.64 | - |
| YUV | 128.22 | 101.92 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 82 | 0 | 0.57 | 0.62 | 0.16 | 4.96 | 0.62 | 0.58 |
| Hex | D7 | 5D | 52 | 0 | 39 | 3E | 10 | 5 | 3E | 3A |
| Octal | 327 | 135 | 122 | 0 | 71 | 76 | 20 | 5 | 76 | 72 |
| Binary | 11010111 | 1011101 | 1010010 | 0 | 111001 | 111110 | 10000 | 101 | 111110 | 111010 |
Color Harmonies of #D75D52
Complementary color
Monochromatic Colors of #D75D52
Black with #D75D52
Text Example
Text Example
White with #D75D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75D52; }
p { color: rgb(215,93,82); }
H1.HeaderClassName
{
color: #D75D52;
}
.AnyTagClassName
{
color: #D75D52;
}
</style>
background-color css
<style>
a { background-color: #D75D52; }
a { background-color: rgb(215,93,82); }
div.DivClassName
{
background-color: #D75D52;
}
.BgClassName
{
background-color: #D75D52;
}
</style>
border-color css
<style>
span { border-color: #D75D52; }
span { border-color: rgb(215,93,82); }
td.TdClassName
{
border-color: #D75D52;
}
.TagClassName
{
border-color: #D75D52;
}
</style>