Shades of Valencia #D55E4E
Tints of Valencia #D55E4E
RGB
CMYK
RGB Variations
Color information
#D55E4E (or 0xD55E4E) is known color: Valencia. HEX triplet: D5, 5E and 4E. RGB value is (213,94,78). Sum of RGB (Red+Green+Blue) = 213+94+78=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55E4E is #2AA1B1. Grayscale: #7F7F7F. Windows color (decimal): -2793906 or 5136085. OLE color: 5136085.
HSL color Cylindrical-coordinate representation of color #D55E4E: hue angle of 7.11º degrees, saturation: 0.62, 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 #D55E4E is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 78 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.16 |
| HSL | 7.11º | 0.62% | 0.57% | - |
| HSV(B) | 7.11º | 0.63% | 0.84% | - |
| XYZ | 32.82 | 22.7 | 9.86 | - |
| YUV | 127.76 | 99.92 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 78 | 0 | 0.56 | 0.63 | 0.16 | 7.11 | 0.62 | 0.57 |
| Hex | D5 | 5E | 4E | 0 | 38 | 3F | 10 | 7 | 3E | 39 |
| Octal | 325 | 136 | 116 | 0 | 70 | 77 | 20 | 7 | 76 | 71 |
| Binary | 11010101 | 1011110 | 1001110 | 0 | 111000 | 111111 | 10000 | 111 | 111110 | 111001 |
Color Harmonies of #D55E4E
Complementary color
Monochromatic Colors of #D55E4E
Black with #D55E4E
Text Example
Text Example
White with #D55E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55E4E; }
p { color: rgb(213,94,78); }
H1.HeaderClassName
{
color: #D55E4E;
}
.AnyTagClassName
{
color: #D55E4E;
}
</style>
background-color css
<style>
a { background-color: #D55E4E; }
a { background-color: rgb(213,94,78); }
div.DivClassName
{
background-color: #D55E4E;
}
.BgClassName
{
background-color: #D55E4E;
}
</style>
border-color css
<style>
span { border-color: #D55E4E; }
span { border-color: rgb(213,94,78); }
td.TdClassName
{
border-color: #D55E4E;
}
.TagClassName
{
border-color: #D55E4E;
}
</style>