Shades of Cardinal #C21F32
Tints of Cardinal #C21F32
RGB
CMYK
RGB Variations
Color information
#C21F32 (or 0xC21F32) is known color: Cardinal. HEX triplet: C2, 1F and 32. RGB value is (194,31,50). Sum of RGB (Red+Green+Blue) = 194+31+50=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21F32 is #3DE0CD. Grayscale: #515151. Windows color (decimal): -4055246 or 3284930. OLE color: 3284930.
HSL color Cylindrical-coordinate representation of color #C21F32: hue angle of 353.01º 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 #C21F32 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 50 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.24 |
| HSL | 353.01º | 0.72% | 0.44% | - |
| HSV(B) | 353.01º | 0.84% | 0.76% | - |
| XYZ | 23.31 | 12.68 | 4.24 | - |
| YUV | 81.9 | 110 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 50 | 0 | 0.84 | 0.74 | 0.24 | 353.01 | 0.72 | 0.44 |
| Hex | C2 | 1F | 32 | 0 | 54 | 4A | 18 | 161 | 48 | 2C |
| Octal | 302 | 37 | 62 | 0 | 124 | 112 | 30 | 541 | 110 | 54 |
| Binary | 11000010 | 11111 | 110010 | 0 | 1010100 | 1001010 | 11000 | 101100001 | 1001000 | 101100 |
Color Harmonies of #C21F32
Complementary color
Monochromatic Colors of #C21F32
Black with #C21F32
Text Example
Text Example
White with #C21F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21F32; }
p { color: rgb(194,31,50); }
H1.HeaderClassName
{
color: #C21F32;
}
.AnyTagClassName
{
color: #C21F32;
}
</style>
background-color css
<style>
a { background-color: #C21F32; }
a { background-color: rgb(194,31,50); }
div.DivClassName
{
background-color: #C21F32;
}
.BgClassName
{
background-color: #C21F32;
}
</style>
border-color css
<style>
span { border-color: #C21F32; }
span { border-color: rgb(194,31,50); }
td.TdClassName
{
border-color: #C21F32;
}
.TagClassName
{
border-color: #C21F32;
}
</style>