Shades of Valencia #D04C4B
Tints of Valencia #D04C4B
RGB
CMYK
RGB Variations
Color information
#D04C4B (or 0xD04C4B) is known color: Valencia. HEX triplet: D0, 4C and 4B. RGB value is (208,76,75). Sum of RGB (Red+Green+Blue) = 208+76+75=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04C4B is #2FB3B4. Grayscale: #737373. Windows color (decimal): -3126197 or 4934864. OLE color: 4934864.
HSL color Cylindrical-coordinate representation of color #D04C4B: hue angle of 0.45º 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 #D04C4B is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 75 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.18 |
| HSL | 0.45º | 0.59% | 0.55% | - |
| HSV(B) | 0.45º | 0.64% | 0.82% | - |
| XYZ | 29.87 | 19.09 | 8.77 | - |
| YUV | 115.35 | 105.23 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 75 | 0 | 0.63 | 0.64 | 0.18 | 0.45 | 0.59 | 0.55 |
| Hex | D0 | 4C | 4B | 0 | 3F | 40 | 12 | 0 | 3B | 37 |
| Octal | 320 | 114 | 113 | 0 | 77 | 100 | 22 | 0 | 73 | 67 |
| Binary | 11010000 | 1001100 | 1001011 | 0 | 111111 | 1000000 | 10010 | 0 | 111011 | 110111 |
Color Harmonies of #D04C4B
Complementary color
Monochromatic Colors of #D04C4B
Black with #D04C4B
Text Example
Text Example
White with #D04C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04C4B; }
p { color: rgb(208,76,75); }
H1.HeaderClassName
{
color: #D04C4B;
}
.AnyTagClassName
{
color: #D04C4B;
}
</style>
background-color css
<style>
a { background-color: #D04C4B; }
a { background-color: rgb(208,76,75); }
div.DivClassName
{
background-color: #D04C4B;
}
.BgClassName
{
background-color: #D04C4B;
}
</style>
border-color css
<style>
span { border-color: #D04C4B; }
span { border-color: rgb(208,76,75); }
td.TdClassName
{
border-color: #D04C4B;
}
.TagClassName
{
border-color: #D04C4B;
}
</style>