Shades of Valencia #D55B54
Tints of Valencia #D55B54
RGB
CMYK
RGB Variations
Color information
#D55B54 (or 0xD55B54) is known color: Valencia. HEX triplet: D5, 5B and 54. RGB value is (213,91,84). Sum of RGB (Red+Green+Blue) = 213+91+84=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55B54 is #2AA4AB. Grayscale: #7E7E7E. Windows color (decimal): -2794668 or 5528533. OLE color: 5528533.
HSL color Cylindrical-coordinate representation of color #D55B54: hue angle of 3.26º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55B54 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 91 | 84 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.16 |
| HSL | 3.26º | 0.61% | 0.58% | - |
| HSV(B) | 3.26º | 0.61% | 0.84% | - |
| XYZ | 32.78 | 22.27 | 10.96 | - |
| YUV | 126.68 | 103.92 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 91 | 84 | 0 | 0.57 | 0.61 | 0.16 | 3.26 | 0.61 | 0.58 |
| Hex | D5 | 5B | 54 | 0 | 39 | 3D | 10 | 3 | 3D | 3A |
| Octal | 325 | 133 | 124 | 0 | 71 | 75 | 20 | 3 | 75 | 72 |
| Binary | 11010101 | 1011011 | 1010100 | 0 | 111001 | 111101 | 10000 | 11 | 111101 | 111010 |
Color Harmonies of #D55B54
Complementary color
Monochromatic Colors of #D55B54
Black with #D55B54
Text Example
Text Example
White with #D55B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55B54; }
p { color: rgb(213,91,84); }
H1.HeaderClassName
{
color: #D55B54;
}
.AnyTagClassName
{
color: #D55B54;
}
</style>
background-color css
<style>
a { background-color: #D55B54; }
a { background-color: rgb(213,91,84); }
div.DivClassName
{
background-color: #D55B54;
}
.BgClassName
{
background-color: #D55B54;
}
</style>
border-color css
<style>
span { border-color: #D55B54; }
span { border-color: rgb(213,91,84); }
td.TdClassName
{
border-color: #D55B54;
}
.TagClassName
{
border-color: #D55B54;
}
</style>