Shades of Valencia #D45C4A
Tints of Valencia #D45C4A
RGB
CMYK
RGB Variations
Color information
#D45C4A (or 0xD45C4A) is known color: Valencia. HEX triplet: D4, 5C and 4A. RGB value is (212,92,74). Sum of RGB (Red+Green+Blue) = 212+92+74=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D45C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45C4A is #2BA3B5. Grayscale: #7E7E7E. Windows color (decimal): -2859958 or 4873428. OLE color: 4873428.
HSL color Cylindrical-coordinate representation of color #D45C4A: hue angle of 7.83º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D45C4A is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 92 | 74 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.17 |
| HSL | 7.83º | 0.62% | 0.56% | - |
| HSV(B) | 7.83º | 0.65% | 0.83% | - |
| XYZ | 32.21 | 22.15 | 9.06 | - |
| YUV | 125.83 | 98.76 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 92 | 74 | 0 | 0.57 | 0.65 | 0.17 | 7.83 | 0.62 | 0.56 |
| Hex | D4 | 5C | 4A | 0 | 39 | 41 | 11 | 8 | 3E | 38 |
| Octal | 324 | 134 | 112 | 0 | 71 | 101 | 21 | 10 | 76 | 70 |
| Binary | 11010100 | 1011100 | 1001010 | 0 | 111001 | 1000001 | 10001 | 1000 | 111110 | 111000 |
Color Harmonies of #D45C4A
Complementary color
Monochromatic Colors of #D45C4A
Black with #D45C4A
Text Example
Text Example
White with #D45C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45C4A; }
p { color: rgb(212,92,74); }
H1.HeaderClassName
{
color: #D45C4A;
}
.AnyTagClassName
{
color: #D45C4A;
}
</style>
background-color css
<style>
a { background-color: #D45C4A; }
a { background-color: rgb(212,92,74); }
div.DivClassName
{
background-color: #D45C4A;
}
.BgClassName
{
background-color: #D45C4A;
}
</style>
border-color css
<style>
span { border-color: #D45C4A; }
span { border-color: rgb(212,92,74); }
td.TdClassName
{
border-color: #D45C4A;
}
.TagClassName
{
border-color: #D45C4A;
}
</style>