Shades of Valencia #D45346
Tints of Valencia #D45346
RGB
CMYK
RGB Variations
Color information
#D45346 (or 0xD45346) is known color: Valencia. HEX triplet: D4, 53 and 46. RGB value is (212,83,70). Sum of RGB (Red+Green+Blue) = 212+83+70=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D45346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45346 is #2BACB9. Grayscale: #787878. Windows color (decimal): -2862266 or 4608980. OLE color: 4608980.
HSL color Cylindrical-coordinate representation of color #D45346: hue angle of 5.49º 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 #D45346 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 70 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.17 |
| HSL | 5.49º | 0.62% | 0.55% | - |
| HSV(B) | 5.49º | 0.67% | 0.83% | - |
| XYZ | 31.35 | 20.63 | 8.12 | - |
| YUV | 120.09 | 99.74 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 70 | 0 | 0.61 | 0.67 | 0.17 | 5.49 | 0.62 | 0.55 |
| Hex | D4 | 53 | 46 | 0 | 3D | 43 | 11 | 5 | 3E | 37 |
| Octal | 324 | 123 | 106 | 0 | 75 | 103 | 21 | 5 | 76 | 67 |
| Binary | 11010100 | 1010011 | 1000110 | 0 | 111101 | 1000011 | 10001 | 101 | 111110 | 110111 |
Color Harmonies of #D45346
Complementary color
Monochromatic Colors of #D45346
Black with #D45346
Text Example
Text Example
White with #D45346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45346; }
p { color: rgb(212,83,70); }
H1.HeaderClassName
{
color: #D45346;
}
.AnyTagClassName
{
color: #D45346;
}
</style>
background-color css
<style>
a { background-color: #D45346; }
a { background-color: rgb(212,83,70); }
div.DivClassName
{
background-color: #D45346;
}
.BgClassName
{
background-color: #D45346;
}
</style>
border-color css
<style>
span { border-color: #D45346; }
span { border-color: rgb(212,83,70); }
td.TdClassName
{
border-color: #D45346;
}
.TagClassName
{
border-color: #D45346;
}
</style>