Shades of Valencia #D55049
Tints of Valencia #D55049
RGB
CMYK
RGB Variations
Color information
#D55049 (or 0xD55049) is known color: Valencia. HEX triplet: D5, 50 and 49. RGB value is (213,80,73). Sum of RGB (Red+Green+Blue) = 213+80+73=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D55049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55049 is #2AAFB6. Grayscale: #777777. Windows color (decimal): -2797495 or 4804821. OLE color: 4804821.
HSL color Cylindrical-coordinate representation of color #D55049: hue angle of 3º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D55049 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 73 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.16 |
| HSL | 3º | 0.63% | 0.56% | - |
| HSV(B) | 3º | 0.66% | 0.84% | - |
| XYZ | 31.51 | 20.36 | 8.57 | - |
| YUV | 118.97 | 102.06 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 73 | 0 | 0.62 | 0.66 | 0.16 | 3 | 0.63 | 0.56 |
| Hex | D5 | 50 | 49 | 0 | 3E | 42 | 10 | 3 | 3E | 38 |
| Octal | 325 | 120 | 111 | 0 | 76 | 102 | 20 | 3 | 76 | 70 |
| Binary | 11010101 | 1010000 | 1001001 | 0 | 111110 | 1000010 | 10000 | 11 | 111110 | 111000 |
Color Harmonies of #D55049
Complementary color
Monochromatic Colors of #D55049
Black with #D55049
Text Example
Text Example
White with #D55049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55049; }
p { color: rgb(213,80,73); }
H1.HeaderClassName
{
color: #D55049;
}
.AnyTagClassName
{
color: #D55049;
}
</style>
background-color css
<style>
a { background-color: #D55049; }
a { background-color: rgb(213,80,73); }
div.DivClassName
{
background-color: #D55049;
}
.BgClassName
{
background-color: #D55049;
}
</style>
border-color css
<style>
span { border-color: #D55049; }
span { border-color: rgb(213,80,73); }
td.TdClassName
{
border-color: #D55049;
}
.TagClassName
{
border-color: #D55049;
}
</style>