Shades of Cardinal #C21F48
Tints of Cardinal #C21F48
RGB
CMYK
RGB Variations
Color information
#C21F48 (or 0xC21F48) is known color: Cardinal. HEX triplet: C2, 1F and 48. RGB value is (194,31,72). Sum of RGB (Red+Green+Blue) = 194+31+72=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21F48 is #3DE0B7. Grayscale: #545454. Windows color (decimal): -4055224 or 4726722. OLE color: 4726722.
HSL color Cylindrical-coordinate representation of color #C21F48: hue angle of 344.91º 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 #C21F48 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 72 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.24 |
| HSL | 344.91º | 0.72% | 0.44% | - |
| HSV(B) | 344.91º | 0.84% | 0.76% | - |
| XYZ | 23.91 | 12.92 | 7.36 | - |
| YUV | 84.41 | 121 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 72 | 0 | 0.84 | 0.63 | 0.24 | 344.91 | 0.72 | 0.44 |
| Hex | C2 | 1F | 48 | 0 | 54 | 3F | 18 | 159 | 48 | 2C |
| Octal | 302 | 37 | 110 | 0 | 124 | 77 | 30 | 531 | 110 | 54 |
| Binary | 11000010 | 11111 | 1001000 | 0 | 1010100 | 111111 | 11000 | 101011001 | 1001000 | 101100 |
Color Harmonies of #C21F48
Complementary color
Monochromatic Colors of #C21F48
Black with #C21F48
Text Example
Text Example
White with #C21F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21F48; }
p { color: rgb(194,31,72); }
H1.HeaderClassName
{
color: #C21F48;
}
.AnyTagClassName
{
color: #C21F48;
}
</style>
background-color css
<style>
a { background-color: #C21F48; }
a { background-color: rgb(194,31,72); }
div.DivClassName
{
background-color: #C21F48;
}
.BgClassName
{
background-color: #C21F48;
}
</style>
border-color css
<style>
span { border-color: #C21F48; }
span { border-color: rgb(194,31,72); }
td.TdClassName
{
border-color: #C21F48;
}
.TagClassName
{
border-color: #C21F48;
}
</style>