Shades of Cardinal #CA1139
Tints of Cardinal #CA1139
RGB
CMYK
RGB Variations
Color information
#CA1139 (or 0xCA1139) is known color: Cardinal. HEX triplet: CA, 11 and 39. RGB value is (202,17,57). Sum of RGB (Red+Green+Blue) = 202+17+57=276 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.19% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1139 is #35EEC6. Grayscale: #4C4C4C. Windows color (decimal): -3534535 or 3740106. OLE color: 3740106.
HSL color Cylindrical-coordinate representation of color #CA1139: hue angle of 347.03º degrees, saturation: 0.84, 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 #CA1139 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 57 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.21 |
| HSL | 347.03º | 0.84% | 0.43% | - |
| HSV(B) | 347.03º | 0.92% | 0.79% | - |
| XYZ | 25.3 | 13.25 | 5.1 | - |
| YUV | 76.88 | 116.79 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 57 | 0 | 0.92 | 0.72 | 0.21 | 347.03 | 0.84 | 0.43 |
| Hex | CA | 11 | 39 | 0 | 5C | 48 | 15 | 15B | 54 | 2B |
| Octal | 312 | 21 | 71 | 0 | 134 | 110 | 25 | 533 | 124 | 53 |
| Binary | 11001010 | 10001 | 111001 | 0 | 1011100 | 1001000 | 10101 | 101011011 | 1010100 | 101011 |
Color Harmonies of #CA1139
Complementary color
Monochromatic Colors of #CA1139
Black with #CA1139
Text Example
Text Example
White with #CA1139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1139; }
p { color: rgb(202,17,57); }
H1.HeaderClassName
{
color: #CA1139;
}
.AnyTagClassName
{
color: #CA1139;
}
</style>
background-color css
<style>
a { background-color: #CA1139; }
a { background-color: rgb(202,17,57); }
div.DivClassName
{
background-color: #CA1139;
}
.BgClassName
{
background-color: #CA1139;
}
</style>
border-color css
<style>
span { border-color: #CA1139; }
span { border-color: rgb(202,17,57); }
td.TdClassName
{
border-color: #CA1139;
}
.TagClassName
{
border-color: #CA1139;
}
</style>