Shades of Valencia #DD4E4E
Tints of Valencia #DD4E4E
RGB
CMYK
RGB Variations
Color information
#DD4E4E (or 0xDD4E4E) is known color: Valencia. HEX triplet: DD, 4E and 4E. RGB value is (221,78,78). Sum of RGB (Red+Green+Blue) = 221+78+78=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4E4E is #22B1B1. Grayscale: #787878. Windows color (decimal): -2273714 or 5131997. OLE color: 5131997.
HSL color Cylindrical-coordinate representation of color #DD4E4E: hue angle of 0º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4E4E is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 78 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.13 |
| HSL | 0º | 0.68% | 0.59% | - |
| HSV(B) | 0º | 0.65% | 0.87% | - |
| XYZ | 33.92 | 21.37 | 9.55 | - |
| YUV | 120.76 | 103.88 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 78 | 0 | 0.65 | 0.65 | 0.13 | 0 | 0.68 | 0.59 |
| Hex | DD | 4E | 4E | 0 | 41 | 41 | D | 0 | 44 | 3B |
| Octal | 335 | 116 | 116 | 0 | 101 | 101 | 15 | 0 | 104 | 73 |
| Binary | 11011101 | 1001110 | 1001110 | 0 | 1000001 | 1000001 | 1101 | 0 | 1000100 | 111011 |
Color Harmonies of #DD4E4E
Complementary color
Monochromatic Colors of #DD4E4E
Black with #DD4E4E
Text Example
Text Example
White with #DD4E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E4E; }
p { color: rgb(221,78,78); }
H1.HeaderClassName
{
color: #DD4E4E;
}
.AnyTagClassName
{
color: #DD4E4E;
}
</style>
background-color css
<style>
a { background-color: #DD4E4E; }
a { background-color: rgb(221,78,78); }
div.DivClassName
{
background-color: #DD4E4E;
}
.BgClassName
{
background-color: #DD4E4E;
}
</style>
border-color css
<style>
span { border-color: #DD4E4E; }
span { border-color: rgb(221,78,78); }
td.TdClassName
{
border-color: #DD4E4E;
}
.TagClassName
{
border-color: #DD4E4E;
}
</style>