Shades of Cardinal #CA1441
Tints of Cardinal #CA1441
RGB
CMYK
RGB Variations
Color information
#CA1441 (or 0xCA1441) is known color: Cardinal. HEX triplet: CA, 14 and 41. RGB value is (202,20,65). Sum of RGB (Red+Green+Blue) = 202+20+65=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1441 is #35EBBE. Grayscale: #4F4F4F. Windows color (decimal): -3533759 or 4265162. OLE color: 4265162.
HSL color Cylindrical-coordinate representation of color #CA1441: hue angle of 345.16º 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 #CA1441 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 65 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.21 |
| HSL | 345.16º | 0.82% | 0.44% | - |
| HSV(B) | 345.16º | 0.9% | 0.79% | - |
| XYZ | 25.56 | 13.44 | 6.25 | - |
| YUV | 79.55 | 119.8 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 65 | 0 | 0.90 | 0.68 | 0.21 | 345.16 | 0.82 | 0.44 |
| Hex | CA | 14 | 41 | 0 | 5A | 44 | 15 | 159 | 52 | 2C |
| Octal | 312 | 24 | 101 | 0 | 132 | 104 | 25 | 531 | 122 | 54 |
| Binary | 11001010 | 10100 | 1000001 | 0 | 1011010 | 1000100 | 10101 | 101011001 | 1010010 | 101100 |
Color Harmonies of #CA1441
Complementary color
Monochromatic Colors of #CA1441
Black with #CA1441
Text Example
Text Example
White with #CA1441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1441; }
p { color: rgb(202,20,65); }
H1.HeaderClassName
{
color: #CA1441;
}
.AnyTagClassName
{
color: #CA1441;
}
</style>
background-color css
<style>
a { background-color: #CA1441; }
a { background-color: rgb(202,20,65); }
div.DivClassName
{
background-color: #CA1441;
}
.BgClassName
{
background-color: #CA1441;
}
</style>
border-color css
<style>
span { border-color: #CA1441; }
span { border-color: rgb(202,20,65); }
td.TdClassName
{
border-color: #CA1441;
}
.TagClassName
{
border-color: #CA1441;
}
</style>