Shades of Valencia #D55C50
Tints of Valencia #D55C50
RGB
CMYK
RGB Variations
Color information
#D55C50 (or 0xD55C50) is known color: Valencia. HEX triplet: D5, 5C and 50. RGB value is (213,92,80). Sum of RGB (Red+Green+Blue) = 213+92+80=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55C50 is #2AA3AF. Grayscale: #7E7E7E. Windows color (decimal): -2794416 or 5266645. OLE color: 5266645.
HSL color Cylindrical-coordinate representation of color #D55C50: hue angle of 5.41º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55C50 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 92 | 80 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.16 |
| HSL | 5.41º | 0.61% | 0.57% | - |
| HSV(B) | 5.41º | 0.62% | 0.84% | - |
| XYZ | 32.72 | 22.38 | 10.18 | - |
| YUV | 126.81 | 101.59 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 80 | 0 | 0.57 | 0.62 | 0.16 | 5.41 | 0.61 | 0.57 |
| Hex | D5 | 5C | 50 | 0 | 39 | 3E | 10 | 5 | 3D | 39 |
| Octal | 325 | 134 | 120 | 0 | 71 | 76 | 20 | 5 | 75 | 71 |
| Binary | 11010101 | 1011100 | 1010000 | 0 | 111001 | 111110 | 10000 | 101 | 111101 | 111001 |
Color Harmonies of #D55C50
Complementary color
Monochromatic Colors of #D55C50
Black with #D55C50
Text Example
Text Example
White with #D55C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55C50; }
p { color: rgb(213,92,80); }
H1.HeaderClassName
{
color: #D55C50;
}
.AnyTagClassName
{
color: #D55C50;
}
</style>
background-color css
<style>
a { background-color: #D55C50; }
a { background-color: rgb(213,92,80); }
div.DivClassName
{
background-color: #D55C50;
}
.BgClassName
{
background-color: #D55C50;
}
</style>
border-color css
<style>
span { border-color: #D55C50; }
span { border-color: rgb(213,92,80); }
td.TdClassName
{
border-color: #D55C50;
}
.TagClassName
{
border-color: #D55C50;
}
</style>