Shades of Cardinal #CA1331
Tints of Cardinal #CA1331
RGB
CMYK
RGB Variations
Color information
#CA1331 (or 0xCA1331) is known color: Cardinal. HEX triplet: CA, 13 and 31. RGB value is (202,19,49). Sum of RGB (Red+Green+Blue) = 202+19+49=270 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.81% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1331 is #35ECCE. Grayscale: #4D4D4D. Windows color (decimal): -3534031 or 3216330. OLE color: 3216330.
HSL color Cylindrical-coordinate representation of color #CA1331: hue angle of 350.16º 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 #CA1331 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 49 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.21 |
| HSL | 350.16º | 0.83% | 0.43% | - |
| HSV(B) | 350.16º | 0.91% | 0.79% | - |
| XYZ | 25.14 | 13.24 | 4.14 | - |
| YUV | 77.14 | 112.13 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 49 | 0 | 0.91 | 0.76 | 0.21 | 350.16 | 0.83 | 0.43 |
| Hex | CA | 13 | 31 | 0 | 5B | 4C | 15 | 15E | 53 | 2B |
| Octal | 312 | 23 | 61 | 0 | 133 | 114 | 25 | 536 | 123 | 53 |
| Binary | 11001010 | 10011 | 110001 | 0 | 1011011 | 1001100 | 10101 | 101011110 | 1010011 | 101011 |
Color Harmonies of #CA1331
Complementary color
Monochromatic Colors of #CA1331
Black with #CA1331
Text Example
Text Example
White with #CA1331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1331; }
p { color: rgb(202,19,49); }
H1.HeaderClassName
{
color: #CA1331;
}
.AnyTagClassName
{
color: #CA1331;
}
</style>
background-color css
<style>
a { background-color: #CA1331; }
a { background-color: rgb(202,19,49); }
div.DivClassName
{
background-color: #CA1331;
}
.BgClassName
{
background-color: #CA1331;
}
</style>
border-color css
<style>
span { border-color: #CA1331; }
span { border-color: rgb(202,19,49); }
td.TdClassName
{
border-color: #CA1331;
}
.TagClassName
{
border-color: #CA1331;
}
</style>