Shades of Valencia #D04A41
Tints of Valencia #D04A41
RGB
CMYK
RGB Variations
Color information
#D04A41 (or 0xD04A41) is known color: Valencia. HEX triplet: D0, 4A and 41. RGB value is (208,74,65). Sum of RGB (Red+Green+Blue) = 208+74+65=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04A41 is #2FB5BE. Grayscale: #717171. Windows color (decimal): -3126719 or 4278992. OLE color: 4278992.
HSL color Cylindrical-coordinate representation of color #D04A41: hue angle of 3.78º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04A41 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 74 | 65 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.18 |
| HSL | 3.78º | 0.6% | 0.54% | - |
| HSV(B) | 3.78º | 0.69% | 0.82% | - |
| XYZ | 29.42 | 18.69 | 7.06 | - |
| YUV | 113.04 | 100.89 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 65 | 0 | 0.64 | 0.69 | 0.18 | 3.78 | 0.6 | 0.54 |
| Hex | D0 | 4A | 41 | 0 | 40 | 45 | 12 | 4 | 3C | 36 |
| Octal | 320 | 112 | 101 | 0 | 100 | 105 | 22 | 4 | 74 | 66 |
| Binary | 11010000 | 1001010 | 1000001 | 0 | 1000000 | 1000101 | 10010 | 100 | 111100 | 110110 |
Color Harmonies of #D04A41
Complementary color
Monochromatic Colors of #D04A41
Black with #D04A41
Text Example
Text Example
White with #D04A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04A41; }
p { color: rgb(208,74,65); }
H1.HeaderClassName
{
color: #D04A41;
}
.AnyTagClassName
{
color: #D04A41;
}
</style>
background-color css
<style>
a { background-color: #D04A41; }
a { background-color: rgb(208,74,65); }
div.DivClassName
{
background-color: #D04A41;
}
.BgClassName
{
background-color: #D04A41;
}
</style>
border-color css
<style>
span { border-color: #D04A41; }
span { border-color: rgb(208,74,65); }
td.TdClassName
{
border-color: #D04A41;
}
.TagClassName
{
border-color: #D04A41;
}
</style>