Shades of Cardinal #C21B34
Tints of Cardinal #C21B34
RGB
CMYK
RGB Variations
Color information
#C21B34 (or 0xC21B34) is known color: Cardinal. HEX triplet: C2, 1B and 34. RGB value is (194,27,52). Sum of RGB (Red+Green+Blue) = 194+27+52=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21B34 is #3DE4CB. Grayscale: #4F4F4F. Windows color (decimal): -4056268 or 3414978. OLE color: 3414978.
HSL color Cylindrical-coordinate representation of color #C21B34: hue angle of 351.02º 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 #C21B34 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 27 | 52 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.24 |
| HSL | 351.02º | 0.76% | 0.43% | - |
| HSV(B) | 351.02º | 0.86% | 0.76% | - |
| XYZ | 23.26 | 12.5 | 4.44 | - |
| YUV | 79.78 | 112.33 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 27 | 52 | 0 | 0.86 | 0.73 | 0.24 | 351.02 | 0.76 | 0.43 |
| Hex | C2 | 1B | 34 | 0 | 56 | 49 | 18 | 15F | 4C | 2B |
| Octal | 302 | 33 | 64 | 0 | 126 | 111 | 30 | 537 | 114 | 53 |
| Binary | 11000010 | 11011 | 110100 | 0 | 1010110 | 1001001 | 11000 | 101011111 | 1001100 | 101011 |
Color Harmonies of #C21B34
Complementary color
Monochromatic Colors of #C21B34
Black with #C21B34
Text Example
Text Example
White with #C21B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21B34; }
p { color: rgb(194,27,52); }
H1.HeaderClassName
{
color: #C21B34;
}
.AnyTagClassName
{
color: #C21B34;
}
</style>
background-color css
<style>
a { background-color: #C21B34; }
a { background-color: rgb(194,27,52); }
div.DivClassName
{
background-color: #C21B34;
}
.BgClassName
{
background-color: #C21B34;
}
</style>
border-color css
<style>
span { border-color: #C21B34; }
span { border-color: rgb(194,27,52); }
td.TdClassName
{
border-color: #C21B34;
}
.TagClassName
{
border-color: #C21B34;
}
</style>