Shades of Cardinal #C20244
Tints of Cardinal #C20244
RGB
CMYK
RGB Variations
Color information
#C20244 (or 0xC20244) is known color: Cardinal. HEX triplet: C2, 02 and 44. RGB value is (194,2,68). Sum of RGB (Red+Green+Blue) = 194+2+68=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C20244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20244 is #3DFDBB. Grayscale: #424242. Windows color (decimal): -4062652 or 4457154. OLE color: 4457154.
HSL color Cylindrical-coordinate representation of color #C20244: hue angle of 339.38º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20244 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 68 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.24 |
| HSL | 339.38º | 0.98% | 0.38% | - |
| HSV(B) | 339.38º | 0.99% | 0.76% | - |
| XYZ | 23.31 | 11.93 | 6.54 | - |
| YUV | 66.93 | 128.61 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 68 | 0 | 0.99 | 0.65 | 0.24 | 339.38 | 0.98 | 0.38 |
| Hex | C2 | 2 | 44 | 0 | 63 | 41 | 18 | 153 | 62 | 26 |
| Octal | 302 | 2 | 104 | 0 | 143 | 101 | 30 | 523 | 142 | 46 |
| Binary | 11000010 | 10 | 1000100 | 0 | 1100011 | 1000001 | 11000 | 101010011 | 1100010 | 100110 |
Color Harmonies of #C20244
Complementary color
Monochromatic Colors of #C20244
Black with #C20244
Text Example
Text Example
White with #C20244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20244; }
p { color: rgb(194,2,68); }
H1.HeaderClassName
{
color: #C20244;
}
.AnyTagClassName
{
color: #C20244;
}
</style>
background-color css
<style>
a { background-color: #C20244; }
a { background-color: rgb(194,2,68); }
div.DivClassName
{
background-color: #C20244;
}
.BgClassName
{
background-color: #C20244;
}
</style>
border-color css
<style>
span { border-color: #C20244; }
span { border-color: rgb(194,2,68); }
td.TdClassName
{
border-color: #C20244;
}
.TagClassName
{
border-color: #C20244;
}
</style>