Shades of Cardinal #C21737
Tints of Cardinal #C21737
RGB
CMYK
RGB Variations
Color information
#C21737 (or 0xC21737) is known color: Cardinal. HEX triplet: C2, 17 and 37. RGB value is (194,23,55). Sum of RGB (Red+Green+Blue) = 194+23+55=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C21737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21737 is #3DE8C8. Grayscale: #4D4D4D. Windows color (decimal): -4057289 or 3610562. OLE color: 3610562.
HSL color Cylindrical-coordinate representation of color #C21737: hue angle of 348.77º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21737 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 55 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.24 |
| HSL | 348.77º | 0.79% | 0.43% | - |
| HSV(B) | 348.77º | 0.88% | 0.76% | - |
| XYZ | 23.24 | 12.36 | 4.77 | - |
| YUV | 77.78 | 115.15 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 55 | 0 | 0.88 | 0.72 | 0.24 | 348.77 | 0.79 | 0.43 |
| Hex | C2 | 17 | 37 | 0 | 58 | 48 | 18 | 15D | 4F | 2B |
| Octal | 302 | 27 | 67 | 0 | 130 | 110 | 30 | 535 | 117 | 53 |
| Binary | 11000010 | 10111 | 110111 | 0 | 1011000 | 1001000 | 11000 | 101011101 | 1001111 | 101011 |
Color Harmonies of #C21737
Complementary color
Monochromatic Colors of #C21737
Black with #C21737
Text Example
Text Example
White with #C21737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21737; }
p { color: rgb(194,23,55); }
H1.HeaderClassName
{
color: #C21737;
}
.AnyTagClassName
{
color: #C21737;
}
</style>
background-color css
<style>
a { background-color: #C21737; }
a { background-color: rgb(194,23,55); }
div.DivClassName
{
background-color: #C21737;
}
.BgClassName
{
background-color: #C21737;
}
</style>
border-color css
<style>
span { border-color: #C21737; }
span { border-color: rgb(194,23,55); }
td.TdClassName
{
border-color: #C21737;
}
.TagClassName
{
border-color: #C21737;
}
</style>