Shades of Valencia #D05044
Tints of Valencia #D05044
RGB
CMYK
RGB Variations
Color information
#D05044 (or 0xD05044) is known color: Valencia. HEX triplet: D0, 50 and 44. RGB value is (208,80,68). Sum of RGB (Red+Green+Blue) = 208+80+68=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D05044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05044 is #2FAFBB. Grayscale: #757575. Windows color (decimal): -3125180 or 4477136. OLE color: 4477136.
HSL color Cylindrical-coordinate representation of color #D05044: hue angle of 5.14º 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 #D05044 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 68 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.18 |
| HSL | 5.14º | 0.6% | 0.54% | - |
| HSV(B) | 5.14º | 0.67% | 0.82% | - |
| XYZ | 29.92 | 19.56 | 7.67 | - |
| YUV | 116.9 | 100.41 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 68 | 0 | 0.62 | 0.67 | 0.18 | 5.14 | 0.6 | 0.54 |
| Hex | D0 | 50 | 44 | 0 | 3E | 43 | 12 | 5 | 3C | 36 |
| Octal | 320 | 120 | 104 | 0 | 76 | 103 | 22 | 5 | 74 | 66 |
| Binary | 11010000 | 1010000 | 1000100 | 0 | 111110 | 1000011 | 10010 | 101 | 111100 | 110110 |
Color Harmonies of #D05044
Complementary color
Monochromatic Colors of #D05044
Black with #D05044
Text Example
Text Example
White with #D05044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05044; }
p { color: rgb(208,80,68); }
H1.HeaderClassName
{
color: #D05044;
}
.AnyTagClassName
{
color: #D05044;
}
</style>
background-color css
<style>
a { background-color: #D05044; }
a { background-color: rgb(208,80,68); }
div.DivClassName
{
background-color: #D05044;
}
.BgClassName
{
background-color: #D05044;
}
</style>
border-color css
<style>
span { border-color: #D05044; }
span { border-color: rgb(208,80,68); }
td.TdClassName
{
border-color: #D05044;
}
.TagClassName
{
border-color: #D05044;
}
</style>