Shades of Cardinal #CA132F
Tints of Cardinal #CA132F
RGB
CMYK
RGB Variations
Color information
#CA132F (or 0xCA132F) is known color: Cardinal. HEX triplet: CA, 13 and 2F. RGB value is (202,19,47). Sum of RGB (Red+Green+Blue) = 202+19+47=268 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.37% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 202 - color contains mainly: red. Hex color #CA132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA132F is #35ECD0. Grayscale: #4C4C4C. Windows color (decimal): -3534033 or 3085258. OLE color: 3085258.
HSL color Cylindrical-coordinate representation of color #CA132F: hue angle of 350.82º degrees, saturation: 0.83, 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 #CA132F is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 47 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.21 |
| HSL | 350.82º | 0.83% | 0.43% | - |
| HSV(B) | 350.82º | 0.91% | 0.79% | - |
| XYZ | 25.1 | 13.23 | 3.92 | - |
| YUV | 76.91 | 111.13 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 47 | 0 | 0.91 | 0.77 | 0.21 | 350.82 | 0.83 | 0.43 |
| Hex | CA | 13 | 2F | 0 | 5B | 4D | 15 | 15F | 53 | 2B |
| Octal | 312 | 23 | 57 | 0 | 133 | 115 | 25 | 537 | 123 | 53 |
| Binary | 11001010 | 10011 | 101111 | 0 | 1011011 | 1001101 | 10101 | 101011111 | 1010011 | 101011 |
Color Harmonies of #CA132F
Complementary color
Monochromatic Colors of #CA132F
Black with #CA132F
Text Example
Text Example
White with #CA132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA132F; }
p { color: rgb(202,19,47); }
H1.HeaderClassName
{
color: #CA132F;
}
.AnyTagClassName
{
color: #CA132F;
}
</style>
background-color css
<style>
a { background-color: #CA132F; }
a { background-color: rgb(202,19,47); }
div.DivClassName
{
background-color: #CA132F;
}
.BgClassName
{
background-color: #CA132F;
}
</style>
border-color css
<style>
span { border-color: #CA132F; }
span { border-color: rgb(202,19,47); }
td.TdClassName
{
border-color: #CA132F;
}
.TagClassName
{
border-color: #CA132F;
}
</style>