Shades of Valencia #D04A49
Tints of Valencia #D04A49
RGB
CMYK
RGB Variations
Color information
#D04A49 (or 0xD04A49) is known color: Valencia. HEX triplet: D0, 4A and 49. RGB value is (208,74,73). Sum of RGB (Red+Green+Blue) = 208+74+73=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04A49 is #2FB5B6. Grayscale: #727272. Windows color (decimal): -3126711 or 4803280. OLE color: 4803280.
HSL color Cylindrical-coordinate representation of color #D04A49: hue angle of 0.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04A49 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 74 | 73 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.18 |
| HSL | 0.44º | 0.59% | 0.55% | - |
| HSV(B) | 0.44º | 0.65% | 0.82% | - |
| XYZ | 29.66 | 18.79 | 8.37 | - |
| YUV | 113.95 | 104.89 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 73 | 0 | 0.64 | 0.65 | 0.18 | 0.44 | 0.59 | 0.55 |
| Hex | D0 | 4A | 49 | 0 | 40 | 41 | 12 | 0 | 3B | 37 |
| Octal | 320 | 112 | 111 | 0 | 100 | 101 | 22 | 0 | 73 | 67 |
| Binary | 11010000 | 1001010 | 1001001 | 0 | 1000000 | 1000001 | 10010 | 0 | 111011 | 110111 |
Color Harmonies of #D04A49
Complementary color
Monochromatic Colors of #D04A49
Black with #D04A49
Text Example
Text Example
White with #D04A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04A49; }
p { color: rgb(208,74,73); }
H1.HeaderClassName
{
color: #D04A49;
}
.AnyTagClassName
{
color: #D04A49;
}
</style>
background-color css
<style>
a { background-color: #D04A49; }
a { background-color: rgb(208,74,73); }
div.DivClassName
{
background-color: #D04A49;
}
.BgClassName
{
background-color: #D04A49;
}
</style>
border-color css
<style>
span { border-color: #D04A49; }
span { border-color: rgb(208,74,73); }
td.TdClassName
{
border-color: #D04A49;
}
.TagClassName
{
border-color: #D04A49;
}
</style>