Shades of Valencia #D45446
Tints of Valencia #D45446
RGB
CMYK
RGB Variations
Color information
#D45446 (or 0xD45446) is known color: Valencia. HEX triplet: D4, 54 and 46. RGB value is (212,84,70). Sum of RGB (Red+Green+Blue) = 212+84+70=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D45446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45446 is #2BABB9. Grayscale: #787878. Windows color (decimal): -2862010 or 4609236. OLE color: 4609236.
HSL color Cylindrical-coordinate representation of color #D45446: hue angle of 5.92º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D45446 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 84 | 70 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.17 |
| HSL | 5.92º | 0.62% | 0.55% | - |
| HSV(B) | 5.92º | 0.67% | 0.83% | - |
| XYZ | 31.43 | 20.78 | 8.15 | - |
| YUV | 120.68 | 99.41 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 70 | 0 | 0.60 | 0.67 | 0.17 | 5.92 | 0.62 | 0.55 |
| Hex | D4 | 54 | 46 | 0 | 3C | 43 | 11 | 6 | 3E | 37 |
| Octal | 324 | 124 | 106 | 0 | 74 | 103 | 21 | 6 | 76 | 67 |
| Binary | 11010100 | 1010100 | 1000110 | 0 | 111100 | 1000011 | 10001 | 110 | 111110 | 110111 |
Color Harmonies of #D45446
Complementary color
Monochromatic Colors of #D45446
Black with #D45446
Text Example
Text Example
White with #D45446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45446; }
p { color: rgb(212,84,70); }
H1.HeaderClassName
{
color: #D45446;
}
.AnyTagClassName
{
color: #D45446;
}
</style>
background-color css
<style>
a { background-color: #D45446; }
a { background-color: rgb(212,84,70); }
div.DivClassName
{
background-color: #D45446;
}
.BgClassName
{
background-color: #D45446;
}
</style>
border-color css
<style>
span { border-color: #D45446; }
span { border-color: rgb(212,84,70); }
td.TdClassName
{
border-color: #D45446;
}
.TagClassName
{
border-color: #D45446;
}
</style>