Shades of Cardinal #D12434
Tints of Cardinal #D12434
RGB
CMYK
RGB Variations
Color information
#D12434 (or 0xD12434) is known color: Cardinal. HEX triplet: D1, 24 and 34. RGB value is (209,36,52). Sum of RGB (Red+Green+Blue) = 209+36+52=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D12434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12434 is #2EDBCB. Grayscale: #595959. Windows color (decimal): -3070924 or 3417297. OLE color: 3417297.
HSL color Cylindrical-coordinate representation of color #D12434: hue angle of 354.45º 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 #D12434 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 36 | 52 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.18 |
| HSL | 354.45º | 0.71% | 0.48% | - |
| HSV(B) | 354.45º | 0.83% | 0.82% | - |
| XYZ | 27.55 | 15.06 | 4.7 | - |
| YUV | 89.55 | 106.81 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 52 | 0 | 0.83 | 0.75 | 0.18 | 354.45 | 0.71 | 0.48 |
| Hex | D1 | 24 | 34 | 0 | 53 | 4B | 12 | 162 | 47 | 30 |
| Octal | 321 | 44 | 64 | 0 | 123 | 113 | 22 | 542 | 107 | 60 |
| Binary | 11010001 | 100100 | 110100 | 0 | 1010011 | 1001011 | 10010 | 101100010 | 1000111 | 110000 |
Color Harmonies of #D12434
Complementary color
Monochromatic Colors of #D12434
Black with #D12434
Text Example
Text Example
White with #D12434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12434; }
p { color: rgb(209,36,52); }
H1.HeaderClassName
{
color: #D12434;
}
.AnyTagClassName
{
color: #D12434;
}
</style>
background-color css
<style>
a { background-color: #D12434; }
a { background-color: rgb(209,36,52); }
div.DivClassName
{
background-color: #D12434;
}
.BgClassName
{
background-color: #D12434;
}
</style>
border-color css
<style>
span { border-color: #D12434; }
span { border-color: rgb(209,36,52); }
td.TdClassName
{
border-color: #D12434;
}
.TagClassName
{
border-color: #D12434;
}
</style>