Shades of Cardinal #CA1530
Tints of Cardinal #CA1530
RGB
CMYK
RGB Variations
Color information
#CA1530 (or 0xCA1530) is known color: Cardinal. HEX triplet: CA, 15 and 30. RGB value is (202,21,48). Sum of RGB (Red+Green+Blue) = 202+21+48=271 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.54% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1530 is #35EACF. Grayscale: #4E4E4E. Windows color (decimal): -3533520 or 3151306. OLE color: 3151306.
HSL color Cylindrical-coordinate representation of color #CA1530: hue angle of 351.05º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1530 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 48 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.21 |
| HSL | 351.05º | 0.81% | 0.44% | - |
| HSV(B) | 351.05º | 0.9% | 0.79% | - |
| XYZ | 25.16 | 13.31 | 4.04 | - |
| YUV | 78.2 | 110.97 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 48 | 0 | 0.90 | 0.76 | 0.21 | 351.05 | 0.81 | 0.44 |
| Hex | CA | 15 | 30 | 0 | 5A | 4C | 15 | 15F | 51 | 2C |
| Octal | 312 | 25 | 60 | 0 | 132 | 114 | 25 | 537 | 121 | 54 |
| Binary | 11001010 | 10101 | 110000 | 0 | 1011010 | 1001100 | 10101 | 101011111 | 1010001 | 101100 |
Color Harmonies of #CA1530
Complementary color
Monochromatic Colors of #CA1530
Black with #CA1530
Text Example
Text Example
White with #CA1530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1530; }
p { color: rgb(202,21,48); }
H1.HeaderClassName
{
color: #CA1530;
}
.AnyTagClassName
{
color: #CA1530;
}
</style>
background-color css
<style>
a { background-color: #CA1530; }
a { background-color: rgb(202,21,48); }
div.DivClassName
{
background-color: #CA1530;
}
.BgClassName
{
background-color: #CA1530;
}
</style>
border-color css
<style>
span { border-color: #CA1530; }
span { border-color: rgb(202,21,48); }
td.TdClassName
{
border-color: #CA1530;
}
.TagClassName
{
border-color: #CA1530;
}
</style>