Shades of Cardinal #CA1341
Tints of Cardinal #CA1341
RGB
CMYK
RGB Variations
Color information
#CA1341 (or 0xCA1341) is known color: Cardinal. HEX triplet: CA, 13 and 41. RGB value is (202,19,65). Sum of RGB (Red+Green+Blue) = 202+19+65=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1341 is #35ECBE. Grayscale: #4E4E4E. Windows color (decimal): -3534015 or 4264906. OLE color: 4264906.
HSL color Cylindrical-coordinate representation of color #CA1341: hue angle of 344.92º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1341 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 65 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.21 |
| HSL | 344.92º | 0.83% | 0.43% | - |
| HSV(B) | 344.92º | 0.91% | 0.79% | - |
| XYZ | 25.54 | 13.4 | 6.24 | - |
| YUV | 78.96 | 120.13 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 65 | 0 | 0.91 | 0.68 | 0.21 | 344.92 | 0.83 | 0.43 |
| Hex | CA | 13 | 41 | 0 | 5B | 44 | 15 | 159 | 53 | 2B |
| Octal | 312 | 23 | 101 | 0 | 133 | 104 | 25 | 531 | 123 | 53 |
| Binary | 11001010 | 10011 | 1000001 | 0 | 1011011 | 1000100 | 10101 | 101011001 | 1010011 | 101011 |
Color Harmonies of #CA1341
Complementary color
Monochromatic Colors of #CA1341
Black with #CA1341
Text Example
Text Example
White with #CA1341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1341; }
p { color: rgb(202,19,65); }
H1.HeaderClassName
{
color: #CA1341;
}
.AnyTagClassName
{
color: #CA1341;
}
</style>
background-color css
<style>
a { background-color: #CA1341; }
a { background-color: rgb(202,19,65); }
div.DivClassName
{
background-color: #CA1341;
}
.BgClassName
{
background-color: #CA1341;
}
</style>
border-color css
<style>
span { border-color: #CA1341; }
span { border-color: rgb(202,19,65); }
td.TdClassName
{
border-color: #CA1341;
}
.TagClassName
{
border-color: #CA1341;
}
</style>