Shades of Valencia #D55E4F
Tints of Valencia #D55E4F
RGB
CMYK
RGB Variations
Color information
#D55E4F (or 0xD55E4F) is known color: Valencia. HEX triplet: D5, 5E and 4F. RGB value is (213,94,79). Sum of RGB (Red+Green+Blue) = 213+94+79=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55E4F is #2AA1B0. Grayscale: #808080. Windows color (decimal): -2793905 or 5201621. OLE color: 5201621.
HSL color Cylindrical-coordinate representation of color #D55E4F: hue angle of 6.72º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D55E4F is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 79 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.16 |
| HSL | 6.72º | 0.61% | 0.57% | - |
| HSV(B) | 6.72º | 0.63% | 0.84% | - |
| XYZ | 32.85 | 22.72 | 10.05 | - |
| YUV | 127.87 | 100.42 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 79 | 0 | 0.56 | 0.63 | 0.16 | 6.72 | 0.61 | 0.57 |
| Hex | D5 | 5E | 4F | 0 | 38 | 3F | 10 | 7 | 3D | 39 |
| Octal | 325 | 136 | 117 | 0 | 70 | 77 | 20 | 7 | 75 | 71 |
| Binary | 11010101 | 1011110 | 1001111 | 0 | 111000 | 111111 | 10000 | 111 | 111101 | 111001 |
Color Harmonies of #D55E4F
Complementary color
Monochromatic Colors of #D55E4F
Black with #D55E4F
Text Example
Text Example
White with #D55E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55E4F; }
p { color: rgb(213,94,79); }
H1.HeaderClassName
{
color: #D55E4F;
}
.AnyTagClassName
{
color: #D55E4F;
}
</style>
background-color css
<style>
a { background-color: #D55E4F; }
a { background-color: rgb(213,94,79); }
div.DivClassName
{
background-color: #D55E4F;
}
.BgClassName
{
background-color: #D55E4F;
}
</style>
border-color css
<style>
span { border-color: #D55E4F; }
span { border-color: rgb(213,94,79); }
td.TdClassName
{
border-color: #D55E4F;
}
.TagClassName
{
border-color: #D55E4F;
}
</style>