Shades of Cardinal #C21B2E
Tints of Cardinal #C21B2E
RGB
CMYK
RGB Variations
Color information
#C21B2E (or 0xC21B2E) is known color: Cardinal. HEX triplet: C2, 1B and 2E. RGB value is (194,27,46). Sum of RGB (Red+Green+Blue) = 194+27+46=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21B2E is #3DE4D1. Grayscale: #4F4F4F. Windows color (decimal): -4056274 or 3021762. OLE color: 3021762.
HSL color Cylindrical-coordinate representation of color #C21B2E: hue angle of 353.17º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21B2E is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 27 | 46 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.24 |
| HSL | 353.17º | 0.76% | 0.43% | - |
| HSV(B) | 353.17º | 0.86% | 0.76% | - |
| XYZ | 23.13 | 12.45 | 3.77 | - |
| YUV | 79.1 | 109.33 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 27 | 46 | 0 | 0.86 | 0.76 | 0.24 | 353.17 | 0.76 | 0.43 |
| Hex | C2 | 1B | 2E | 0 | 56 | 4C | 18 | 161 | 4C | 2B |
| Octal | 302 | 33 | 56 | 0 | 126 | 114 | 30 | 541 | 114 | 53 |
| Binary | 11000010 | 11011 | 101110 | 0 | 1010110 | 1001100 | 11000 | 101100001 | 1001100 | 101011 |
Color Harmonies of #C21B2E
Complementary color
Monochromatic Colors of #C21B2E
Black with #C21B2E
Text Example
Text Example
White with #C21B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21B2E; }
p { color: rgb(194,27,46); }
H1.HeaderClassName
{
color: #C21B2E;
}
.AnyTagClassName
{
color: #C21B2E;
}
</style>
background-color css
<style>
a { background-color: #C21B2E; }
a { background-color: rgb(194,27,46); }
div.DivClassName
{
background-color: #C21B2E;
}
.BgClassName
{
background-color: #C21B2E;
}
</style>
border-color css
<style>
span { border-color: #C21B2E; }
span { border-color: rgb(194,27,46); }
td.TdClassName
{
border-color: #C21B2E;
}
.TagClassName
{
border-color: #C21B2E;
}
</style>