Shades of Valencia #D44847
Tints of Valencia #D44847
RGB
CMYK
RGB Variations
Color information
#D44847 (or 0xD44847) is known color: Valencia. HEX triplet: D4, 48 and 47. RGB value is (212,72,71). Sum of RGB (Red+Green+Blue) = 212+72+71=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D44847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44847 is #2BB7B8. Grayscale: #717171. Windows color (decimal): -2865081 or 4671700. OLE color: 4671700.
HSL color Cylindrical-coordinate representation of color #D44847: hue angle of 0.43º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D44847 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 72 | 71 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.17 |
| HSL | 0.43º | 0.62% | 0.55% | - |
| HSV(B) | 0.43º | 0.67% | 0.83% | - |
| XYZ | 30.61 | 19.09 | 8.03 | - |
| YUV | 113.75 | 103.88 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 71 | 0 | 0.66 | 0.67 | 0.17 | 0.43 | 0.62 | 0.55 |
| Hex | D4 | 48 | 47 | 0 | 42 | 43 | 11 | 0 | 3E | 37 |
| Octal | 324 | 110 | 107 | 0 | 102 | 103 | 21 | 0 | 76 | 67 |
| Binary | 11010100 | 1001000 | 1000111 | 0 | 1000010 | 1000011 | 10001 | 0 | 111110 | 110111 |
Color Harmonies of #D44847
Complementary color
Monochromatic Colors of #D44847
Black with #D44847
Text Example
Text Example
White with #D44847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44847; }
p { color: rgb(212,72,71); }
H1.HeaderClassName
{
color: #D44847;
}
.AnyTagClassName
{
color: #D44847;
}
</style>
background-color css
<style>
a { background-color: #D44847; }
a { background-color: rgb(212,72,71); }
div.DivClassName
{
background-color: #D44847;
}
.BgClassName
{
background-color: #D44847;
}
</style>
border-color css
<style>
span { border-color: #D44847; }
span { border-color: rgb(212,72,71); }
td.TdClassName
{
border-color: #D44847;
}
.TagClassName
{
border-color: #D44847;
}
</style>