Shades of Valencia #D0504A
Tints of Valencia #D0504A
RGB
CMYK
RGB Variations
Color information
#D0504A (or 0xD0504A) is known color: Valencia. HEX triplet: D0, 50 and 4A. RGB value is (208,80,74). Sum of RGB (Red+Green+Blue) = 208+80+74=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D0504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0504A is #2FAFB5. Grayscale: #757575. Windows color (decimal): -3125174 or 4870352. OLE color: 4870352.
HSL color Cylindrical-coordinate representation of color #D0504A: hue angle of 2.69º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0504A is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 74 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.18 |
| HSL | 2.69º | 0.59% | 0.55% | - |
| HSV(B) | 2.69º | 0.64% | 0.82% | - |
| XYZ | 30.12 | 19.64 | 8.68 | - |
| YUV | 117.59 | 103.41 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 74 | 0 | 0.62 | 0.64 | 0.18 | 2.69 | 0.59 | 0.55 |
| Hex | D0 | 50 | 4A | 0 | 3E | 40 | 12 | 3 | 3B | 37 |
| Octal | 320 | 120 | 112 | 0 | 76 | 100 | 22 | 3 | 73 | 67 |
| Binary | 11010000 | 1010000 | 1001010 | 0 | 111110 | 1000000 | 10010 | 11 | 111011 | 110111 |
Color Harmonies of #D0504A
Complementary color
Monochromatic Colors of #D0504A
Black with #D0504A
Text Example
Text Example
White with #D0504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0504A; }
p { color: rgb(208,80,74); }
H1.HeaderClassName
{
color: #D0504A;
}
.AnyTagClassName
{
color: #D0504A;
}
</style>
background-color css
<style>
a { background-color: #D0504A; }
a { background-color: rgb(208,80,74); }
div.DivClassName
{
background-color: #D0504A;
}
.BgClassName
{
background-color: #D0504A;
}
</style>
border-color css
<style>
span { border-color: #D0504A; }
span { border-color: rgb(208,80,74); }
td.TdClassName
{
border-color: #D0504A;
}
.TagClassName
{
border-color: #D0504A;
}
</style>