Shades of Cardinal #C0212F
Tints of Cardinal #C0212F
RGB
CMYK
RGB Variations
Color information
#C0212F (or 0xC0212F) is known color: Cardinal. HEX triplet: C0, 21 and 2F. RGB value is (192,33,47). Sum of RGB (Red+Green+Blue) = 192+33+47=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C0212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0212F is #3FDED0. Grayscale: #525252. Windows color (decimal): -4185809 or 3088832. OLE color: 3088832.
HSL color Cylindrical-coordinate representation of color #C0212F: hue angle of 354.72º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0212F is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 47 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.25 |
| HSL | 354.72º | 0.71% | 0.44% | - |
| HSV(B) | 354.72º | 0.83% | 0.75% | - |
| XYZ | 22.8 | 12.5 | 3.9 | - |
| YUV | 82.14 | 108.18 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 47 | 0 | 0.83 | 0.76 | 0.25 | 354.72 | 0.71 | 0.44 |
| Hex | C0 | 21 | 2F | 0 | 53 | 4C | 19 | 163 | 47 | 2C |
| Octal | 300 | 41 | 57 | 0 | 123 | 114 | 31 | 543 | 107 | 54 |
| Binary | 11000000 | 100001 | 101111 | 0 | 1010011 | 1001100 | 11001 | 101100011 | 1000111 | 101100 |
Color Harmonies of #C0212F
Complementary color
Monochromatic Colors of #C0212F
Black with #C0212F
Text Example
Text Example
White with #C0212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0212F; }
p { color: rgb(192,33,47); }
H1.HeaderClassName
{
color: #C0212F;
}
.AnyTagClassName
{
color: #C0212F;
}
</style>
background-color css
<style>
a { background-color: #C0212F; }
a { background-color: rgb(192,33,47); }
div.DivClassName
{
background-color: #C0212F;
}
.BgClassName
{
background-color: #C0212F;
}
</style>
border-color css
<style>
span { border-color: #C0212F; }
span { border-color: rgb(192,33,47); }
td.TdClassName
{
border-color: #C0212F;
}
.TagClassName
{
border-color: #C0212F;
}
</style>