Shades of Valencia #D55451
Tints of Valencia #D55451
RGB
CMYK
RGB Variations
Color information
#D55451 (or 0xD55451) is known color: Valencia. HEX triplet: D5, 54 and 51. RGB value is (213,84,81). Sum of RGB (Red+Green+Blue) = 213+84+81=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D55451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55451 is #2AABAE. Grayscale: #7A7A7A. Windows color (decimal): -2796463 or 5330133. OLE color: 5330133.
HSL color Cylindrical-coordinate representation of color #D55451: hue angle of 1.36º degrees, saturation: 0.61, 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 #D55451 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 81 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.16 |
| HSL | 1.36º | 0.61% | 0.58% | - |
| HSV(B) | 1.36º | 0.62% | 0.84% | - |
| XYZ | 32.1 | 21.08 | 10.16 | - |
| YUV | 122.23 | 104.74 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 81 | 0 | 0.61 | 0.62 | 0.16 | 1.36 | 0.61 | 0.58 |
| Hex | D5 | 54 | 51 | 0 | 3D | 3E | 10 | 1 | 3D | 3A |
| Octal | 325 | 124 | 121 | 0 | 75 | 76 | 20 | 1 | 75 | 72 |
| Binary | 11010101 | 1010100 | 1010001 | 0 | 111101 | 111110 | 10000 | 1 | 111101 | 111010 |
Color Harmonies of #D55451
Complementary color
Monochromatic Colors of #D55451
Black with #D55451
Text Example
Text Example
White with #D55451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55451; }
p { color: rgb(213,84,81); }
H1.HeaderClassName
{
color: #D55451;
}
.AnyTagClassName
{
color: #D55451;
}
</style>
background-color css
<style>
a { background-color: #D55451; }
a { background-color: rgb(213,84,81); }
div.DivClassName
{
background-color: #D55451;
}
.BgClassName
{
background-color: #D55451;
}
</style>
border-color css
<style>
span { border-color: #D55451; }
span { border-color: rgb(213,84,81); }
td.TdClassName
{
border-color: #D55451;
}
.TagClassName
{
border-color: #D55451;
}
</style>