Shades of Valencia #D04A44
Tints of Valencia #D04A44
RGB
CMYK
RGB Variations
Color information
#D04A44 (or 0xD04A44) is known color: Valencia. HEX triplet: D0, 4A and 44. RGB value is (208,74,68). Sum of RGB (Red+Green+Blue) = 208+74+68=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04A44 is #2FB5BB. Grayscale: #717171. Windows color (decimal): -3126716 or 4475600. OLE color: 4475600.
HSL color Cylindrical-coordinate representation of color #D04A44: hue angle of 2.57º 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 #D04A44 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 74 | 68 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.18 |
| HSL | 2.57º | 0.6% | 0.54% | - |
| HSV(B) | 2.57º | 0.67% | 0.82% | - |
| XYZ | 29.5 | 18.72 | 7.53 | - |
| YUV | 113.38 | 102.39 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 68 | 0 | 0.64 | 0.67 | 0.18 | 2.57 | 0.6 | 0.54 |
| Hex | D0 | 4A | 44 | 0 | 40 | 43 | 12 | 3 | 3C | 36 |
| Octal | 320 | 112 | 104 | 0 | 100 | 103 | 22 | 3 | 74 | 66 |
| Binary | 11010000 | 1001010 | 1000100 | 0 | 1000000 | 1000011 | 10010 | 11 | 111100 | 110110 |
Color Harmonies of #D04A44
Complementary color
Monochromatic Colors of #D04A44
Black with #D04A44
Text Example
Text Example
White with #D04A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04A44; }
p { color: rgb(208,74,68); }
H1.HeaderClassName
{
color: #D04A44;
}
.AnyTagClassName
{
color: #D04A44;
}
</style>
background-color css
<style>
a { background-color: #D04A44; }
a { background-color: rgb(208,74,68); }
div.DivClassName
{
background-color: #D04A44;
}
.BgClassName
{
background-color: #D04A44;
}
</style>
border-color css
<style>
span { border-color: #D04A44; }
span { border-color: rgb(208,74,68); }
td.TdClassName
{
border-color: #D04A44;
}
.TagClassName
{
border-color: #D04A44;
}
</style>