Shades of Valencia #DD4B4B
Tints of Valencia #DD4B4B
RGB
CMYK
RGB Variations
Color information
#DD4B4B (or 0xDD4B4B) is known color: Valencia. HEX triplet: DD, 4B and 4B. RGB value is (221,75,75). Sum of RGB (Red+Green+Blue) = 221+75+75=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4B4B is #22B4B4. Grayscale: #767676. Windows color (decimal): -2274485 or 4934621. OLE color: 4934621.
HSL color Cylindrical-coordinate representation of color #DD4B4B: hue angle of 0º 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 #DD4B4B is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 75 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.13 |
| HSL | 0º | 0.68% | 0.58% | - |
| HSV(B) | 0º | 0.66% | 0.87% | - |
| XYZ | 33.6 | 20.91 | 8.92 | - |
| YUV | 118.65 | 103.37 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 75 | 0 | 0.66 | 0.66 | 0.13 | 0 | 0.68 | 0.58 |
| Hex | DD | 4B | 4B | 0 | 42 | 42 | D | 0 | 44 | 3A |
| Octal | 335 | 113 | 113 | 0 | 102 | 102 | 15 | 0 | 104 | 72 |
| Binary | 11011101 | 1001011 | 1001011 | 0 | 1000010 | 1000010 | 1101 | 0 | 1000100 | 111010 |
Color Harmonies of #DD4B4B
Complementary color
Monochromatic Colors of #DD4B4B
Black with #DD4B4B
Text Example
Text Example
White with #DD4B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4B4B; }
p { color: rgb(221,75,75); }
H1.HeaderClassName
{
color: #DD4B4B;
}
.AnyTagClassName
{
color: #DD4B4B;
}
</style>
background-color css
<style>
a { background-color: #DD4B4B; }
a { background-color: rgb(221,75,75); }
div.DivClassName
{
background-color: #DD4B4B;
}
.BgClassName
{
background-color: #DD4B4B;
}
</style>
border-color css
<style>
span { border-color: #DD4B4B; }
span { border-color: rgb(221,75,75); }
td.TdClassName
{
border-color: #DD4B4B;
}
.TagClassName
{
border-color: #DD4B4B;
}
</style>