Shades of Cardinal #CA1044
Tints of Cardinal #CA1044
RGB
CMYK
RGB Variations
Color information
#CA1044 (or 0xCA1044) is known color: Cardinal. HEX triplet: CA, 10 and 44. RGB value is (202,16,68). Sum of RGB (Red+Green+Blue) = 202+16+68=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1044 is #35EFBB. Grayscale: #4D4D4D. Windows color (decimal): -3534780 or 4460746. OLE color: 4460746.
HSL color Cylindrical-coordinate representation of color #CA1044: hue angle of 343.23º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1044 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 68 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.21 |
| HSL | 343.23º | 0.85% | 0.43% | - |
| HSV(B) | 343.23º | 0.92% | 0.79% | - |
| XYZ | 25.59 | 13.34 | 6.7 | - |
| YUV | 77.54 | 122.62 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 68 | 0 | 0.92 | 0.66 | 0.21 | 343.23 | 0.85 | 0.43 |
| Hex | CA | 10 | 44 | 0 | 5C | 42 | 15 | 157 | 55 | 2B |
| Octal | 312 | 20 | 104 | 0 | 134 | 102 | 25 | 527 | 125 | 53 |
| Binary | 11001010 | 10000 | 1000100 | 0 | 1011100 | 1000010 | 10101 | 101010111 | 1010101 | 101011 |
Color Harmonies of #CA1044
Complementary color
Monochromatic Colors of #CA1044
Black with #CA1044
Text Example
Text Example
White with #CA1044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1044; }
p { color: rgb(202,16,68); }
H1.HeaderClassName
{
color: #CA1044;
}
.AnyTagClassName
{
color: #CA1044;
}
</style>
background-color css
<style>
a { background-color: #CA1044; }
a { background-color: rgb(202,16,68); }
div.DivClassName
{
background-color: #CA1044;
}
.BgClassName
{
background-color: #CA1044;
}
</style>
border-color css
<style>
span { border-color: #CA1044; }
span { border-color: rgb(202,16,68); }
td.TdClassName
{
border-color: #CA1044;
}
.TagClassName
{
border-color: #CA1044;
}
</style>