Shades of Cardinal #C21E2B
Tints of Cardinal #C21E2B
RGB
CMYK
RGB Variations
Color information
#C21E2B (or 0xC21E2B) is known color: Cardinal. HEX triplet: C2, 1E and 2B. RGB value is (194,30,43). Sum of RGB (Red+Green+Blue) = 194+30+43=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21E2B is #3DE1D4. Grayscale: #505050. Windows color (decimal): -4055509 or 2825922. OLE color: 2825922.
HSL color Cylindrical-coordinate representation of color #C21E2B: hue angle of 355.24º 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 #C21E2B is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 43 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.24 |
| HSL | 355.24º | 0.73% | 0.44% | - |
| HSV(B) | 355.24º | 0.85% | 0.76% | - |
| XYZ | 23.15 | 12.57 | 3.49 | - |
| YUV | 80.52 | 106.83 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 43 | 0 | 0.85 | 0.78 | 0.24 | 355.24 | 0.73 | 0.44 |
| Hex | C2 | 1E | 2B | 0 | 55 | 4E | 18 | 163 | 49 | 2C |
| Octal | 302 | 36 | 53 | 0 | 125 | 116 | 30 | 543 | 111 | 54 |
| Binary | 11000010 | 11110 | 101011 | 0 | 1010101 | 1001110 | 11000 | 101100011 | 1001001 | 101100 |
Color Harmonies of #C21E2B
Complementary color
Monochromatic Colors of #C21E2B
Black with #C21E2B
Text Example
Text Example
White with #C21E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21E2B; }
p { color: rgb(194,30,43); }
H1.HeaderClassName
{
color: #C21E2B;
}
.AnyTagClassName
{
color: #C21E2B;
}
</style>
background-color css
<style>
a { background-color: #C21E2B; }
a { background-color: rgb(194,30,43); }
div.DivClassName
{
background-color: #C21E2B;
}
.BgClassName
{
background-color: #C21E2B;
}
</style>
border-color css
<style>
span { border-color: #C21E2B; }
span { border-color: rgb(194,30,43); }
td.TdClassName
{
border-color: #C21E2B;
}
.TagClassName
{
border-color: #C21E2B;
}
</style>