Shades of Cardinal #CA122F
Tints of Cardinal #CA122F
RGB
CMYK
RGB Variations
Color information
#CA122F (or 0xCA122F) is known color: Cardinal. HEX triplet: CA, 12 and 2F. RGB value is (202,18,47). Sum of RGB (Red+Green+Blue) = 202+18+47=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA122F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA122F is #35EDD0. Grayscale: #4C4C4C. Windows color (decimal): -3534289 or 3085002. OLE color: 3085002.
HSL color Cylindrical-coordinate representation of color #CA122F: hue angle of 350.54º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA122F is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 47 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.21 |
| HSL | 350.54º | 0.84% | 0.43% | - |
| HSV(B) | 350.54º | 0.91% | 0.79% | - |
| XYZ | 25.09 | 13.19 | 3.91 | - |
| YUV | 76.32 | 111.46 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 47 | 0 | 0.91 | 0.77 | 0.21 | 350.54 | 0.84 | 0.43 |
| Hex | CA | 12 | 2F | 0 | 5B | 4D | 15 | 15F | 54 | 2B |
| Octal | 312 | 22 | 57 | 0 | 133 | 115 | 25 | 537 | 124 | 53 |
| Binary | 11001010 | 10010 | 101111 | 0 | 1011011 | 1001101 | 10101 | 101011111 | 1010100 | 101011 |
Color Harmonies of #CA122F
Complementary color
Monochromatic Colors of #CA122F
Black with #CA122F
Text Example
Text Example
White with #CA122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA122F; }
p { color: rgb(202,18,47); }
H1.HeaderClassName
{
color: #CA122F;
}
.AnyTagClassName
{
color: #CA122F;
}
</style>
background-color css
<style>
a { background-color: #CA122F; }
a { background-color: rgb(202,18,47); }
div.DivClassName
{
background-color: #CA122F;
}
.BgClassName
{
background-color: #CA122F;
}
</style>
border-color css
<style>
span { border-color: #CA122F; }
span { border-color: rgb(202,18,47); }
td.TdClassName
{
border-color: #CA122F;
}
.TagClassName
{
border-color: #CA122F;
}
</style>