Shades of Valencia #D75251
Tints of Valencia #D75251
RGB
CMYK
RGB Variations
Color information
#D75251 (or 0xD75251) is known color: Valencia. HEX triplet: D7, 52 and 51. RGB value is (215,82,81). Sum of RGB (Red+Green+Blue) = 215+82+81=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D75251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75251 is #28ADAE. Grayscale: #797979. Windows color (decimal): -2665903 or 5329623. OLE color: 5329623.
HSL color Cylindrical-coordinate representation of color #D75251: hue angle of 0.45º degrees, saturation: 0.63, 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 #D75251 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 81 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.16 |
| HSL | 0.45º | 0.63% | 0.58% | - |
| HSV(B) | 0.45º | 0.62% | 0.84% | - |
| XYZ | 32.53 | 21.08 | 10.14 | - |
| YUV | 121.65 | 105.06 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 81 | 0 | 0.62 | 0.62 | 0.16 | 0.45 | 0.63 | 0.58 |
| Hex | D7 | 52 | 51 | 0 | 3E | 3E | 10 | 0 | 3F | 3A |
| Octal | 327 | 122 | 121 | 0 | 76 | 76 | 20 | 0 | 77 | 72 |
| Binary | 11010111 | 1010010 | 1010001 | 0 | 111110 | 111110 | 10000 | 0 | 111111 | 111010 |
Color Harmonies of #D75251
Complementary color
Monochromatic Colors of #D75251
Black with #D75251
Text Example
Text Example
White with #D75251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75251; }
p { color: rgb(215,82,81); }
H1.HeaderClassName
{
color: #D75251;
}
.AnyTagClassName
{
color: #D75251;
}
</style>
background-color css
<style>
a { background-color: #D75251; }
a { background-color: rgb(215,82,81); }
div.DivClassName
{
background-color: #D75251;
}
.BgClassName
{
background-color: #D75251;
}
</style>
border-color css
<style>
span { border-color: #D75251; }
span { border-color: rgb(215,82,81); }
td.TdClassName
{
border-color: #D75251;
}
.TagClassName
{
border-color: #D75251;
}
</style>