Shades of Cardinal #C20242
Tints of Cardinal #C20242
RGB
CMYK
RGB Variations
Color information
#C20242 (or 0xC20242) is known color: Cardinal. HEX triplet: C2, 02 and 42. RGB value is (194,2,66). Sum of RGB (Red+Green+Blue) = 194+2+66=262 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.05% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 194 - color contains mainly: red. Hex color #C20242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20242 is #3DFDBD. Grayscale: #424242. Windows color (decimal): -4062654 or 4326082. OLE color: 4326082.
HSL color Cylindrical-coordinate representation of color #C20242: hue angle of 340º 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 #C20242 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 66 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.24 |
| HSL | 340º | 0.98% | 0.38% | - |
| HSV(B) | 340º | 0.99% | 0.76% | - |
| XYZ | 23.25 | 11.91 | 6.23 | - |
| YUV | 66.7 | 127.61 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 66 | 0 | 0.99 | 0.66 | 0.24 | 340 | 0.98 | 0.38 |
| Hex | C2 | 2 | 42 | 0 | 63 | 42 | 18 | 154 | 62 | 26 |
| Octal | 302 | 2 | 102 | 0 | 143 | 102 | 30 | 524 | 142 | 46 |
| Binary | 11000010 | 10 | 1000010 | 0 | 1100011 | 1000010 | 11000 | 101010100 | 1100010 | 100110 |
Color Harmonies of #C20242
Complementary color
Monochromatic Colors of #C20242
Black with #C20242
Text Example
Text Example
White with #C20242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20242; }
p { color: rgb(194,2,66); }
H1.HeaderClassName
{
color: #C20242;
}
.AnyTagClassName
{
color: #C20242;
}
</style>
background-color css
<style>
a { background-color: #C20242; }
a { background-color: rgb(194,2,66); }
div.DivClassName
{
background-color: #C20242;
}
.BgClassName
{
background-color: #C20242;
}
</style>
border-color css
<style>
span { border-color: #C20242; }
span { border-color: rgb(194,2,66); }
td.TdClassName
{
border-color: #C20242;
}
.TagClassName
{
border-color: #C20242;
}
</style>