Shades of Cardinal #C20236
Tints of Cardinal #C20236
RGB
CMYK
RGB Variations
Color information
#C20236 (or 0xC20236) is known color: Cardinal. HEX triplet: C2, 02 and 36. RGB value is (194,2,54). Sum of RGB (Red+Green+Blue) = 194+2+54=250 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.6% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 194 - color contains mainly: red. Hex color #C20236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20236 is #3DFDC9. Grayscale: #414141. Windows color (decimal): -4062666 or 3539650. OLE color: 3539650.
HSL color Cylindrical-coordinate representation of color #C20236: hue angle of 343.75º 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 #C20236 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 54 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.24 |
| HSL | 343.75º | 0.98% | 0.38% | - |
| HSV(B) | 343.75º | 0.99% | 0.76% | - |
| XYZ | 22.94 | 11.78 | 4.55 | - |
| YUV | 65.34 | 121.61 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 54 | 0 | 0.99 | 0.72 | 0.24 | 343.75 | 0.98 | 0.38 |
| Hex | C2 | 2 | 36 | 0 | 63 | 48 | 18 | 158 | 62 | 26 |
| Octal | 302 | 2 | 66 | 0 | 143 | 110 | 30 | 530 | 142 | 46 |
| Binary | 11000010 | 10 | 110110 | 0 | 1100011 | 1001000 | 11000 | 101011000 | 1100010 | 100110 |
Color Harmonies of #C20236
Complementary color
Monochromatic Colors of #C20236
Black with #C20236
Text Example
Text Example
White with #C20236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20236; }
p { color: rgb(194,2,54); }
H1.HeaderClassName
{
color: #C20236;
}
.AnyTagClassName
{
color: #C20236;
}
</style>
background-color css
<style>
a { background-color: #C20236; }
a { background-color: rgb(194,2,54); }
div.DivClassName
{
background-color: #C20236;
}
.BgClassName
{
background-color: #C20236;
}
</style>
border-color css
<style>
span { border-color: #C20236; }
span { border-color: rgb(194,2,54); }
td.TdClassName
{
border-color: #C20236;
}
.TagClassName
{
border-color: #C20236;
}
</style>