Shades of Valencia #D54F45
Tints of Valencia #D54F45
RGB
CMYK
RGB Variations
Color information
#D54F45 (or 0xD54F45) is known color: Valencia. HEX triplet: D5, 4F and 45. RGB value is (213,79,69). Sum of RGB (Red+Green+Blue) = 213+79+69=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54F45 is #2AB0BA. Grayscale: #767676. Windows color (decimal): -2797755 or 4542421. OLE color: 4542421.
HSL color Cylindrical-coordinate representation of color #D54F45: hue angle of 4.17º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54F45 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 79 | 69 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.16 |
| HSL | 4.17º | 0.63% | 0.55% | - |
| HSV(B) | 4.17º | 0.68% | 0.84% | - |
| XYZ | 31.31 | 20.17 | 7.87 | - |
| YUV | 117.93 | 100.39 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 69 | 0 | 0.63 | 0.68 | 0.16 | 4.17 | 0.63 | 0.55 |
| Hex | D5 | 4F | 45 | 0 | 3F | 44 | 10 | 4 | 3F | 37 |
| Octal | 325 | 117 | 105 | 0 | 77 | 104 | 20 | 4 | 77 | 67 |
| Binary | 11010101 | 1001111 | 1000101 | 0 | 111111 | 1000100 | 10000 | 100 | 111111 | 110111 |
Color Harmonies of #D54F45
Complementary color
Monochromatic Colors of #D54F45
Black with #D54F45
Text Example
Text Example
White with #D54F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54F45; }
p { color: rgb(213,79,69); }
H1.HeaderClassName
{
color: #D54F45;
}
.AnyTagClassName
{
color: #D54F45;
}
</style>
background-color css
<style>
a { background-color: #D54F45; }
a { background-color: rgb(213,79,69); }
div.DivClassName
{
background-color: #D54F45;
}
.BgClassName
{
background-color: #D54F45;
}
</style>
border-color css
<style>
span { border-color: #D54F45; }
span { border-color: rgb(213,79,69); }
td.TdClassName
{
border-color: #D54F45;
}
.TagClassName
{
border-color: #D54F45;
}
</style>