Shades of Valencia #D04844
Tints of Valencia #D04844
RGB
CMYK
RGB Variations
Color information
#D04844 (or 0xD04844) is known color: Valencia. HEX triplet: D0, 48 and 44. RGB value is (208,72,68). Sum of RGB (Red+Green+Blue) = 208+72+68=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D04844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04844 is #2FB7BB. Grayscale: #707070. Windows color (decimal): -3127228 or 4475088. OLE color: 4475088.
HSL color Cylindrical-coordinate representation of color #D04844: hue angle of 1.71º 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 #D04844 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 68 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.18 |
| HSL | 1.71º | 0.6% | 0.54% | - |
| HSV(B) | 1.71º | 0.67% | 0.82% | - |
| XYZ | 29.37 | 18.46 | 7.48 | - |
| YUV | 112.21 | 103.06 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 68 | 0 | 0.65 | 0.67 | 0.18 | 1.71 | 0.6 | 0.54 |
| Hex | D0 | 48 | 44 | 0 | 41 | 43 | 12 | 2 | 3C | 36 |
| Octal | 320 | 110 | 104 | 0 | 101 | 103 | 22 | 2 | 74 | 66 |
| Binary | 11010000 | 1001000 | 1000100 | 0 | 1000001 | 1000011 | 10010 | 10 | 111100 | 110110 |
Color Harmonies of #D04844
Complementary color
Monochromatic Colors of #D04844
Black with #D04844
Text Example
Text Example
White with #D04844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04844; }
p { color: rgb(208,72,68); }
H1.HeaderClassName
{
color: #D04844;
}
.AnyTagClassName
{
color: #D04844;
}
</style>
background-color css
<style>
a { background-color: #D04844; }
a { background-color: rgb(208,72,68); }
div.DivClassName
{
background-color: #D04844;
}
.BgClassName
{
background-color: #D04844;
}
</style>
border-color css
<style>
span { border-color: #D04844; }
span { border-color: rgb(208,72,68); }
td.TdClassName
{
border-color: #D04844;
}
.TagClassName
{
border-color: #D04844;
}
</style>