Shades of Valencia #D45149
Tints of Valencia #D45149
RGB
CMYK
RGB Variations
Color information
#D45149 (or 0xD45149) is known color: Valencia. HEX triplet: D4, 51 and 49. RGB value is (212,81,73). Sum of RGB (Red+Green+Blue) = 212+81+73=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D45149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45149 is #2BAEB6. Grayscale: #777777. Windows color (decimal): -2862775 or 4805076. OLE color: 4805076.
HSL color Cylindrical-coordinate representation of color #D45149: hue angle of 3.45º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D45149 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 81 | 73 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.17 |
| HSL | 3.45º | 0.62% | 0.56% | - |
| HSV(B) | 3.45º | 0.66% | 0.83% | - |
| XYZ | 31.3 | 20.36 | 8.58 | - |
| YUV | 119.26 | 101.9 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 81 | 73 | 0 | 0.62 | 0.66 | 0.17 | 3.45 | 0.62 | 0.56 |
| Hex | D4 | 51 | 49 | 0 | 3E | 42 | 11 | 3 | 3E | 38 |
| Octal | 324 | 121 | 111 | 0 | 76 | 102 | 21 | 3 | 76 | 70 |
| Binary | 11010100 | 1010001 | 1001001 | 0 | 111110 | 1000010 | 10001 | 11 | 111110 | 111000 |
Color Harmonies of #D45149
Complementary color
Monochromatic Colors of #D45149
Black with #D45149
Text Example
Text Example
White with #D45149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45149; }
p { color: rgb(212,81,73); }
H1.HeaderClassName
{
color: #D45149;
}
.AnyTagClassName
{
color: #D45149;
}
</style>
background-color css
<style>
a { background-color: #D45149; }
a { background-color: rgb(212,81,73); }
div.DivClassName
{
background-color: #D45149;
}
.BgClassName
{
background-color: #D45149;
}
</style>
border-color css
<style>
span { border-color: #D45149; }
span { border-color: rgb(212,81,73); }
td.TdClassName
{
border-color: #D45149;
}
.TagClassName
{
border-color: #D45149;
}
</style>