Shades of Cardinal #D12140
Tints of Cardinal #D12140
RGB
CMYK
RGB Variations
Color information
#D12140 (or 0xD12140) is known color: Cardinal. HEX triplet: D1, 21 and 40. RGB value is (209,33,64). Sum of RGB (Red+Green+Blue) = 209+33+64=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D12140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12140 is #2EDEBF. Grayscale: #595959. Windows color (decimal): -3071680 or 4202961. OLE color: 4202961.
HSL color Cylindrical-coordinate representation of color #D12140: hue angle of 349.43º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D12140 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 64 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.18 |
| HSL | 349.43º | 0.73% | 0.47% | - |
| HSV(B) | 349.43º | 0.84% | 0.82% | - |
| XYZ | 27.76 | 15.01 | 6.29 | - |
| YUV | 89.16 | 113.81 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 64 | 0 | 0.84 | 0.69 | 0.18 | 349.43 | 0.73 | 0.47 |
| Hex | D1 | 21 | 40 | 0 | 54 | 45 | 12 | 15D | 49 | 2F |
| Octal | 321 | 41 | 100 | 0 | 124 | 105 | 22 | 535 | 111 | 57 |
| Binary | 11010001 | 100001 | 1000000 | 0 | 1010100 | 1000101 | 10010 | 101011101 | 1001001 | 101111 |
Color Harmonies of #D12140
Complementary color
Monochromatic Colors of #D12140
Black with #D12140
Text Example
Text Example
White with #D12140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12140; }
p { color: rgb(209,33,64); }
H1.HeaderClassName
{
color: #D12140;
}
.AnyTagClassName
{
color: #D12140;
}
</style>
background-color css
<style>
a { background-color: #D12140; }
a { background-color: rgb(209,33,64); }
div.DivClassName
{
background-color: #D12140;
}
.BgClassName
{
background-color: #D12140;
}
</style>
border-color css
<style>
span { border-color: #D12140; }
span { border-color: rgb(209,33,64); }
td.TdClassName
{
border-color: #D12140;
}
.TagClassName
{
border-color: #D12140;
}
</style>