Shades of Valencia #DD4F4B
Tints of Valencia #DD4F4B
RGB
CMYK
RGB Variations
Color information
#DD4F4B (or 0xDD4F4B) is known color: Valencia. HEX triplet: DD, 4F and 4B. RGB value is (221,79,75). Sum of RGB (Red+Green+Blue) = 221+79+75=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4F4B is #22B0B4. Grayscale: #797979. Windows color (decimal): -2273461 or 4935645. OLE color: 4935645.
HSL color Cylindrical-coordinate representation of color #DD4F4B: hue angle of 1.64º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4F4B is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 75 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.13 |
| HSL | 1.64º | 0.68% | 0.58% | - |
| HSV(B) | 1.64º | 0.66% | 0.87% | - |
| XYZ | 33.88 | 21.47 | 9.02 | - |
| YUV | 121 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 75 | 0 | 0.64 | 0.66 | 0.13 | 1.64 | 0.68 | 0.58 |
| Hex | DD | 4F | 4B | 0 | 40 | 42 | D | 2 | 44 | 3A |
| Octal | 335 | 117 | 113 | 0 | 100 | 102 | 15 | 2 | 104 | 72 |
| Binary | 11011101 | 1001111 | 1001011 | 0 | 1000000 | 1000010 | 1101 | 10 | 1000100 | 111010 |
Color Harmonies of #DD4F4B
Complementary color
Monochromatic Colors of #DD4F4B
Black with #DD4F4B
Text Example
Text Example
White with #DD4F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F4B; }
p { color: rgb(221,79,75); }
H1.HeaderClassName
{
color: #DD4F4B;
}
.AnyTagClassName
{
color: #DD4F4B;
}
</style>
background-color css
<style>
a { background-color: #DD4F4B; }
a { background-color: rgb(221,79,75); }
div.DivClassName
{
background-color: #DD4F4B;
}
.BgClassName
{
background-color: #DD4F4B;
}
</style>
border-color css
<style>
span { border-color: #DD4F4B; }
span { border-color: rgb(221,79,75); }
td.TdClassName
{
border-color: #DD4F4B;
}
.TagClassName
{
border-color: #DD4F4B;
}
</style>