Shades of Cardinal #CA0C31
Tints of Cardinal #CA0C31
RGB
CMYK
RGB Variations
Color information
#CA0C31 (or 0xCA0C31) is known color: Cardinal. HEX triplet: CA, 0C and 31. RGB value is (202,12,49). Sum of RGB (Red+Green+Blue) = 202+12+49=263 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.81% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0C31 is #35F3CE. Grayscale: #494949. Windows color (decimal): -3535823 or 3214538. OLE color: 3214538.
HSL color Cylindrical-coordinate representation of color #CA0C31: hue angle of 348.32º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0C31 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 12 | 49 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.21 |
| HSL | 348.32º | 0.89% | 0.42% | - |
| HSV(B) | 348.32º | 0.94% | 0.79% | - |
| XYZ | 25.04 | 13.04 | 4.1 | - |
| YUV | 73.03 | 114.45 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 49 | 0 | 0.94 | 0.76 | 0.21 | 348.32 | 0.89 | 0.42 |
| Hex | CA | C | 31 | 0 | 5E | 4C | 15 | 15C | 59 | 2A |
| Octal | 312 | 14 | 61 | 0 | 136 | 114 | 25 | 534 | 131 | 52 |
| Binary | 11001010 | 1100 | 110001 | 0 | 1011110 | 1001100 | 10101 | 101011100 | 1011001 | 101010 |
Color Harmonies of #CA0C31
Complementary color
Monochromatic Colors of #CA0C31
Black with #CA0C31
Text Example
Text Example
White with #CA0C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0C31; }
p { color: rgb(202,12,49); }
H1.HeaderClassName
{
color: #CA0C31;
}
.AnyTagClassName
{
color: #CA0C31;
}
</style>
background-color css
<style>
a { background-color: #CA0C31; }
a { background-color: rgb(202,12,49); }
div.DivClassName
{
background-color: #CA0C31;
}
.BgClassName
{
background-color: #CA0C31;
}
</style>
border-color css
<style>
span { border-color: #CA0C31; }
span { border-color: rgb(202,12,49); }
td.TdClassName
{
border-color: #CA0C31;
}
.TagClassName
{
border-color: #CA0C31;
}
</style>