Shades of Cardinal #CA1F41
Tints of Cardinal #CA1F41
RGB
CMYK
RGB Variations
Color information
#CA1F41 (or 0xCA1F41) is known color: Cardinal. HEX triplet: CA, 1F and 41. RGB value is (202,31,65). Sum of RGB (Red+Green+Blue) = 202+31+65=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1F41 is #35E0BE. Grayscale: #565656. Windows color (decimal): -3530943 or 4267978. OLE color: 4267978.
HSL color Cylindrical-coordinate representation of color #CA1F41: hue angle of 348.07º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1F41 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 31 | 65 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.21 |
| HSL | 348.07º | 0.73% | 0.46% | - |
| HSV(B) | 348.07º | 0.85% | 0.79% | - |
| XYZ | 25.8 | 13.92 | 6.33 | - |
| YUV | 86.01 | 116.15 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 65 | 0 | 0.85 | 0.68 | 0.21 | 348.07 | 0.73 | 0.46 |
| Hex | CA | 1F | 41 | 0 | 55 | 44 | 15 | 15C | 49 | 2E |
| Octal | 312 | 37 | 101 | 0 | 125 | 104 | 25 | 534 | 111 | 56 |
| Binary | 11001010 | 11111 | 1000001 | 0 | 1010101 | 1000100 | 10101 | 101011100 | 1001001 | 101110 |
Color Harmonies of #CA1F41
Complementary color
Monochromatic Colors of #CA1F41
Black with #CA1F41
Text Example
Text Example
White with #CA1F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1F41; }
p { color: rgb(202,31,65); }
H1.HeaderClassName
{
color: #CA1F41;
}
.AnyTagClassName
{
color: #CA1F41;
}
</style>
background-color css
<style>
a { background-color: #CA1F41; }
a { background-color: rgb(202,31,65); }
div.DivClassName
{
background-color: #CA1F41;
}
.BgClassName
{
background-color: #CA1F41;
}
</style>
border-color css
<style>
span { border-color: #CA1F41; }
span { border-color: rgb(202,31,65); }
td.TdClassName
{
border-color: #CA1F41;
}
.TagClassName
{
border-color: #CA1F41;
}
</style>