Shades of Cardinal #D12041
Tints of Cardinal #D12041
RGB
CMYK
RGB Variations
Color information
#D12041 (or 0xD12041) is known color: Cardinal. HEX triplet: D1, 20 and 41. RGB value is (209,32,65). Sum of RGB (Red+Green+Blue) = 209+32+65=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D12041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12041 is #2EDFBE. Grayscale: #585858. Windows color (decimal): -3071935 or 4268241. OLE color: 4268241.
HSL color Cylindrical-coordinate representation of color #D12041: hue angle of 348.81º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D12041 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 65 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.18 |
| HSL | 348.81º | 0.73% | 0.47% | - |
| HSV(B) | 348.81º | 0.85% | 0.82% | - |
| XYZ | 27.77 | 14.97 | 6.43 | - |
| YUV | 88.69 | 114.64 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 65 | 0 | 0.85 | 0.69 | 0.18 | 348.81 | 0.73 | 0.47 |
| Hex | D1 | 20 | 41 | 0 | 55 | 45 | 12 | 15D | 49 | 2F |
| Octal | 321 | 40 | 101 | 0 | 125 | 105 | 22 | 535 | 111 | 57 |
| Binary | 11010001 | 100000 | 1000001 | 0 | 1010101 | 1000101 | 10010 | 101011101 | 1001001 | 101111 |
Color Harmonies of #D12041
Complementary color
Monochromatic Colors of #D12041
Black with #D12041
Text Example
Text Example
White with #D12041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12041; }
p { color: rgb(209,32,65); }
H1.HeaderClassName
{
color: #D12041;
}
.AnyTagClassName
{
color: #D12041;
}
</style>
background-color css
<style>
a { background-color: #D12041; }
a { background-color: rgb(209,32,65); }
div.DivClassName
{
background-color: #D12041;
}
.BgClassName
{
background-color: #D12041;
}
</style>
border-color css
<style>
span { border-color: #D12041; }
span { border-color: rgb(209,32,65); }
td.TdClassName
{
border-color: #D12041;
}
.TagClassName
{
border-color: #D12041;
}
</style>