Shades of Cardinal #D12436
Tints of Cardinal #D12436
RGB
CMYK
RGB Variations
Color information
#D12436 (or 0xD12436) is known color: Cardinal. HEX triplet: D1, 24 and 36. RGB value is (209,36,54). Sum of RGB (Red+Green+Blue) = 209+36+54=299 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.90% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 209 - color contains mainly: red. Hex color #D12436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12436 is #2EDBC9. Grayscale: #595959. Windows color (decimal): -3070922 or 3548369. OLE color: 3548369.
HSL color Cylindrical-coordinate representation of color #D12436: hue angle of 353.76º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D12436 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 36 | 54 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.18 |
| HSL | 353.76º | 0.71% | 0.48% | - |
| HSV(B) | 353.76º | 0.83% | 0.82% | - |
| XYZ | 27.59 | 15.08 | 4.95 | - |
| YUV | 89.78 | 107.81 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 54 | 0 | 0.83 | 0.74 | 0.18 | 353.76 | 0.71 | 0.48 |
| Hex | D1 | 24 | 36 | 0 | 53 | 4A | 12 | 162 | 47 | 30 |
| Octal | 321 | 44 | 66 | 0 | 123 | 112 | 22 | 542 | 107 | 60 |
| Binary | 11010001 | 100100 | 110110 | 0 | 1010011 | 1001010 | 10010 | 101100010 | 1000111 | 110000 |
Color Harmonies of #D12436
Complementary color
Monochromatic Colors of #D12436
Black with #D12436
Text Example
Text Example
White with #D12436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12436; }
p { color: rgb(209,36,54); }
H1.HeaderClassName
{
color: #D12436;
}
.AnyTagClassName
{
color: #D12436;
}
</style>
background-color css
<style>
a { background-color: #D12436; }
a { background-color: rgb(209,36,54); }
div.DivClassName
{
background-color: #D12436;
}
.BgClassName
{
background-color: #D12436;
}
</style>
border-color css
<style>
span { border-color: #D12436; }
span { border-color: rgb(209,36,54); }
td.TdClassName
{
border-color: #D12436;
}
.TagClassName
{
border-color: #D12436;
}
</style>