Shades of Cardinal #CA1835
Tints of Cardinal #CA1835
RGB
CMYK
RGB Variations
Color information
#CA1835 (or 0xCA1835) is known color: Cardinal. HEX triplet: CA, 18 and 35. RGB value is (202,24,53). Sum of RGB (Red+Green+Blue) = 202+24+53=279 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.40% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1835 is #35E7CA. Grayscale: #505050. Windows color (decimal): -3532747 or 3479754. OLE color: 3479754.
HSL color Cylindrical-coordinate representation of color #CA1835: hue angle of 350.22º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1835 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 53 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.21 |
| HSL | 350.22º | 0.79% | 0.44% | - |
| HSV(B) | 350.22º | 0.88% | 0.79% | - |
| XYZ | 25.33 | 13.47 | 4.63 | - |
| YUV | 80.53 | 112.47 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 53 | 0 | 0.88 | 0.74 | 0.21 | 350.22 | 0.79 | 0.44 |
| Hex | CA | 18 | 35 | 0 | 58 | 4A | 15 | 15E | 4F | 2C |
| Octal | 312 | 30 | 65 | 0 | 130 | 112 | 25 | 536 | 117 | 54 |
| Binary | 11001010 | 11000 | 110101 | 0 | 1011000 | 1001010 | 10101 | 101011110 | 1001111 | 101100 |
Color Harmonies of #CA1835
Complementary color
Monochromatic Colors of #CA1835
Black with #CA1835
Text Example
Text Example
White with #CA1835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1835; }
p { color: rgb(202,24,53); }
H1.HeaderClassName
{
color: #CA1835;
}
.AnyTagClassName
{
color: #CA1835;
}
</style>
background-color css
<style>
a { background-color: #CA1835; }
a { background-color: rgb(202,24,53); }
div.DivClassName
{
background-color: #CA1835;
}
.BgClassName
{
background-color: #CA1835;
}
</style>
border-color css
<style>
span { border-color: #CA1835; }
span { border-color: rgb(202,24,53); }
td.TdClassName
{
border-color: #CA1835;
}
.TagClassName
{
border-color: #CA1835;
}
</style>