Shades of Valencia #D04A45
Tints of Valencia #D04A45
RGB
CMYK
RGB Variations
Color information
#D04A45 (or 0xD04A45) is known color: Valencia. HEX triplet: D0, 4A and 45. RGB value is (208,74,69). Sum of RGB (Red+Green+Blue) = 208+74+69=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04A45 is #2FB5BA. Grayscale: #717171. Windows color (decimal): -3126715 or 4541136. OLE color: 4541136.
HSL color Cylindrical-coordinate representation of color #D04A45: hue angle of 2.16º 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 #D04A45 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 74 | 69 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.18 |
| HSL | 2.16º | 0.6% | 0.54% | - |
| HSV(B) | 2.16º | 0.67% | 0.82% | - |
| XYZ | 29.54 | 18.74 | 7.69 | - |
| YUV | 113.5 | 102.89 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 69 | 0 | 0.64 | 0.67 | 0.18 | 2.16 | 0.6 | 0.54 |
| Hex | D0 | 4A | 45 | 0 | 40 | 43 | 12 | 2 | 3C | 36 |
| Octal | 320 | 112 | 105 | 0 | 100 | 103 | 22 | 2 | 74 | 66 |
| Binary | 11010000 | 1001010 | 1000101 | 0 | 1000000 | 1000011 | 10010 | 10 | 111100 | 110110 |
Color Harmonies of #D04A45
Complementary color
Monochromatic Colors of #D04A45
Black with #D04A45
Text Example
Text Example
White with #D04A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04A45; }
p { color: rgb(208,74,69); }
H1.HeaderClassName
{
color: #D04A45;
}
.AnyTagClassName
{
color: #D04A45;
}
</style>
background-color css
<style>
a { background-color: #D04A45; }
a { background-color: rgb(208,74,69); }
div.DivClassName
{
background-color: #D04A45;
}
.BgClassName
{
background-color: #D04A45;
}
</style>
border-color css
<style>
span { border-color: #D04A45; }
span { border-color: rgb(208,74,69); }
td.TdClassName
{
border-color: #D04A45;
}
.TagClassName
{
border-color: #D04A45;
}
</style>