Shades of Valencia #D45144
Tints of Valencia #D45144
RGB
CMYK
RGB Variations
Color information
#D45144 (or 0xD45144) is known color: Valencia. HEX triplet: D4, 51 and 44. RGB value is (212,81,68). Sum of RGB (Red+Green+Blue) = 212+81+68=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D45144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45144 is #2BAEBB. Grayscale: #767676. Windows color (decimal): -2862780 or 4477396. OLE color: 4477396.
HSL color Cylindrical-coordinate representation of color #D45144: hue angle of 5.42º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D45144 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 81 | 68 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.17 |
| HSL | 5.42º | 0.63% | 0.55% | - |
| HSV(B) | 5.42º | 0.68% | 0.83% | - |
| XYZ | 31.14 | 20.3 | 7.75 | - |
| YUV | 118.69 | 99.4 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 81 | 68 | 0 | 0.62 | 0.68 | 0.17 | 5.42 | 0.63 | 0.55 |
| Hex | D4 | 51 | 44 | 0 | 3E | 44 | 11 | 5 | 3F | 37 |
| Octal | 324 | 121 | 104 | 0 | 76 | 104 | 21 | 5 | 77 | 67 |
| Binary | 11010100 | 1010001 | 1000100 | 0 | 111110 | 1000100 | 10001 | 101 | 111111 | 110111 |
Color Harmonies of #D45144
Complementary color
Monochromatic Colors of #D45144
Black with #D45144
Text Example
Text Example
White with #D45144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45144; }
p { color: rgb(212,81,68); }
H1.HeaderClassName
{
color: #D45144;
}
.AnyTagClassName
{
color: #D45144;
}
</style>
background-color css
<style>
a { background-color: #D45144; }
a { background-color: rgb(212,81,68); }
div.DivClassName
{
background-color: #D45144;
}
.BgClassName
{
background-color: #D45144;
}
</style>
border-color css
<style>
span { border-color: #D45144; }
span { border-color: rgb(212,81,68); }
td.TdClassName
{
border-color: #D45144;
}
.TagClassName
{
border-color: #D45144;
}
</style>