Shades of Cardinal #C20248
Tints of Cardinal #C20248
RGB
CMYK
RGB Variations
Color information
#C20248 (or 0xC20248) is known color: Cardinal. HEX triplet: C2, 02 and 48. RGB value is (194,2,72). Sum of RGB (Red+Green+Blue) = 194+2+72=268 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.39% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 194 - color contains mainly: red. Hex color #C20248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20248 is #3DFDB7. Grayscale: #434343. Windows color (decimal): -4062648 or 4719298. OLE color: 4719298.
HSL color Cylindrical-coordinate representation of color #C20248: hue angle of 338.12º 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 #C20248 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 72 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.24 |
| HSL | 338.13º | 0.98% | 0.38% | - |
| HSV(B) | 338.13º | 0.99% | 0.76% | - |
| XYZ | 23.44 | 11.98 | 7.21 | - |
| YUV | 67.39 | 130.61 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 72 | 0 | 0.99 | 0.63 | 0.24 | 338.13 | 0.98 | 0.38 |
| Hex | C2 | 2 | 48 | 0 | 63 | 3F | 18 | 152 | 62 | 26 |
| Octal | 302 | 2 | 110 | 0 | 143 | 77 | 30 | 522 | 142 | 46 |
| Binary | 11000010 | 10 | 1001000 | 0 | 1100011 | 111111 | 11000 | 101010010 | 1100010 | 100110 |
Color Harmonies of #C20248
Complementary color
Monochromatic Colors of #C20248
Black with #C20248
Text Example
Text Example
White with #C20248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20248; }
p { color: rgb(194,2,72); }
H1.HeaderClassName
{
color: #C20248;
}
.AnyTagClassName
{
color: #C20248;
}
</style>
background-color css
<style>
a { background-color: #C20248; }
a { background-color: rgb(194,2,72); }
div.DivClassName
{
background-color: #C20248;
}
.BgClassName
{
background-color: #C20248;
}
</style>
border-color css
<style>
span { border-color: #C20248; }
span { border-color: rgb(194,2,72); }
td.TdClassName
{
border-color: #C20248;
}
.TagClassName
{
border-color: #C20248;
}
</style>