Shades of Cardinal #CA1435
Tints of Cardinal #CA1435
RGB
CMYK
RGB Variations
Color information
#CA1435 (or 0xCA1435) is known color: Cardinal. HEX triplet: CA, 14 and 35. RGB value is (202,20,53). Sum of RGB (Red+Green+Blue) = 202+20+53=275 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.45% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1435 is #35EBCA. Grayscale: #4E4E4E. Windows color (decimal): -3533771 or 3478730. OLE color: 3478730.
HSL color Cylindrical-coordinate representation of color #CA1435: hue angle of 349.12º degrees, saturation: 0.82, 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 #CA1435 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 53 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.21 |
| HSL | 349.12º | 0.82% | 0.44% | - |
| HSV(B) | 349.12º | 0.9% | 0.79% | - |
| XYZ | 25.25 | 13.31 | 4.61 | - |
| YUV | 78.18 | 113.8 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 53 | 0 | 0.90 | 0.74 | 0.21 | 349.12 | 0.82 | 0.44 |
| Hex | CA | 14 | 35 | 0 | 5A | 4A | 15 | 15D | 52 | 2C |
| Octal | 312 | 24 | 65 | 0 | 132 | 112 | 25 | 535 | 122 | 54 |
| Binary | 11001010 | 10100 | 110101 | 0 | 1011010 | 1001010 | 10101 | 101011101 | 1010010 | 101100 |
Color Harmonies of #CA1435
Complementary color
Monochromatic Colors of #CA1435
Black with #CA1435
Text Example
Text Example
White with #CA1435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1435; }
p { color: rgb(202,20,53); }
H1.HeaderClassName
{
color: #CA1435;
}
.AnyTagClassName
{
color: #CA1435;
}
</style>
background-color css
<style>
a { background-color: #CA1435; }
a { background-color: rgb(202,20,53); }
div.DivClassName
{
background-color: #CA1435;
}
.BgClassName
{
background-color: #CA1435;
}
</style>
border-color css
<style>
span { border-color: #CA1435; }
span { border-color: rgb(202,20,53); }
td.TdClassName
{
border-color: #CA1435;
}
.TagClassName
{
border-color: #CA1435;
}
</style>