Shades of Valencia #D44C42
Tints of Valencia #D44C42
RGB
CMYK
RGB Variations
Color information
#D44C42 (or 0xD44C42) is known color: Valencia. HEX triplet: D4, 4C and 42. RGB value is (212,76,66). Sum of RGB (Red+Green+Blue) = 212+76+66=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D44C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44C42 is #2BB3BD. Grayscale: #737373. Windows color (decimal): -2864062 or 4345044. OLE color: 4345044.
HSL color Cylindrical-coordinate representation of color #D44C42: hue angle of 4.11º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D44C42 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 76 | 66 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.17 |
| HSL | 4.11º | 0.63% | 0.55% | - |
| HSV(B) | 4.11º | 0.69% | 0.83% | - |
| XYZ | 30.72 | 19.56 | 7.31 | - |
| YUV | 115.52 | 100.06 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 76 | 66 | 0 | 0.64 | 0.69 | 0.17 | 4.11 | 0.63 | 0.55 |
| Hex | D4 | 4C | 42 | 0 | 40 | 45 | 11 | 4 | 3F | 37 |
| Octal | 324 | 114 | 102 | 0 | 100 | 105 | 21 | 4 | 77 | 67 |
| Binary | 11010100 | 1001100 | 1000010 | 0 | 1000000 | 1000101 | 10001 | 100 | 111111 | 110111 |
Color Harmonies of #D44C42
Complementary color
Monochromatic Colors of #D44C42
Black with #D44C42
Text Example
Text Example
White with #D44C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44C42; }
p { color: rgb(212,76,66); }
H1.HeaderClassName
{
color: #D44C42;
}
.AnyTagClassName
{
color: #D44C42;
}
</style>
background-color css
<style>
a { background-color: #D44C42; }
a { background-color: rgb(212,76,66); }
div.DivClassName
{
background-color: #D44C42;
}
.BgClassName
{
background-color: #D44C42;
}
</style>
border-color css
<style>
span { border-color: #D44C42; }
span { border-color: rgb(212,76,66); }
td.TdClassName
{
border-color: #D44C42;
}
.TagClassName
{
border-color: #D44C42;
}
</style>