Shades of Valencia #D55243
Tints of Valencia #D55243
RGB
CMYK
RGB Variations
Color information
#D55243 (or 0xD55243) is known color: Valencia. HEX triplet: D5, 52 and 43. RGB value is (213,82,67). Sum of RGB (Red+Green+Blue) = 213+82+67=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D55243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55243 is #2AADBC. Grayscale: #777777. Windows color (decimal): -2796989 or 4412117. OLE color: 4412117.
HSL color Cylindrical-coordinate representation of color #D55243: hue angle of 6.16º 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 #D55243 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 67 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.16 |
| HSL | 6.16º | 0.63% | 0.55% | - |
| HSV(B) | 6.16º | 0.69% | 0.84% | - |
| XYZ | 31.47 | 20.59 | 7.62 | - |
| YUV | 119.46 | 98.4 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 67 | 0 | 0.62 | 0.69 | 0.16 | 6.16 | 0.63 | 0.55 |
| Hex | D5 | 52 | 43 | 0 | 3E | 45 | 10 | 6 | 3F | 37 |
| Octal | 325 | 122 | 103 | 0 | 76 | 105 | 20 | 6 | 77 | 67 |
| Binary | 11010101 | 1010010 | 1000011 | 0 | 111110 | 1000101 | 10000 | 110 | 111111 | 110111 |
Color Harmonies of #D55243
Complementary color
Monochromatic Colors of #D55243
Black with #D55243
Text Example
Text Example
White with #D55243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55243; }
p { color: rgb(213,82,67); }
H1.HeaderClassName
{
color: #D55243;
}
.AnyTagClassName
{
color: #D55243;
}
</style>
background-color css
<style>
a { background-color: #D55243; }
a { background-color: rgb(213,82,67); }
div.DivClassName
{
background-color: #D55243;
}
.BgClassName
{
background-color: #D55243;
}
</style>
border-color css
<style>
span { border-color: #D55243; }
span { border-color: rgb(213,82,67); }
td.TdClassName
{
border-color: #D55243;
}
.TagClassName
{
border-color: #D55243;
}
</style>