Shades of Cardinal #CA1639
Tints of Cardinal #CA1639
RGB
CMYK
RGB Variations
Color information
#CA1639 (or 0xCA1639) is known color: Cardinal. HEX triplet: CA, 16 and 39. RGB value is (202,22,57). Sum of RGB (Red+Green+Blue) = 202+22+57=281 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.89% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1639 is #35E9C6. Grayscale: #4F4F4F. Windows color (decimal): -3533255 or 3741386. OLE color: 3741386.
HSL color Cylindrical-coordinate representation of color #CA1639: hue angle of 348.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1639 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 57 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.21 |
| HSL | 348.33º | 0.8% | 0.44% | - |
| HSV(B) | 348.33º | 0.89% | 0.79% | - |
| XYZ | 25.38 | 13.43 | 5.12 | - |
| YUV | 79.81 | 115.13 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 57 | 0 | 0.89 | 0.72 | 0.21 | 348.33 | 0.8 | 0.44 |
| Hex | CA | 16 | 39 | 0 | 59 | 48 | 15 | 15C | 50 | 2C |
| Octal | 312 | 26 | 71 | 0 | 131 | 110 | 25 | 534 | 120 | 54 |
| Binary | 11001010 | 10110 | 111001 | 0 | 1011001 | 1001000 | 10101 | 101011100 | 1010000 | 101100 |
Color Harmonies of #CA1639
Complementary color
Monochromatic Colors of #CA1639
Black with #CA1639
Text Example
Text Example
White with #CA1639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1639; }
p { color: rgb(202,22,57); }
H1.HeaderClassName
{
color: #CA1639;
}
.AnyTagClassName
{
color: #CA1639;
}
</style>
background-color css
<style>
a { background-color: #CA1639; }
a { background-color: rgb(202,22,57); }
div.DivClassName
{
background-color: #CA1639;
}
.BgClassName
{
background-color: #CA1639;
}
</style>
border-color css
<style>
span { border-color: #CA1639; }
span { border-color: rgb(202,22,57); }
td.TdClassName
{
border-color: #CA1639;
}
.TagClassName
{
border-color: #CA1639;
}
</style>