Shades of Valencia #D55352
Tints of Valencia #D55352
RGB
CMYK
RGB Variations
Color information
#D55352 (or 0xD55352) is known color: Valencia. HEX triplet: D5, 53 and 52. RGB value is (213,83,82). Sum of RGB (Red+Green+Blue) = 213+83+82=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D55352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55352 is #2AACAD. Grayscale: #797979. Windows color (decimal): -2796718 or 5395413. OLE color: 5395413.
HSL color Cylindrical-coordinate representation of color #D55352: hue angle of 0.46º 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 #D55352 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 82 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.16 |
| HSL | 0.46º | 0.61% | 0.58% | - |
| HSV(B) | 0.46º | 0.62% | 0.84% | - |
| XYZ | 32.06 | 20.94 | 10.34 | - |
| YUV | 121.76 | 105.57 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 82 | 0 | 0.61 | 0.62 | 0.16 | 0.46 | 0.61 | 0.58 |
| Hex | D5 | 53 | 52 | 0 | 3D | 3E | 10 | 0 | 3D | 3A |
| Octal | 325 | 123 | 122 | 0 | 75 | 76 | 20 | 0 | 75 | 72 |
| Binary | 11010101 | 1010011 | 1010010 | 0 | 111101 | 111110 | 10000 | 0 | 111101 | 111010 |
Color Harmonies of #D55352
Complementary color
Monochromatic Colors of #D55352
Black with #D55352
Text Example
Text Example
White with #D55352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55352; }
p { color: rgb(213,83,82); }
H1.HeaderClassName
{
color: #D55352;
}
.AnyTagClassName
{
color: #D55352;
}
</style>
background-color css
<style>
a { background-color: #D55352; }
a { background-color: rgb(213,83,82); }
div.DivClassName
{
background-color: #D55352;
}
.BgClassName
{
background-color: #D55352;
}
</style>
border-color css
<style>
span { border-color: #D55352; }
span { border-color: rgb(213,83,82); }
td.TdClassName
{
border-color: #D55352;
}
.TagClassName
{
border-color: #D55352;
}
</style>