Shades of Cardinal #CA112F
Tints of Cardinal #CA112F
RGB
CMYK
RGB Variations
Color information
#CA112F (or 0xCA112F) is known color: Cardinal. HEX triplet: CA, 11 and 2F. RGB value is (202,17,47). Sum of RGB (Red+Green+Blue) = 202+17+47=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA112F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA112F is #35EED0. Grayscale: #4B4B4B. Windows color (decimal): -3534545 or 3084746. OLE color: 3084746.
HSL color Cylindrical-coordinate representation of color #CA112F: hue angle of 350.27º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA112F is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 47 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.21 |
| HSL | 350.27º | 0.84% | 0.43% | - |
| HSV(B) | 350.27º | 0.92% | 0.79% | - |
| XYZ | 25.07 | 13.16 | 3.91 | - |
| YUV | 75.74 | 111.79 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 47 | 0 | 0.92 | 0.77 | 0.21 | 350.27 | 0.84 | 0.43 |
| Hex | CA | 11 | 2F | 0 | 5C | 4D | 15 | 15E | 54 | 2B |
| Octal | 312 | 21 | 57 | 0 | 134 | 115 | 25 | 536 | 124 | 53 |
| Binary | 11001010 | 10001 | 101111 | 0 | 1011100 | 1001101 | 10101 | 101011110 | 1010100 | 101011 |
Color Harmonies of #CA112F
Complementary color
Monochromatic Colors of #CA112F
Black with #CA112F
Text Example
Text Example
White with #CA112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA112F; }
p { color: rgb(202,17,47); }
H1.HeaderClassName
{
color: #CA112F;
}
.AnyTagClassName
{
color: #CA112F;
}
</style>
background-color css
<style>
a { background-color: #CA112F; }
a { background-color: rgb(202,17,47); }
div.DivClassName
{
background-color: #CA112F;
}
.BgClassName
{
background-color: #CA112F;
}
</style>
border-color css
<style>
span { border-color: #CA112F; }
span { border-color: rgb(202,17,47); }
td.TdClassName
{
border-color: #CA112F;
}
.TagClassName
{
border-color: #CA112F;
}
</style>