Shades of Valencia #D4544B
Tints of Valencia #D4544B
RGB
CMYK
RGB Variations
Color information
#D4544B (or 0xD4544B) is known color: Valencia. HEX triplet: D4, 54 and 4B. RGB value is (212,84,75). Sum of RGB (Red+Green+Blue) = 212+84+75=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D4544B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4544B is #2BABB4. Grayscale: #797979. Windows color (decimal): -2862005 or 4936916. OLE color: 4936916.
HSL color Cylindrical-coordinate representation of color #D4544B: hue angle of 3.94º degrees, saturation: 0.61, 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 #D4544B is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 84 | 75 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.17 |
| HSL | 3.94º | 0.61% | 0.56% | - |
| HSV(B) | 3.94º | 0.65% | 0.83% | - |
| XYZ | 31.59 | 20.85 | 9.02 | - |
| YUV | 121.25 | 101.91 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 75 | 0 | 0.60 | 0.65 | 0.17 | 3.94 | 0.61 | 0.56 |
| Hex | D4 | 54 | 4B | 0 | 3C | 41 | 11 | 4 | 3D | 38 |
| Octal | 324 | 124 | 113 | 0 | 74 | 101 | 21 | 4 | 75 | 70 |
| Binary | 11010100 | 1010100 | 1001011 | 0 | 111100 | 1000001 | 10001 | 100 | 111101 | 111000 |
Color Harmonies of #D4544B
Complementary color
Monochromatic Colors of #D4544B
Black with #D4544B
Text Example
Text Example
White with #D4544B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4544B; }
p { color: rgb(212,84,75); }
H1.HeaderClassName
{
color: #D4544B;
}
.AnyTagClassName
{
color: #D4544B;
}
</style>
background-color css
<style>
a { background-color: #D4544B; }
a { background-color: rgb(212,84,75); }
div.DivClassName
{
background-color: #D4544B;
}
.BgClassName
{
background-color: #D4544B;
}
</style>
border-color css
<style>
span { border-color: #D4544B; }
span { border-color: rgb(212,84,75); }
td.TdClassName
{
border-color: #D4544B;
}
.TagClassName
{
border-color: #D4544B;
}
</style>