Shades of Cardinal #D12239
Tints of Cardinal #D12239
RGB
CMYK
RGB Variations
Color information
#D12239 (or 0xD12239) is known color: Cardinal. HEX triplet: D1, 22 and 39. RGB value is (209,34,57). Sum of RGB (Red+Green+Blue) = 209+34+57=300 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.67% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 209 - color contains mainly: red. Hex color #D12239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12239 is #2EDDC6. Grayscale: #595959. Windows color (decimal): -3071431 or 3744465. OLE color: 3744465.
HSL color Cylindrical-coordinate representation of color #D12239: hue angle of 352.11º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D12239 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 57 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.18 |
| HSL | 352.11º | 0.72% | 0.48% | - |
| HSV(B) | 352.11º | 0.84% | 0.82% | - |
| XYZ | 27.61 | 14.99 | 5.31 | - |
| YUV | 88.95 | 109.98 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 57 | 0 | 0.84 | 0.73 | 0.18 | 352.11 | 0.72 | 0.48 |
| Hex | D1 | 22 | 39 | 0 | 54 | 49 | 12 | 160 | 48 | 30 |
| Octal | 321 | 42 | 71 | 0 | 124 | 111 | 22 | 540 | 110 | 60 |
| Binary | 11010001 | 100010 | 111001 | 0 | 1010100 | 1001001 | 10010 | 101100000 | 1001000 | 110000 |
Color Harmonies of #D12239
Complementary color
Monochromatic Colors of #D12239
Black with #D12239
Text Example
Text Example
White with #D12239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12239; }
p { color: rgb(209,34,57); }
H1.HeaderClassName
{
color: #D12239;
}
.AnyTagClassName
{
color: #D12239;
}
</style>
background-color css
<style>
a { background-color: #D12239; }
a { background-color: rgb(209,34,57); }
div.DivClassName
{
background-color: #D12239;
}
.BgClassName
{
background-color: #D12239;
}
</style>
border-color css
<style>
span { border-color: #D12239; }
span { border-color: rgb(209,34,57); }
td.TdClassName
{
border-color: #D12239;
}
.TagClassName
{
border-color: #D12239;
}
</style>