Shades of Valencia #D75350
Tints of Valencia #D75350
RGB
CMYK
RGB Variations
Color information
#D75350 (or 0xD75350) is known color: Valencia. HEX triplet: D7, 53 and 50. RGB value is (215,83,80). Sum of RGB (Red+Green+Blue) = 215+83+80=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D75350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75350 is #28ACAF. Grayscale: #7A7A7A. Windows color (decimal): -2665648 or 5264343. OLE color: 5264343.
HSL color Cylindrical-coordinate representation of color #D75350: hue angle of 1.33º 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 #D75350 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 80 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.16 |
| HSL | 1.33º | 0.63% | 0.58% | - |
| HSV(B) | 1.33º | 0.63% | 0.84% | - |
| XYZ | 32.57 | 21.21 | 9.97 | - |
| YUV | 122.13 | 104.23 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 80 | 0 | 0.61 | 0.63 | 0.16 | 1.33 | 0.63 | 0.58 |
| Hex | D7 | 53 | 50 | 0 | 3D | 3F | 10 | 1 | 3F | 3A |
| Octal | 327 | 123 | 120 | 0 | 75 | 77 | 20 | 1 | 77 | 72 |
| Binary | 11010111 | 1010011 | 1010000 | 0 | 111101 | 111111 | 10000 | 1 | 111111 | 111010 |
Color Harmonies of #D75350
Complementary color
Monochromatic Colors of #D75350
Black with #D75350
Text Example
Text Example
White with #D75350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75350; }
p { color: rgb(215,83,80); }
H1.HeaderClassName
{
color: #D75350;
}
.AnyTagClassName
{
color: #D75350;
}
</style>
background-color css
<style>
a { background-color: #D75350; }
a { background-color: rgb(215,83,80); }
div.DivClassName
{
background-color: #D75350;
}
.BgClassName
{
background-color: #D75350;
}
</style>
border-color css
<style>
span { border-color: #D75350; }
span { border-color: rgb(215,83,80); }
td.TdClassName
{
border-color: #D75350;
}
.TagClassName
{
border-color: #D75350;
}
</style>