Shades of Valencia #DF4A45
Tints of Valencia #DF4A45
RGB
CMYK
RGB Variations
Color information
#DF4A45 (or 0xDF4A45) is known color: Valencia. HEX triplet: DF, 4A and 45. RGB value is (223,74,69). Sum of RGB (Red+Green+Blue) = 223+74+69=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4A45 is #20B5BA. Grayscale: #767676. Windows color (decimal): -2143675 or 4541151. OLE color: 4541151.
HSL color Cylindrical-coordinate representation of color #DF4A45: hue angle of 1.95º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF4A45 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 69 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.13 |
| HSL | 1.95º | 0.71% | 0.57% | - |
| HSV(B) | 1.95º | 0.69% | 0.87% | - |
| XYZ | 33.95 | 21.02 | 7.9 | - |
| YUV | 117.98 | 100.36 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 69 | 0 | 0.67 | 0.69 | 0.13 | 1.95 | 0.71 | 0.57 |
| Hex | DF | 4A | 45 | 0 | 43 | 45 | D | 2 | 47 | 39 |
| Octal | 337 | 112 | 105 | 0 | 103 | 105 | 15 | 2 | 107 | 71 |
| Binary | 11011111 | 1001010 | 1000101 | 0 | 1000011 | 1000101 | 1101 | 10 | 1000111 | 111001 |
Color Harmonies of #DF4A45
Complementary color
Monochromatic Colors of #DF4A45
Black with #DF4A45
Text Example
Text Example
White with #DF4A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4A45; }
p { color: rgb(223,74,69); }
H1.HeaderClassName
{
color: #DF4A45;
}
.AnyTagClassName
{
color: #DF4A45;
}
</style>
background-color css
<style>
a { background-color: #DF4A45; }
a { background-color: rgb(223,74,69); }
div.DivClassName
{
background-color: #DF4A45;
}
.BgClassName
{
background-color: #DF4A45;
}
</style>
border-color css
<style>
span { border-color: #DF4A45; }
span { border-color: rgb(223,74,69); }
td.TdClassName
{
border-color: #DF4A45;
}
.TagClassName
{
border-color: #DF4A45;
}
</style>