Shades of Valencia #D75453
Tints of Valencia #D75453
RGB
CMYK
RGB Variations
Color information
#D75453 (or 0xD75453) is known color: Valencia. HEX triplet: D7, 54 and 53. RGB value is (215,84,83). Sum of RGB (Red+Green+Blue) = 215+84+83=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D75453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75453 is #28ABAC. Grayscale: #7B7B7B. Windows color (decimal): -2665389 or 5461207. OLE color: 5461207.
HSL color Cylindrical-coordinate representation of color #D75453: hue angle of 0.45º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D75453 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 83 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.16 |
| HSL | 0.45º | 0.62% | 0.58% | - |
| HSV(B) | 0.45º | 0.61% | 0.84% | - |
| XYZ | 32.76 | 21.41 | 10.59 | - |
| YUV | 123.06 | 105.4 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 83 | 0 | 0.61 | 0.61 | 0.16 | 0.45 | 0.62 | 0.58 |
| Hex | D7 | 54 | 53 | 0 | 3D | 3D | 10 | 0 | 3E | 3A |
| Octal | 327 | 124 | 123 | 0 | 75 | 75 | 20 | 0 | 76 | 72 |
| Binary | 11010111 | 1010100 | 1010011 | 0 | 111101 | 111101 | 10000 | 0 | 111110 | 111010 |
Color Harmonies of #D75453
Complementary color
Monochromatic Colors of #D75453
Black with #D75453
Text Example
Text Example
White with #D75453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75453; }
p { color: rgb(215,84,83); }
H1.HeaderClassName
{
color: #D75453;
}
.AnyTagClassName
{
color: #D75453;
}
</style>
background-color css
<style>
a { background-color: #D75453; }
a { background-color: rgb(215,84,83); }
div.DivClassName
{
background-color: #D75453;
}
.BgClassName
{
background-color: #D75453;
}
</style>
border-color css
<style>
span { border-color: #D75453; }
span { border-color: rgb(215,84,83); }
td.TdClassName
{
border-color: #D75453;
}
.TagClassName
{
border-color: #D75453;
}
</style>