Shades of Valencia #D44940
Tints of Valencia #D44940
RGB
CMYK
RGB Variations
Color information
#D44940 (or 0xD44940) is known color: Valencia. HEX triplet: D4, 49 and 40. RGB value is (212,73,64). Sum of RGB (Red+Green+Blue) = 212+73+64=349 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.74% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 212 - color contains mainly: red. Hex color #D44940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44940 is #2BB6BF. Grayscale: #717171. Windows color (decimal): -2864832 or 4213204. OLE color: 4213204.
HSL color Cylindrical-coordinate representation of color #D44940: hue angle of 3.65º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D44940 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 73 | 64 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.17 |
| HSL | 3.65º | 0.63% | 0.54% | - |
| HSV(B) | 3.65º | 0.7% | 0.83% | - |
| XYZ | 30.46 | 19.13 | 6.94 | - |
| YUV | 113.54 | 100.05 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 64 | 0 | 0.66 | 0.70 | 0.17 | 3.65 | 0.63 | 0.54 |
| Hex | D4 | 49 | 40 | 0 | 42 | 46 | 11 | 4 | 3F | 36 |
| Octal | 324 | 111 | 100 | 0 | 102 | 106 | 21 | 4 | 77 | 66 |
| Binary | 11010100 | 1001001 | 1000000 | 0 | 1000010 | 1000110 | 10001 | 100 | 111111 | 110110 |
Color Harmonies of #D44940
Complementary color
Monochromatic Colors of #D44940
Black with #D44940
Text Example
Text Example
White with #D44940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44940; }
p { color: rgb(212,73,64); }
H1.HeaderClassName
{
color: #D44940;
}
.AnyTagClassName
{
color: #D44940;
}
</style>
background-color css
<style>
a { background-color: #D44940; }
a { background-color: rgb(212,73,64); }
div.DivClassName
{
background-color: #D44940;
}
.BgClassName
{
background-color: #D44940;
}
</style>
border-color css
<style>
span { border-color: #D44940; }
span { border-color: rgb(212,73,64); }
td.TdClassName
{
border-color: #D44940;
}
.TagClassName
{
border-color: #D44940;
}
</style>