Shades of Cardinal #C02442
Tints of Cardinal #C02442
RGB
CMYK
RGB Variations
Color information
#C02442 (or 0xC02442) is known color: Cardinal. HEX triplet: C0, 24 and 42. RGB value is (192,36,66). Sum of RGB (Red+Green+Blue) = 192+36+66=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C02442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02442 is #3FDBBD. Grayscale: #565656. Windows color (decimal): -4185022 or 4334784. OLE color: 4334784.
HSL color Cylindrical-coordinate representation of color #C02442: hue angle of 348.46º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02442 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 66 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.25 |
| HSL | 348.46º | 0.68% | 0.45% | - |
| HSV(B) | 348.46º | 0.81% | 0.75% | - |
| XYZ | 23.35 | 12.86 | 6.41 | - |
| YUV | 86.06 | 116.68 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 66 | 0 | 0.81 | 0.66 | 0.25 | 348.46 | 0.68 | 0.45 |
| Hex | C0 | 24 | 42 | 0 | 51 | 42 | 19 | 15C | 44 | 2D |
| Octal | 300 | 44 | 102 | 0 | 121 | 102 | 31 | 534 | 104 | 55 |
| Binary | 11000000 | 100100 | 1000010 | 0 | 1010001 | 1000010 | 11001 | 101011100 | 1000100 | 101101 |
Color Harmonies of #C02442
Complementary color
Monochromatic Colors of #C02442
Black with #C02442
Text Example
Text Example
White with #C02442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02442; }
p { color: rgb(192,36,66); }
H1.HeaderClassName
{
color: #C02442;
}
.AnyTagClassName
{
color: #C02442;
}
</style>
background-color css
<style>
a { background-color: #C02442; }
a { background-color: rgb(192,36,66); }
div.DivClassName
{
background-color: #C02442;
}
.BgClassName
{
background-color: #C02442;
}
</style>
border-color css
<style>
span { border-color: #C02442; }
span { border-color: rgb(192,36,66); }
td.TdClassName
{
border-color: #C02442;
}
.TagClassName
{
border-color: #C02442;
}
</style>