Shades of Cardinal #C21E36
Tints of Cardinal #C21E36
RGB
CMYK
RGB Variations
Color information
#C21E36 (or 0xC21E36) is known color: Cardinal. HEX triplet: C2, 1E and 36. RGB value is (194,30,54). Sum of RGB (Red+Green+Blue) = 194+30+54=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21E36 is #3DE1C9. Grayscale: #515151. Windows color (decimal): -4055498 or 3546818. OLE color: 3546818.
HSL color Cylindrical-coordinate representation of color #C21E36: hue angle of 351.22º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21E36 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 54 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.24 |
| HSL | 351.22º | 0.73% | 0.44% | - |
| HSV(B) | 351.22º | 0.85% | 0.76% | - |
| XYZ | 23.38 | 12.66 | 4.7 | - |
| YUV | 81.77 | 112.33 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 54 | 0 | 0.85 | 0.72 | 0.24 | 351.22 | 0.73 | 0.44 |
| Hex | C2 | 1E | 36 | 0 | 55 | 48 | 18 | 15F | 49 | 2C |
| Octal | 302 | 36 | 66 | 0 | 125 | 110 | 30 | 537 | 111 | 54 |
| Binary | 11000010 | 11110 | 110110 | 0 | 1010101 | 1001000 | 11000 | 101011111 | 1001001 | 101100 |
Color Harmonies of #C21E36
Complementary color
Monochromatic Colors of #C21E36
Black with #C21E36
Text Example
Text Example
White with #C21E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21E36; }
p { color: rgb(194,30,54); }
H1.HeaderClassName
{
color: #C21E36;
}
.AnyTagClassName
{
color: #C21E36;
}
</style>
background-color css
<style>
a { background-color: #C21E36; }
a { background-color: rgb(194,30,54); }
div.DivClassName
{
background-color: #C21E36;
}
.BgClassName
{
background-color: #C21E36;
}
</style>
border-color css
<style>
span { border-color: #C21E36; }
span { border-color: rgb(194,30,54); }
td.TdClassName
{
border-color: #C21E36;
}
.TagClassName
{
border-color: #C21E36;
}
</style>