Shades of Valencia #D45450
Tints of Valencia #D45450
RGB
CMYK
RGB Variations
Color information
#D45450 (or 0xD45450) is known color: Valencia. HEX triplet: D4, 54 and 50. RGB value is (212,84,80). Sum of RGB (Red+Green+Blue) = 212+84+80=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D45450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45450 is #2BABAF. Grayscale: #797979. Windows color (decimal): -2862000 or 5264596. OLE color: 5264596.
HSL color Cylindrical-coordinate representation of color #D45450: hue angle of 1.82º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D45450 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 84 | 80 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.17 |
| HSL | 1.82º | 0.61% | 0.57% | - |
| HSV(B) | 1.82º | 0.62% | 0.83% | - |
| XYZ | 31.77 | 20.92 | 9.95 | - |
| YUV | 121.82 | 104.41 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 80 | 0 | 0.60 | 0.62 | 0.17 | 1.82 | 0.61 | 0.57 |
| Hex | D4 | 54 | 50 | 0 | 3C | 3E | 11 | 2 | 3D | 39 |
| Octal | 324 | 124 | 120 | 0 | 74 | 76 | 21 | 2 | 75 | 71 |
| Binary | 11010100 | 1010100 | 1010000 | 0 | 111100 | 111110 | 10001 | 10 | 111101 | 111001 |
Color Harmonies of #D45450
Complementary color
Monochromatic Colors of #D45450
Black with #D45450
Text Example
Text Example
White with #D45450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45450; }
p { color: rgb(212,84,80); }
H1.HeaderClassName
{
color: #D45450;
}
.AnyTagClassName
{
color: #D45450;
}
</style>
background-color css
<style>
a { background-color: #D45450; }
a { background-color: rgb(212,84,80); }
div.DivClassName
{
background-color: #D45450;
}
.BgClassName
{
background-color: #D45450;
}
</style>
border-color css
<style>
span { border-color: #D45450; }
span { border-color: rgb(212,84,80); }
td.TdClassName
{
border-color: #D45450;
}
.TagClassName
{
border-color: #D45450;
}
</style>