Shades of Valencia #D44642
Tints of Valencia #D44642
RGB
CMYK
RGB Variations
Color information
#D44642 (or 0xD44642) is known color: Valencia. HEX triplet: D4, 46 and 42. RGB value is (212,70,66). Sum of RGB (Red+Green+Blue) = 212+70+66=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D44642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44642 is #2BB9BD. Grayscale: #707070. Windows color (decimal): -2865598 or 4343508. OLE color: 4343508.
HSL color Cylindrical-coordinate representation of color #D44642: hue angle of 1.64º 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 #D44642 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 66 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.17 |
| HSL | 1.64º | 0.63% | 0.55% | - |
| HSV(B) | 1.64º | 0.69% | 0.83% | - |
| XYZ | 30.32 | 18.77 | 7.18 | - |
| YUV | 112 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 66 | 0 | 0.67 | 0.69 | 0.17 | 1.64 | 0.63 | 0.55 |
| Hex | D4 | 46 | 42 | 0 | 43 | 45 | 11 | 2 | 3F | 37 |
| Octal | 324 | 106 | 102 | 0 | 103 | 105 | 21 | 2 | 77 | 67 |
| Binary | 11010100 | 1000110 | 1000010 | 0 | 1000011 | 1000101 | 10001 | 10 | 111111 | 110111 |
Color Harmonies of #D44642
Complementary color
Monochromatic Colors of #D44642
Black with #D44642
Text Example
Text Example
White with #D44642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44642; }
p { color: rgb(212,70,66); }
H1.HeaderClassName
{
color: #D44642;
}
.AnyTagClassName
{
color: #D44642;
}
</style>
background-color css
<style>
a { background-color: #D44642; }
a { background-color: rgb(212,70,66); }
div.DivClassName
{
background-color: #D44642;
}
.BgClassName
{
background-color: #D44642;
}
</style>
border-color css
<style>
span { border-color: #D44642; }
span { border-color: rgb(212,70,66); }
td.TdClassName
{
border-color: #D44642;
}
.TagClassName
{
border-color: #D44642;
}
</style>