Shades of Valencia #D75954
Tints of Valencia #D75954
RGB
CMYK
RGB Variations
Color information
#D75954 (or 0xD75954) is known color: Valencia. HEX triplet: D7, 59 and 54. RGB value is (215,89,84). Sum of RGB (Red+Green+Blue) = 215+89+84=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D75954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75954 is #28A6AB. Grayscale: #7E7E7E. Windows color (decimal): -2664108 or 5528023. OLE color: 5528023.
HSL color Cylindrical-coordinate representation of color #D75954: hue angle of 2.29º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D75954 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 84 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.16 |
| HSL | 2.29º | 0.62% | 0.59% | - |
| HSV(B) | 2.29º | 0.61% | 0.84% | - |
| XYZ | 33.2 | 22.23 | 10.93 | - |
| YUV | 126.1 | 104.24 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 84 | 0 | 0.59 | 0.61 | 0.16 | 2.29 | 0.62 | 0.59 |
| Hex | D7 | 59 | 54 | 0 | 3B | 3D | 10 | 2 | 3E | 3B |
| Octal | 327 | 131 | 124 | 0 | 73 | 75 | 20 | 2 | 76 | 73 |
| Binary | 11010111 | 1011001 | 1010100 | 0 | 111011 | 111101 | 10000 | 10 | 111110 | 111011 |
Color Harmonies of #D75954
Complementary color
Monochromatic Colors of #D75954
Black with #D75954
Text Example
Text Example
White with #D75954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75954; }
p { color: rgb(215,89,84); }
H1.HeaderClassName
{
color: #D75954;
}
.AnyTagClassName
{
color: #D75954;
}
</style>
background-color css
<style>
a { background-color: #D75954; }
a { background-color: rgb(215,89,84); }
div.DivClassName
{
background-color: #D75954;
}
.BgClassName
{
background-color: #D75954;
}
</style>
border-color css
<style>
span { border-color: #D75954; }
span { border-color: rgb(215,89,84); }
td.TdClassName
{
border-color: #D75954;
}
.TagClassName
{
border-color: #D75954;
}
</style>