Shades of Valencia #D05753
Tints of Valencia #D05753
RGB
CMYK
RGB Variations
Color information
#D05753 (or 0xD05753) is known color: Valencia. HEX triplet: D0, 57 and 53. RGB value is (208,87,83). Sum of RGB (Red+Green+Blue) = 208+87+83=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D05753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05753 is #2FA8AC. Grayscale: #7A7A7A. Windows color (decimal): -3123373 or 5461968. OLE color: 5461968.
HSL color Cylindrical-coordinate representation of color #D05753: hue angle of 1.92º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D05753 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 87 | 83 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.18 |
| HSL | 1.92º | 0.57% | 0.57% | - |
| HSV(B) | 1.92º | 0.6% | 0.82% | - |
| XYZ | 30.98 | 20.85 | 10.58 | - |
| YUV | 122.72 | 105.59 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 87 | 83 | 0 | 0.58 | 0.60 | 0.18 | 1.92 | 0.57 | 0.57 |
| Hex | D0 | 57 | 53 | 0 | 3A | 3C | 12 | 2 | 39 | 39 |
| Octal | 320 | 127 | 123 | 0 | 72 | 74 | 22 | 2 | 71 | 71 |
| Binary | 11010000 | 1010111 | 1010011 | 0 | 111010 | 111100 | 10010 | 10 | 111001 | 111001 |
Color Harmonies of #D05753
Complementary color
Monochromatic Colors of #D05753
Black with #D05753
Text Example
Text Example
White with #D05753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05753; }
p { color: rgb(208,87,83); }
H1.HeaderClassName
{
color: #D05753;
}
.AnyTagClassName
{
color: #D05753;
}
</style>
background-color css
<style>
a { background-color: #D05753; }
a { background-color: rgb(208,87,83); }
div.DivClassName
{
background-color: #D05753;
}
.BgClassName
{
background-color: #D05753;
}
</style>
border-color css
<style>
span { border-color: #D05753; }
span { border-color: rgb(208,87,83); }
td.TdClassName
{
border-color: #D05753;
}
.TagClassName
{
border-color: #D05753;
}
</style>