Shades of Valencia #D75A55
Tints of Valencia #D75A55
RGB
CMYK
RGB Variations
Color information
#D75A55 (or 0xD75A55) is known color: Valencia. HEX triplet: D7, 5A and 55. RGB value is (215,90,85). Sum of RGB (Red+Green+Blue) = 215+90+85=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75A55 is #28A5AA. Grayscale: #7E7E7E. Windows color (decimal): -2663851 or 5593815. OLE color: 5593815.
HSL color Cylindrical-coordinate representation of color #D75A55: hue angle of 2.31º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D75A55 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 90 | 85 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.16 |
| HSL | 2.31º | 0.62% | 0.59% | - |
| HSV(B) | 2.31º | 0.6% | 0.84% | - |
| XYZ | 33.32 | 22.42 | 11.16 | - |
| YUV | 126.81 | 104.41 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 90 | 85 | 0 | 0.58 | 0.60 | 0.16 | 2.31 | 0.62 | 0.59 |
| Hex | D7 | 5A | 55 | 0 | 3A | 3C | 10 | 2 | 3E | 3B |
| Octal | 327 | 132 | 125 | 0 | 72 | 74 | 20 | 2 | 76 | 73 |
| Binary | 11010111 | 1011010 | 1010101 | 0 | 111010 | 111100 | 10000 | 10 | 111110 | 111011 |
Color Harmonies of #D75A55
Complementary color
Monochromatic Colors of #D75A55
Black with #D75A55
Text Example
Text Example
White with #D75A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75A55; }
p { color: rgb(215,90,85); }
H1.HeaderClassName
{
color: #D75A55;
}
.AnyTagClassName
{
color: #D75A55;
}
</style>
background-color css
<style>
a { background-color: #D75A55; }
a { background-color: rgb(215,90,85); }
div.DivClassName
{
background-color: #D75A55;
}
.BgClassName
{
background-color: #D75A55;
}
</style>
border-color css
<style>
span { border-color: #D75A55; }
span { border-color: rgb(215,90,85); }
td.TdClassName
{
border-color: #D75A55;
}
.TagClassName
{
border-color: #D75A55;
}
</style>