Shades of Valencia #D04E45
Tints of Valencia #D04E45
RGB
CMYK
RGB Variations
Color information
#D04E45 (or 0xD04E45) is known color: Valencia. HEX triplet: D0, 4E and 45. RGB value is (208,78,69). Sum of RGB (Red+Green+Blue) = 208+78+69=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D04E45 is #2FB1BA. Grayscale: #747474. Windows color (decimal): -3125691 or 4542160. OLE color: 4542160.
HSL color Cylindrical-coordinate representation of color #D04E45: hue angle of 3.88º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04E45 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 78 | 69 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.18 |
| HSL | 3.88º | 0.6% | 0.54% | - |
| HSV(B) | 3.88º | 0.67% | 0.82% | - |
| XYZ | 29.81 | 19.29 | 7.78 | - |
| YUV | 115.84 | 101.57 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 69 | 0 | 0.62 | 0.67 | 0.18 | 3.88 | 0.6 | 0.54 |
| Hex | D0 | 4E | 45 | 0 | 3E | 43 | 12 | 4 | 3C | 36 |
| Octal | 320 | 116 | 105 | 0 | 76 | 103 | 22 | 4 | 74 | 66 |
| Binary | 11010000 | 1001110 | 1000101 | 0 | 111110 | 1000011 | 10010 | 100 | 111100 | 110110 |
Color Harmonies of #D04E45
Complementary color
Monochromatic Colors of #D04E45
Black with #D04E45
Text Example
Text Example
White with #D04E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04E45; }
p { color: rgb(208,78,69); }
H1.HeaderClassName
{
color: #D04E45;
}
.AnyTagClassName
{
color: #D04E45;
}
</style>
background-color css
<style>
a { background-color: #D04E45; }
a { background-color: rgb(208,78,69); }
div.DivClassName
{
background-color: #D04E45;
}
.BgClassName
{
background-color: #D04E45;
}
</style>
border-color css
<style>
span { border-color: #D04E45; }
span { border-color: rgb(208,78,69); }
td.TdClassName
{
border-color: #D04E45;
}
.TagClassName
{
border-color: #D04E45;
}
</style>