Shades of Cardinal #C21F37
Tints of Cardinal #C21F37
RGB
CMYK
RGB Variations
Color information
#C21F37 (or 0xC21F37) is known color: Cardinal. HEX triplet: C2, 1F and 37. RGB value is (194,31,55). Sum of RGB (Red+Green+Blue) = 194+31+55=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21F37 is #3DE0C8. Grayscale: #525252. Windows color (decimal): -4055241 or 3612610. OLE color: 3612610.
HSL color Cylindrical-coordinate representation of color #C21F37: hue angle of 351.17º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21F37 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 55 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.24 |
| HSL | 351.17º | 0.72% | 0.44% | - |
| HSV(B) | 351.17º | 0.84% | 0.76% | - |
| XYZ | 23.43 | 12.73 | 4.84 | - |
| YUV | 82.47 | 112.5 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 55 | 0 | 0.84 | 0.72 | 0.24 | 351.17 | 0.72 | 0.44 |
| Hex | C2 | 1F | 37 | 0 | 54 | 48 | 18 | 15F | 48 | 2C |
| Octal | 302 | 37 | 67 | 0 | 124 | 110 | 30 | 537 | 110 | 54 |
| Binary | 11000010 | 11111 | 110111 | 0 | 1010100 | 1001000 | 11000 | 101011111 | 1001000 | 101100 |
Color Harmonies of #C21F37
Complementary color
Monochromatic Colors of #C21F37
Black with #C21F37
Text Example
Text Example
White with #C21F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21F37; }
p { color: rgb(194,31,55); }
H1.HeaderClassName
{
color: #C21F37;
}
.AnyTagClassName
{
color: #C21F37;
}
</style>
background-color css
<style>
a { background-color: #C21F37; }
a { background-color: rgb(194,31,55); }
div.DivClassName
{
background-color: #C21F37;
}
.BgClassName
{
background-color: #C21F37;
}
</style>
border-color css
<style>
span { border-color: #C21F37; }
span { border-color: rgb(194,31,55); }
td.TdClassName
{
border-color: #C21F37;
}
.TagClassName
{
border-color: #C21F37;
}
</style>