Shades of Cardinal #D12435
Tints of Cardinal #D12435
RGB
CMYK
RGB Variations
Color information
#D12435 (or 0xD12435) is known color: Cardinal. HEX triplet: D1, 24 and 35. RGB value is (209,36,53). Sum of RGB (Red+Green+Blue) = 209+36+53=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D12435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12435 is #2EDBCA. Grayscale: #595959. Windows color (decimal): -3070923 or 3482833. OLE color: 3482833.
HSL color Cylindrical-coordinate representation of color #D12435: hue angle of 354.1º 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 #D12435 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 36 | 53 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.18 |
| HSL | 354.1º | 0.71% | 0.48% | - |
| HSV(B) | 354.1º | 0.83% | 0.82% | - |
| XYZ | 27.57 | 15.07 | 4.82 | - |
| YUV | 89.67 | 107.31 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 53 | 0 | 0.83 | 0.75 | 0.18 | 354.1 | 0.71 | 0.48 |
| Hex | D1 | 24 | 35 | 0 | 53 | 4B | 12 | 162 | 47 | 30 |
| Octal | 321 | 44 | 65 | 0 | 123 | 113 | 22 | 542 | 107 | 60 |
| Binary | 11010001 | 100100 | 110101 | 0 | 1010011 | 1001011 | 10010 | 101100010 | 1000111 | 110000 |
Color Harmonies of #D12435
Complementary color
Monochromatic Colors of #D12435
Black with #D12435
Text Example
Text Example
White with #D12435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12435; }
p { color: rgb(209,36,53); }
H1.HeaderClassName
{
color: #D12435;
}
.AnyTagClassName
{
color: #D12435;
}
</style>
background-color css
<style>
a { background-color: #D12435; }
a { background-color: rgb(209,36,53); }
div.DivClassName
{
background-color: #D12435;
}
.BgClassName
{
background-color: #D12435;
}
</style>
border-color css
<style>
span { border-color: #D12435; }
span { border-color: rgb(209,36,53); }
td.TdClassName
{
border-color: #D12435;
}
.TagClassName
{
border-color: #D12435;
}
</style>