Shades of Cardinal #D1243A
Tints of Cardinal #D1243A
RGB
CMYK
RGB Variations
Color information
#D1243A (or 0xD1243A) is known color: Cardinal. HEX triplet: D1, 24 and 3A. RGB value is (209,36,58). Sum of RGB (Red+Green+Blue) = 209+36+58=303 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.98% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 209 - color contains mainly: red. Hex color #D1243A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1243A is #2EDBC5. Grayscale: #5A5A5A. Windows color (decimal): -3070918 or 3810513. OLE color: 3810513.
HSL color Cylindrical-coordinate representation of color #D1243A: hue angle of 352.37º 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 #D1243A is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 36 | 58 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.18 |
| HSL | 352.37º | 0.71% | 0.48% | - |
| HSV(B) | 352.37º | 0.83% | 0.82% | - |
| XYZ | 27.69 | 15.12 | 5.46 | - |
| YUV | 90.24 | 109.81 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 58 | 0 | 0.83 | 0.72 | 0.18 | 352.37 | 0.71 | 0.48 |
| Hex | D1 | 24 | 3A | 0 | 53 | 48 | 12 | 160 | 47 | 30 |
| Octal | 321 | 44 | 72 | 0 | 123 | 110 | 22 | 540 | 107 | 60 |
| Binary | 11010001 | 100100 | 111010 | 0 | 1010011 | 1001000 | 10010 | 101100000 | 1000111 | 110000 |
Color Harmonies of #D1243A
Complementary color
Monochromatic Colors of #D1243A
Black with #D1243A
Text Example
Text Example
White with #D1243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1243A; }
p { color: rgb(209,36,58); }
H1.HeaderClassName
{
color: #D1243A;
}
.AnyTagClassName
{
color: #D1243A;
}
</style>
background-color css
<style>
a { background-color: #D1243A; }
a { background-color: rgb(209,36,58); }
div.DivClassName
{
background-color: #D1243A;
}
.BgClassName
{
background-color: #D1243A;
}
</style>
border-color css
<style>
span { border-color: #D1243A; }
span { border-color: rgb(209,36,58); }
td.TdClassName
{
border-color: #D1243A;
}
.TagClassName
{
border-color: #D1243A;
}
</style>