Shades of Cardinal #CA1738
Tints of Cardinal #CA1738
RGB
CMYK
RGB Variations
Color information
#CA1738 (or 0xCA1738) is known color: Cardinal. HEX triplet: CA, 17 and 38. RGB value is (202,23,56). Sum of RGB (Red+Green+Blue) = 202+23+56=281 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.89% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1738 is #35E8C7. Grayscale: #505050. Windows color (decimal): -3533000 or 3676106. OLE color: 3676106.
HSL color Cylindrical-coordinate representation of color #CA1738: hue angle of 348.94º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1738 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 56 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.21 |
| HSL | 348.94º | 0.8% | 0.44% | - |
| HSV(B) | 348.94º | 0.89% | 0.79% | - |
| XYZ | 25.38 | 13.45 | 5 | - |
| YUV | 80.28 | 114.3 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 56 | 0 | 0.89 | 0.72 | 0.21 | 348.94 | 0.8 | 0.44 |
| Hex | CA | 17 | 38 | 0 | 59 | 48 | 15 | 15D | 50 | 2C |
| Octal | 312 | 27 | 70 | 0 | 131 | 110 | 25 | 535 | 120 | 54 |
| Binary | 11001010 | 10111 | 111000 | 0 | 1011001 | 1001000 | 10101 | 101011101 | 1010000 | 101100 |
Color Harmonies of #CA1738
Complementary color
Monochromatic Colors of #CA1738
Black with #CA1738
Text Example
Text Example
White with #CA1738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1738; }
p { color: rgb(202,23,56); }
H1.HeaderClassName
{
color: #CA1738;
}
.AnyTagClassName
{
color: #CA1738;
}
</style>
background-color css
<style>
a { background-color: #CA1738; }
a { background-color: rgb(202,23,56); }
div.DivClassName
{
background-color: #CA1738;
}
.BgClassName
{
background-color: #CA1738;
}
</style>
border-color css
<style>
span { border-color: #CA1738; }
span { border-color: rgb(202,23,56); }
td.TdClassName
{
border-color: #CA1738;
}
.TagClassName
{
border-color: #CA1738;
}
</style>