Shades of Valencia #D55246
Tints of Valencia #D55246
RGB
CMYK
RGB Variations
Color information
#D55246 (or 0xD55246) is known color: Valencia. HEX triplet: D5, 52 and 46. RGB value is (213,82,70). Sum of RGB (Red+Green+Blue) = 213+82+70=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D55246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55246 is #2AADB9. Grayscale: #777777. Windows color (decimal): -2796986 or 4608725. OLE color: 4608725.
HSL color Cylindrical-coordinate representation of color #D55246: hue angle of 5.03º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D55246 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 70 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.16 |
| HSL | 5.03º | 0.63% | 0.55% | - |
| HSV(B) | 5.03º | 0.67% | 0.84% | - |
| XYZ | 31.56 | 20.62 | 8.11 | - |
| YUV | 119.8 | 99.9 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 70 | 0 | 0.62 | 0.67 | 0.16 | 5.03 | 0.63 | 0.55 |
| Hex | D5 | 52 | 46 | 0 | 3E | 43 | 10 | 5 | 3F | 37 |
| Octal | 325 | 122 | 106 | 0 | 76 | 103 | 20 | 5 | 77 | 67 |
| Binary | 11010101 | 1010010 | 1000110 | 0 | 111110 | 1000011 | 10000 | 101 | 111111 | 110111 |
Color Harmonies of #D55246
Complementary color
Monochromatic Colors of #D55246
Black with #D55246
Text Example
Text Example
White with #D55246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55246; }
p { color: rgb(213,82,70); }
H1.HeaderClassName
{
color: #D55246;
}
.AnyTagClassName
{
color: #D55246;
}
</style>
background-color css
<style>
a { background-color: #D55246; }
a { background-color: rgb(213,82,70); }
div.DivClassName
{
background-color: #D55246;
}
.BgClassName
{
background-color: #D55246;
}
</style>
border-color css
<style>
span { border-color: #D55246; }
span { border-color: rgb(213,82,70); }
td.TdClassName
{
border-color: #D55246;
}
.TagClassName
{
border-color: #D55246;
}
</style>