Shades of Cardinal #CA103D
Tints of Cardinal #CA103D
RGB
CMYK
RGB Variations
Color information
#CA103D (or 0xCA103D) is known color: Cardinal. HEX triplet: CA, 10 and 3D. RGB value is (202,16,61). Sum of RGB (Red+Green+Blue) = 202+16+61=279 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.40% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 202 - color contains mainly: red. Hex color #CA103D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA103D is #35EFC2. Grayscale: #4C4C4C. Windows color (decimal): -3534787 or 4001994. OLE color: 4001994.
HSL color Cylindrical-coordinate representation of color #CA103D: hue angle of 345.48º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA103D is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 61 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.21 |
| HSL | 345.48º | 0.85% | 0.43% | - |
| HSV(B) | 345.48º | 0.92% | 0.79% | - |
| XYZ | 25.38 | 13.26 | 5.64 | - |
| YUV | 76.74 | 119.12 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 61 | 0 | 0.92 | 0.70 | 0.21 | 345.48 | 0.85 | 0.43 |
| Hex | CA | 10 | 3D | 0 | 5C | 46 | 15 | 159 | 55 | 2B |
| Octal | 312 | 20 | 75 | 0 | 134 | 106 | 25 | 531 | 125 | 53 |
| Binary | 11001010 | 10000 | 111101 | 0 | 1011100 | 1000110 | 10101 | 101011001 | 1010101 | 101011 |
Color Harmonies of #CA103D
Complementary color
Monochromatic Colors of #CA103D
Black with #CA103D
Text Example
Text Example
White with #CA103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA103D; }
p { color: rgb(202,16,61); }
H1.HeaderClassName
{
color: #CA103D;
}
.AnyTagClassName
{
color: #CA103D;
}
</style>
background-color css
<style>
a { background-color: #CA103D; }
a { background-color: rgb(202,16,61); }
div.DivClassName
{
background-color: #CA103D;
}
.BgClassName
{
background-color: #CA103D;
}
</style>
border-color css
<style>
span { border-color: #CA103D; }
span { border-color: rgb(202,16,61); }
td.TdClassName
{
border-color: #CA103D;
}
.TagClassName
{
border-color: #CA103D;
}
</style>