Shades of Cardinal #C21B35
Tints of Cardinal #C21B35
RGB
CMYK
RGB Variations
Color information
#C21B35 (or 0xC21B35) is known color: Cardinal. HEX triplet: C2, 1B and 35. RGB value is (194,27,53). Sum of RGB (Red+Green+Blue) = 194+27+53=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21B35 is #3DE4CA. Grayscale: #4F4F4F. Windows color (decimal): -4056267 or 3480514. OLE color: 3480514.
HSL color Cylindrical-coordinate representation of color #C21B35: hue angle of 350.66º 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 #C21B35 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 27 | 53 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.24 |
| HSL | 350.66º | 0.76% | 0.43% | - |
| HSV(B) | 350.66º | 0.86% | 0.76% | - |
| XYZ | 23.28 | 12.51 | 4.56 | - |
| YUV | 79.9 | 112.83 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 27 | 53 | 0 | 0.86 | 0.73 | 0.24 | 350.66 | 0.76 | 0.43 |
| Hex | C2 | 1B | 35 | 0 | 56 | 49 | 18 | 15F | 4C | 2B |
| Octal | 302 | 33 | 65 | 0 | 126 | 111 | 30 | 537 | 114 | 53 |
| Binary | 11000010 | 11011 | 110101 | 0 | 1010110 | 1001001 | 11000 | 101011111 | 1001100 | 101011 |
Color Harmonies of #C21B35
Complementary color
Monochromatic Colors of #C21B35
Black with #C21B35
Text Example
Text Example
White with #C21B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21B35; }
p { color: rgb(194,27,53); }
H1.HeaderClassName
{
color: #C21B35;
}
.AnyTagClassName
{
color: #C21B35;
}
</style>
background-color css
<style>
a { background-color: #C21B35; }
a { background-color: rgb(194,27,53); }
div.DivClassName
{
background-color: #C21B35;
}
.BgClassName
{
background-color: #C21B35;
}
</style>
border-color css
<style>
span { border-color: #C21B35; }
span { border-color: rgb(194,27,53); }
td.TdClassName
{
border-color: #C21B35;
}
.TagClassName
{
border-color: #C21B35;
}
</style>