Shades of Cardinal #C21F40
Tints of Cardinal #C21F40
RGB
CMYK
RGB Variations
Color information
#C21F40 (or 0xC21F40) is known color: Cardinal. HEX triplet: C2, 1F and 40. RGB value is (194,31,64). Sum of RGB (Red+Green+Blue) = 194+31+64=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21F40 is #3DE0BF. Grayscale: #535353. Windows color (decimal): -4055232 or 4202434. OLE color: 4202434.
HSL color Cylindrical-coordinate representation of color #C21F40: hue angle of 347.85º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21F40 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 64 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.24 |
| HSL | 347.85º | 0.72% | 0.44% | - |
| HSV(B) | 347.85º | 0.84% | 0.76% | - |
| XYZ | 23.66 | 12.82 | 6.08 | - |
| YUV | 83.5 | 117 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 64 | 0 | 0.84 | 0.67 | 0.24 | 347.85 | 0.72 | 0.44 |
| Hex | C2 | 1F | 40 | 0 | 54 | 43 | 18 | 15C | 48 | 2C |
| Octal | 302 | 37 | 100 | 0 | 124 | 103 | 30 | 534 | 110 | 54 |
| Binary | 11000010 | 11111 | 1000000 | 0 | 1010100 | 1000011 | 11000 | 101011100 | 1001000 | 101100 |
Color Harmonies of #C21F40
Complementary color
Monochromatic Colors of #C21F40
Black with #C21F40
Text Example
Text Example
White with #C21F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21F40; }
p { color: rgb(194,31,64); }
H1.HeaderClassName
{
color: #C21F40;
}
.AnyTagClassName
{
color: #C21F40;
}
</style>
background-color css
<style>
a { background-color: #C21F40; }
a { background-color: rgb(194,31,64); }
div.DivClassName
{
background-color: #C21F40;
}
.BgClassName
{
background-color: #C21F40;
}
</style>
border-color css
<style>
span { border-color: #C21F40; }
span { border-color: rgb(194,31,64); }
td.TdClassName
{
border-color: #C21F40;
}
.TagClassName
{
border-color: #C21F40;
}
</style>