Shades of Cardinal #CA1436
Tints of Cardinal #CA1436
RGB
CMYK
RGB Variations
Color information
#CA1436 (or 0xCA1436) is known color: Cardinal. HEX triplet: CA, 14 and 36. RGB value is (202,20,54). Sum of RGB (Red+Green+Blue) = 202+20+54=276 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.19% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1436 is #35EBC9. Grayscale: #4E4E4E. Windows color (decimal): -3533770 or 3544266. OLE color: 3544266.
HSL color Cylindrical-coordinate representation of color #CA1436: hue angle of 348.79º 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 #CA1436 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 54 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.21 |
| HSL | 348.79º | 0.82% | 0.44% | - |
| HSV(B) | 348.79º | 0.9% | 0.79% | - |
| XYZ | 25.27 | 13.32 | 4.73 | - |
| YUV | 78.29 | 114.3 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 54 | 0 | 0.90 | 0.73 | 0.21 | 348.79 | 0.82 | 0.44 |
| Hex | CA | 14 | 36 | 0 | 5A | 49 | 15 | 15D | 52 | 2C |
| Octal | 312 | 24 | 66 | 0 | 132 | 111 | 25 | 535 | 122 | 54 |
| Binary | 11001010 | 10100 | 110110 | 0 | 1011010 | 1001001 | 10101 | 101011101 | 1010010 | 101100 |
Color Harmonies of #CA1436
Complementary color
Monochromatic Colors of #CA1436
Black with #CA1436
Text Example
Text Example
White with #CA1436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1436; }
p { color: rgb(202,20,54); }
H1.HeaderClassName
{
color: #CA1436;
}
.AnyTagClassName
{
color: #CA1436;
}
</style>
background-color css
<style>
a { background-color: #CA1436; }
a { background-color: rgb(202,20,54); }
div.DivClassName
{
background-color: #CA1436;
}
.BgClassName
{
background-color: #CA1436;
}
</style>
border-color css
<style>
span { border-color: #CA1436; }
span { border-color: rgb(202,20,54); }
td.TdClassName
{
border-color: #CA1436;
}
.TagClassName
{
border-color: #CA1436;
}
</style>