Shades of Valencia #D04B4B
Tints of Valencia #D04B4B
RGB
CMYK
RGB Variations
Color information
#D04B4B (or 0xD04B4B) is known color: Valencia. HEX triplet: D0, 4B and 4B. RGB value is (208,75,75). Sum of RGB (Red+Green+Blue) = 208+75+75=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04B4B is #2FB4B4. Grayscale: #727272. Windows color (decimal): -3126453 or 4934608. OLE color: 4934608.
HSL color Cylindrical-coordinate representation of color #D04B4B: hue angle of 0º 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 #D04B4B is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 75 | 75 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.18 |
| HSL | 0º | 0.59% | 0.55% | - |
| HSV(B) | 0º | 0.64% | 0.82% | - |
| XYZ | 29.8 | 18.95 | 8.74 | - |
| YUV | 114.77 | 105.56 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 75 | 0 | 0.64 | 0.64 | 0.18 | 0 | 0.59 | 0.55 |
| Hex | D0 | 4B | 4B | 0 | 40 | 40 | 12 | 0 | 3B | 37 |
| Octal | 320 | 113 | 113 | 0 | 100 | 100 | 22 | 0 | 73 | 67 |
| Binary | 11010000 | 1001011 | 1001011 | 0 | 1000000 | 1000000 | 10010 | 0 | 111011 | 110111 |
Color Harmonies of #D04B4B
Complementary color
Monochromatic Colors of #D04B4B
Black with #D04B4B
Text Example
Text Example
White with #D04B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04B4B; }
p { color: rgb(208,75,75); }
H1.HeaderClassName
{
color: #D04B4B;
}
.AnyTagClassName
{
color: #D04B4B;
}
</style>
background-color css
<style>
a { background-color: #D04B4B; }
a { background-color: rgb(208,75,75); }
div.DivClassName
{
background-color: #D04B4B;
}
.BgClassName
{
background-color: #D04B4B;
}
</style>
border-color css
<style>
span { border-color: #D04B4B; }
span { border-color: rgb(208,75,75); }
td.TdClassName
{
border-color: #D04B4B;
}
.TagClassName
{
border-color: #D04B4B;
}
</style>