Shades of Cardinal #C02441
Tints of Cardinal #C02441
RGB
CMYK
RGB Variations
Color information
#C02441 (or 0xC02441) is known color: Cardinal. HEX triplet: C0, 24 and 41. RGB value is (192,36,65). Sum of RGB (Red+Green+Blue) = 192+36+65=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C02441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02441 is #3FDBBE. Grayscale: #555555. Windows color (decimal): -4185023 or 4269248. OLE color: 4269248.
HSL color Cylindrical-coordinate representation of color #C02441: hue angle of 348.85º 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 #C02441 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 65 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.25 |
| HSL | 348.85º | 0.68% | 0.45% | - |
| HSV(B) | 348.85º | 0.81% | 0.75% | - |
| XYZ | 23.32 | 12.85 | 6.25 | - |
| YUV | 85.95 | 116.18 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 65 | 0 | 0.81 | 0.66 | 0.25 | 348.85 | 0.68 | 0.45 |
| Hex | C0 | 24 | 41 | 0 | 51 | 42 | 19 | 15D | 44 | 2D |
| Octal | 300 | 44 | 101 | 0 | 121 | 102 | 31 | 535 | 104 | 55 |
| Binary | 11000000 | 100100 | 1000001 | 0 | 1010001 | 1000010 | 11001 | 101011101 | 1000100 | 101101 |
Color Harmonies of #C02441
Complementary color
Monochromatic Colors of #C02441
Black with #C02441
Text Example
Text Example
White with #C02441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02441; }
p { color: rgb(192,36,65); }
H1.HeaderClassName
{
color: #C02441;
}
.AnyTagClassName
{
color: #C02441;
}
</style>
background-color css
<style>
a { background-color: #C02441; }
a { background-color: rgb(192,36,65); }
div.DivClassName
{
background-color: #C02441;
}
.BgClassName
{
background-color: #C02441;
}
</style>
border-color css
<style>
span { border-color: #C02441; }
span { border-color: rgb(192,36,65); }
td.TdClassName
{
border-color: #C02441;
}
.TagClassName
{
border-color: #C02441;
}
</style>