Shades of Cardinal #CA1535
Tints of Cardinal #CA1535
RGB
CMYK
RGB Variations
Color information
#CA1535 (or 0xCA1535) is known color: Cardinal. HEX triplet: CA, 15 and 35. RGB value is (202,21,53). Sum of RGB (Red+Green+Blue) = 202+21+53=276 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.19% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1535 is #35EACA. Grayscale: #4E4E4E. Windows color (decimal): -3533515 or 3478986. OLE color: 3478986.
HSL color Cylindrical-coordinate representation of color #CA1535: hue angle of 349.39º 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 #CA1535 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 53 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.21 |
| HSL | 349.39º | 0.81% | 0.44% | - |
| HSV(B) | 349.39º | 0.9% | 0.79% | - |
| XYZ | 25.27 | 13.35 | 4.61 | - |
| YUV | 78.77 | 113.47 | 215.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 53 | 0 | 0.90 | 0.74 | 0.21 | 349.39 | 0.81 | 0.44 |
| Hex | CA | 15 | 35 | 0 | 5A | 4A | 15 | 15D | 51 | 2C |
| Octal | 312 | 25 | 65 | 0 | 132 | 112 | 25 | 535 | 121 | 54 |
| Binary | 11001010 | 10101 | 110101 | 0 | 1011010 | 1001010 | 10101 | 101011101 | 1010001 | 101100 |
Color Harmonies of #CA1535
Complementary color
Monochromatic Colors of #CA1535
Black with #CA1535
Text Example
Text Example
White with #CA1535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1535; }
p { color: rgb(202,21,53); }
H1.HeaderClassName
{
color: #CA1535;
}
.AnyTagClassName
{
color: #CA1535;
}
</style>
background-color css
<style>
a { background-color: #CA1535; }
a { background-color: rgb(202,21,53); }
div.DivClassName
{
background-color: #CA1535;
}
.BgClassName
{
background-color: #CA1535;
}
</style>
border-color css
<style>
span { border-color: #CA1535; }
span { border-color: rgb(202,21,53); }
td.TdClassName
{
border-color: #CA1535;
}
.TagClassName
{
border-color: #CA1535;
}
</style>