Shades of Valencia #D55043
Tints of Valencia #D55043
RGB
CMYK
RGB Variations
Color information
#D55043 (or 0xD55043) is known color: Valencia. HEX triplet: D5, 50 and 43. RGB value is (213,80,67). Sum of RGB (Red+Green+Blue) = 213+80+67=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D55043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55043 is #2AAFBC. Grayscale: #767676. Windows color (decimal): -2797501 or 4411605. OLE color: 4411605.
HSL color Cylindrical-coordinate representation of color #D55043: hue angle of 5.34º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D55043 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 67 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.16 |
| HSL | 5.34º | 0.63% | 0.55% | - |
| HSV(B) | 5.34º | 0.69% | 0.84% | - |
| XYZ | 31.32 | 20.29 | 7.58 | - |
| YUV | 118.29 | 99.06 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 67 | 0 | 0.62 | 0.69 | 0.16 | 5.34 | 0.63 | 0.55 |
| Hex | D5 | 50 | 43 | 0 | 3E | 45 | 10 | 5 | 3F | 37 |
| Octal | 325 | 120 | 103 | 0 | 76 | 105 | 20 | 5 | 77 | 67 |
| Binary | 11010101 | 1010000 | 1000011 | 0 | 111110 | 1000101 | 10000 | 101 | 111111 | 110111 |
Color Harmonies of #D55043
Complementary color
Monochromatic Colors of #D55043
Black with #D55043
Text Example
Text Example
White with #D55043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55043; }
p { color: rgb(213,80,67); }
H1.HeaderClassName
{
color: #D55043;
}
.AnyTagClassName
{
color: #D55043;
}
</style>
background-color css
<style>
a { background-color: #D55043; }
a { background-color: rgb(213,80,67); }
div.DivClassName
{
background-color: #D55043;
}
.BgClassName
{
background-color: #D55043;
}
</style>
border-color css
<style>
span { border-color: #D55043; }
span { border-color: rgb(213,80,67); }
td.TdClassName
{
border-color: #D55043;
}
.TagClassName
{
border-color: #D55043;
}
</style>