Shades of Valencia #D44841
Tints of Valencia #D44841
RGB
CMYK
RGB Variations
Color information
#D44841 (or 0xD44841) is known color: Valencia. HEX triplet: D4, 48 and 41. RGB value is (212,72,65). Sum of RGB (Red+Green+Blue) = 212+72+65=349 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.74% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 212 - color contains mainly: red. Hex color #D44841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44841 is #2BB7BE. Grayscale: #717171. Windows color (decimal): -2865087 or 4278484. OLE color: 4278484.
HSL color Cylindrical-coordinate representation of color #D44841: hue angle of 2.86º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D44841 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 72 | 65 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.17 |
| HSL | 2.86º | 0.63% | 0.54% | - |
| HSV(B) | 2.86º | 0.69% | 0.83% | - |
| XYZ | 30.42 | 19.01 | 7.07 | - |
| YUV | 113.06 | 100.88 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 65 | 0 | 0.66 | 0.69 | 0.17 | 2.86 | 0.63 | 0.54 |
| Hex | D4 | 48 | 41 | 0 | 42 | 45 | 11 | 3 | 3F | 36 |
| Octal | 324 | 110 | 101 | 0 | 102 | 105 | 21 | 3 | 77 | 66 |
| Binary | 11010100 | 1001000 | 1000001 | 0 | 1000010 | 1000101 | 10001 | 11 | 111111 | 110110 |
Color Harmonies of #D44841
Complementary color
Monochromatic Colors of #D44841
Black with #D44841
Text Example
Text Example
White with #D44841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44841; }
p { color: rgb(212,72,65); }
H1.HeaderClassName
{
color: #D44841;
}
.AnyTagClassName
{
color: #D44841;
}
</style>
background-color css
<style>
a { background-color: #D44841; }
a { background-color: rgb(212,72,65); }
div.DivClassName
{
background-color: #D44841;
}
.BgClassName
{
background-color: #D44841;
}
</style>
border-color css
<style>
span { border-color: #D44841; }
span { border-color: rgb(212,72,65); }
td.TdClassName
{
border-color: #D44841;
}
.TagClassName
{
border-color: #D44841;
}
</style>