Shades of Valencia #D55452
Tints of Valencia #D55452
RGB
CMYK
RGB Variations
Color information
#D55452 (or 0xD55452) is known color: Valencia. HEX triplet: D5, 54 and 52. RGB value is (213,84,82). Sum of RGB (Red+Green+Blue) = 213+84+82=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D55452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55452 is #2AABAD. Grayscale: #7A7A7A. Windows color (decimal): -2796462 or 5395669. OLE color: 5395669.
HSL color Cylindrical-coordinate representation of color #D55452: hue angle of 0.92º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55452 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 82 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.16 |
| HSL | 0.92º | 0.61% | 0.58% | - |
| HSV(B) | 0.92º | 0.62% | 0.84% | - |
| XYZ | 32.13 | 21.1 | 10.36 | - |
| YUV | 122.34 | 105.24 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 82 | 0 | 0.61 | 0.62 | 0.16 | 0.92 | 0.61 | 0.58 |
| Hex | D5 | 54 | 52 | 0 | 3D | 3E | 10 | 1 | 3D | 3A |
| Octal | 325 | 124 | 122 | 0 | 75 | 76 | 20 | 1 | 75 | 72 |
| Binary | 11010101 | 1010100 | 1010010 | 0 | 111101 | 111110 | 10000 | 1 | 111101 | 111010 |
Color Harmonies of #D55452
Complementary color
Monochromatic Colors of #D55452
Black with #D55452
Text Example
Text Example
White with #D55452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55452; }
p { color: rgb(213,84,82); }
H1.HeaderClassName
{
color: #D55452;
}
.AnyTagClassName
{
color: #D55452;
}
</style>
background-color css
<style>
a { background-color: #D55452; }
a { background-color: rgb(213,84,82); }
div.DivClassName
{
background-color: #D55452;
}
.BgClassName
{
background-color: #D55452;
}
</style>
border-color css
<style>
span { border-color: #D55452; }
span { border-color: rgb(213,84,82); }
td.TdClassName
{
border-color: #D55452;
}
.TagClassName
{
border-color: #D55452;
}
</style>