Shades of Cardinal #CA1F39
Tints of Cardinal #CA1F39
RGB
CMYK
RGB Variations
Color information
#CA1F39 (or 0xCA1F39) is known color: Cardinal. HEX triplet: CA, 1F and 39. RGB value is (202,31,57). Sum of RGB (Red+Green+Blue) = 202+31+57=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1F39 is #35E0C6. Grayscale: #555555. Windows color (decimal): -3530951 or 3743690. OLE color: 3743690.
HSL color Cylindrical-coordinate representation of color #CA1F39: hue angle of 350.88º 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 #CA1F39 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 31 | 57 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.21 |
| HSL | 350.88º | 0.73% | 0.46% | - |
| HSV(B) | 350.88º | 0.85% | 0.79% | - |
| XYZ | 25.59 | 13.83 | 5.19 | - |
| YUV | 85.09 | 112.15 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 57 | 0 | 0.85 | 0.72 | 0.21 | 350.88 | 0.73 | 0.46 |
| Hex | CA | 1F | 39 | 0 | 55 | 48 | 15 | 15F | 49 | 2E |
| Octal | 312 | 37 | 71 | 0 | 125 | 110 | 25 | 537 | 111 | 56 |
| Binary | 11001010 | 11111 | 111001 | 0 | 1010101 | 1001000 | 10101 | 101011111 | 1001001 | 101110 |
Color Harmonies of #CA1F39
Complementary color
Monochromatic Colors of #CA1F39
Black with #CA1F39
Text Example
Text Example
White with #CA1F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1F39; }
p { color: rgb(202,31,57); }
H1.HeaderClassName
{
color: #CA1F39;
}
.AnyTagClassName
{
color: #CA1F39;
}
</style>
background-color css
<style>
a { background-color: #CA1F39; }
a { background-color: rgb(202,31,57); }
div.DivClassName
{
background-color: #CA1F39;
}
.BgClassName
{
background-color: #CA1F39;
}
</style>
border-color css
<style>
span { border-color: #CA1F39; }
span { border-color: rgb(202,31,57); }
td.TdClassName
{
border-color: #CA1F39;
}
.TagClassName
{
border-color: #CA1F39;
}
</style>