Shades of Cardinal #C02242
Tints of Cardinal #C02242
RGB
CMYK
RGB Variations
Color information
#C02242 (or 0xC02242) is known color: Cardinal. HEX triplet: C0, 22 and 42. RGB value is (192,34,66). Sum of RGB (Red+Green+Blue) = 192+34+66=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C02242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02242 is #3FDDBD. Grayscale: #545454. Windows color (decimal): -4185534 or 4334272. OLE color: 4334272.
HSL color Cylindrical-coordinate representation of color #C02242: hue angle of 347.85º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02242 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 66 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.25 |
| HSL | 347.85º | 0.7% | 0.44% | - |
| HSV(B) | 347.85º | 0.82% | 0.75% | - |
| XYZ | 23.29 | 12.74 | 6.39 | - |
| YUV | 84.89 | 117.35 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 66 | 0 | 0.82 | 0.66 | 0.25 | 347.85 | 0.7 | 0.44 |
| Hex | C0 | 22 | 42 | 0 | 52 | 42 | 19 | 15C | 46 | 2C |
| Octal | 300 | 42 | 102 | 0 | 122 | 102 | 31 | 534 | 106 | 54 |
| Binary | 11000000 | 100010 | 1000010 | 0 | 1010010 | 1000010 | 11001 | 101011100 | 1000110 | 101100 |
Color Harmonies of #C02242
Complementary color
Monochromatic Colors of #C02242
Black with #C02242
Text Example
Text Example
White with #C02242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02242; }
p { color: rgb(192,34,66); }
H1.HeaderClassName
{
color: #C02242;
}
.AnyTagClassName
{
color: #C02242;
}
</style>
background-color css
<style>
a { background-color: #C02242; }
a { background-color: rgb(192,34,66); }
div.DivClassName
{
background-color: #C02242;
}
.BgClassName
{
background-color: #C02242;
}
</style>
border-color css
<style>
span { border-color: #C02242; }
span { border-color: rgb(192,34,66); }
td.TdClassName
{
border-color: #C02242;
}
.TagClassName
{
border-color: #C02242;
}
</style>