Shades of Cardinal #CA2637
Tints of Cardinal #CA2637
RGB
CMYK
RGB Variations
Color information
#CA2637 (or 0xCA2637) is known color: Cardinal. HEX triplet: CA, 26 and 37. RGB value is (202,38,55). Sum of RGB (Red+Green+Blue) = 202+38+55=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2637 is #35D9C8. Grayscale: #595959. Windows color (decimal): -3529161 or 3614410. OLE color: 3614410.
HSL color Cylindrical-coordinate representation of color #CA2637: hue angle of 353.78º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2637 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 38 | 55 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.21 |
| HSL | 353.78º | 0.68% | 0.47% | - |
| HSV(B) | 353.78º | 0.81% | 0.79% | - |
| XYZ | 25.74 | 14.22 | 5 | - |
| YUV | 88.97 | 108.83 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 55 | 0 | 0.81 | 0.73 | 0.21 | 353.78 | 0.68 | 0.47 |
| Hex | CA | 26 | 37 | 0 | 51 | 49 | 15 | 162 | 44 | 2F |
| Octal | 312 | 46 | 67 | 0 | 121 | 111 | 25 | 542 | 104 | 57 |
| Binary | 11001010 | 100110 | 110111 | 0 | 1010001 | 1001001 | 10101 | 101100010 | 1000100 | 101111 |
Color Harmonies of #CA2637
Complementary color
Monochromatic Colors of #CA2637
Black with #CA2637
Text Example
Text Example
White with #CA2637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2637; }
p { color: rgb(202,38,55); }
H1.HeaderClassName
{
color: #CA2637;
}
.AnyTagClassName
{
color: #CA2637;
}
</style>
background-color css
<style>
a { background-color: #CA2637; }
a { background-color: rgb(202,38,55); }
div.DivClassName
{
background-color: #CA2637;
}
.BgClassName
{
background-color: #CA2637;
}
</style>
border-color css
<style>
span { border-color: #CA2637; }
span { border-color: rgb(202,38,55); }
td.TdClassName
{
border-color: #CA2637;
}
.TagClassName
{
border-color: #CA2637;
}
</style>