Shades of Valencia #D75250
Tints of Valencia #D75250
RGB
CMYK
RGB Variations
Color information
#D75250 (or 0xD75250) is known color: Valencia. HEX triplet: D7, 52 and 50. RGB value is (215,82,80). Sum of RGB (Red+Green+Blue) = 215+82+80=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D75250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75250 is #28ADAF. Grayscale: #797979. Windows color (decimal): -2665904 or 5264087. OLE color: 5264087.
HSL color Cylindrical-coordinate representation of color #D75250: hue angle of 0.89º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D75250 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 80 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.16 |
| HSL | 0.89º | 0.63% | 0.58% | - |
| HSV(B) | 0.89º | 0.63% | 0.84% | - |
| XYZ | 32.49 | 21.06 | 9.94 | - |
| YUV | 121.54 | 104.56 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 80 | 0 | 0.62 | 0.63 | 0.16 | 0.89 | 0.63 | 0.58 |
| Hex | D7 | 52 | 50 | 0 | 3E | 3F | 10 | 1 | 3F | 3A |
| Octal | 327 | 122 | 120 | 0 | 76 | 77 | 20 | 1 | 77 | 72 |
| Binary | 11010111 | 1010010 | 1010000 | 0 | 111110 | 111111 | 10000 | 1 | 111111 | 111010 |
Color Harmonies of #D75250
Complementary color
Monochromatic Colors of #D75250
Black with #D75250
Text Example
Text Example
White with #D75250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75250; }
p { color: rgb(215,82,80); }
H1.HeaderClassName
{
color: #D75250;
}
.AnyTagClassName
{
color: #D75250;
}
</style>
background-color css
<style>
a { background-color: #D75250; }
a { background-color: rgb(215,82,80); }
div.DivClassName
{
background-color: #D75250;
}
.BgClassName
{
background-color: #D75250;
}
</style>
border-color css
<style>
span { border-color: #D75250; }
span { border-color: rgb(215,82,80); }
td.TdClassName
{
border-color: #D75250;
}
.TagClassName
{
border-color: #D75250;
}
</style>