Shades of Cardinal #D12142
Tints of Cardinal #D12142
RGB
CMYK
RGB Variations
Color information
#D12142 (or 0xD12142) is known color: Cardinal. HEX triplet: D1, 21 and 42. RGB value is (209,33,66). Sum of RGB (Red+Green+Blue) = 209+33+66=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D12142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12142 is #2EDEBD. Grayscale: #595959. Windows color (decimal): -3071678 or 4334033. OLE color: 4334033.
HSL color Cylindrical-coordinate representation of color #D12142: hue angle of 348.75º 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 #D12142 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 66 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.18 |
| HSL | 348.75º | 0.73% | 0.47% | - |
| HSV(B) | 348.75º | 0.84% | 0.82% | - |
| XYZ | 27.82 | 15.04 | 6.59 | - |
| YUV | 89.39 | 114.81 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 66 | 0 | 0.84 | 0.68 | 0.18 | 348.75 | 0.73 | 0.47 |
| Hex | D1 | 21 | 42 | 0 | 54 | 44 | 12 | 15D | 49 | 2F |
| Octal | 321 | 41 | 102 | 0 | 124 | 104 | 22 | 535 | 111 | 57 |
| Binary | 11010001 | 100001 | 1000010 | 0 | 1010100 | 1000100 | 10010 | 101011101 | 1001001 | 101111 |
Color Harmonies of #D12142
Complementary color
Monochromatic Colors of #D12142
Black with #D12142
Text Example
Text Example
White with #D12142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12142; }
p { color: rgb(209,33,66); }
H1.HeaderClassName
{
color: #D12142;
}
.AnyTagClassName
{
color: #D12142;
}
</style>
background-color css
<style>
a { background-color: #D12142; }
a { background-color: rgb(209,33,66); }
div.DivClassName
{
background-color: #D12142;
}
.BgClassName
{
background-color: #D12142;
}
</style>
border-color css
<style>
span { border-color: #D12142; }
span { border-color: rgb(209,33,66); }
td.TdClassName
{
border-color: #D12142;
}
.TagClassName
{
border-color: #D12142;
}
</style>