Shades of Valencia #D55145
Tints of Valencia #D55145
RGB
CMYK
RGB Variations
Color information
#D55145 (or 0xD55145) is known color: Valencia. HEX triplet: D5, 51 and 45. RGB value is (213,81,69). Sum of RGB (Red+Green+Blue) = 213+81+69=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D55145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55145 is #2AAEBA. Grayscale: #777777. Windows color (decimal): -2797243 or 4542933. OLE color: 4542933.
HSL color Cylindrical-coordinate representation of color #D55145: hue angle of 5º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D55145 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 69 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.16 |
| HSL | 5º | 0.63% | 0.55% | - |
| HSV(B) | 5º | 0.68% | 0.84% | - |
| XYZ | 31.46 | 20.46 | 7.92 | - |
| YUV | 119.1 | 99.73 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 69 | 0 | 0.62 | 0.68 | 0.16 | 5 | 0.63 | 0.55 |
| Hex | D5 | 51 | 45 | 0 | 3E | 44 | 10 | 5 | 3F | 37 |
| Octal | 325 | 121 | 105 | 0 | 76 | 104 | 20 | 5 | 77 | 67 |
| Binary | 11010101 | 1010001 | 1000101 | 0 | 111110 | 1000100 | 10000 | 101 | 111111 | 110111 |
Color Harmonies of #D55145
Complementary color
Monochromatic Colors of #D55145
Black with #D55145
Text Example
Text Example
White with #D55145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55145; }
p { color: rgb(213,81,69); }
H1.HeaderClassName
{
color: #D55145;
}
.AnyTagClassName
{
color: #D55145;
}
</style>
background-color css
<style>
a { background-color: #D55145; }
a { background-color: rgb(213,81,69); }
div.DivClassName
{
background-color: #D55145;
}
.BgClassName
{
background-color: #D55145;
}
</style>
border-color css
<style>
span { border-color: #D55145; }
span { border-color: rgb(213,81,69); }
td.TdClassName
{
border-color: #D55145;
}
.TagClassName
{
border-color: #D55145;
}
</style>