Shades of Valencia #D55044
Tints of Valencia #D55044
RGB
CMYK
RGB Variations
Color information
#D55044 (or 0xD55044) is known color: Valencia. HEX triplet: D5, 50 and 44. RGB value is (213,80,68). Sum of RGB (Red+Green+Blue) = 213+80+68=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D55044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55044 is #2AAFBB. Grayscale: #767676. Windows color (decimal): -2797500 or 4477141. OLE color: 4477141.
HSL color Cylindrical-coordinate representation of color #D55044: hue angle of 4.97º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D55044 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 68 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.16 |
| HSL | 4.97º | 0.63% | 0.55% | - |
| HSV(B) | 4.97º | 0.68% | 0.84% | - |
| XYZ | 31.35 | 20.3 | 7.73 | - |
| YUV | 118.4 | 99.56 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 68 | 0 | 0.62 | 0.68 | 0.16 | 4.97 | 0.63 | 0.55 |
| Hex | D5 | 50 | 44 | 0 | 3E | 44 | 10 | 5 | 3F | 37 |
| Octal | 325 | 120 | 104 | 0 | 76 | 104 | 20 | 5 | 77 | 67 |
| Binary | 11010101 | 1010000 | 1000100 | 0 | 111110 | 1000100 | 10000 | 101 | 111111 | 110111 |
Color Harmonies of #D55044
Complementary color
Monochromatic Colors of #D55044
Black with #D55044
Text Example
Text Example
White with #D55044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55044; }
p { color: rgb(213,80,68); }
H1.HeaderClassName
{
color: #D55044;
}
.AnyTagClassName
{
color: #D55044;
}
</style>
background-color css
<style>
a { background-color: #D55044; }
a { background-color: rgb(213,80,68); }
div.DivClassName
{
background-color: #D55044;
}
.BgClassName
{
background-color: #D55044;
}
</style>
border-color css
<style>
span { border-color: #D55044; }
span { border-color: rgb(213,80,68); }
td.TdClassName
{
border-color: #D55044;
}
.TagClassName
{
border-color: #D55044;
}
</style>