Shades of Valencia #D04842
Tints of Valencia #D04842
RGB
CMYK
RGB Variations
Color information
#D04842 (or 0xD04842) is known color: Valencia. HEX triplet: D0, 48 and 42. RGB value is (208,72,66). Sum of RGB (Red+Green+Blue) = 208+72+66=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D04842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04842 is #2FB7BD. Grayscale: #707070. Windows color (decimal): -3127230 or 4344016. OLE color: 4344016.
HSL color Cylindrical-coordinate representation of color #D04842: hue angle of 2.54º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04842 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 66 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.18 |
| HSL | 2.54º | 0.6% | 0.54% | - |
| HSV(B) | 2.54º | 0.68% | 0.82% | - |
| XYZ | 29.31 | 18.44 | 7.17 | - |
| YUV | 111.98 | 102.06 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 66 | 0 | 0.65 | 0.68 | 0.18 | 2.54 | 0.6 | 0.54 |
| Hex | D0 | 48 | 42 | 0 | 41 | 44 | 12 | 3 | 3C | 36 |
| Octal | 320 | 110 | 102 | 0 | 101 | 104 | 22 | 3 | 74 | 66 |
| Binary | 11010000 | 1001000 | 1000010 | 0 | 1000001 | 1000100 | 10010 | 11 | 111100 | 110110 |
Color Harmonies of #D04842
Complementary color
Monochromatic Colors of #D04842
Black with #D04842
Text Example
Text Example
White with #D04842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04842; }
p { color: rgb(208,72,66); }
H1.HeaderClassName
{
color: #D04842;
}
.AnyTagClassName
{
color: #D04842;
}
</style>
background-color css
<style>
a { background-color: #D04842; }
a { background-color: rgb(208,72,66); }
div.DivClassName
{
background-color: #D04842;
}
.BgClassName
{
background-color: #D04842;
}
</style>
border-color css
<style>
span { border-color: #D04842; }
span { border-color: rgb(208,72,66); }
td.TdClassName
{
border-color: #D04842;
}
.TagClassName
{
border-color: #D04842;
}
</style>