Shades of Cardinal #C41243
Tints of Cardinal #C41243
RGB
CMYK
RGB Variations
Color information
#C41243 (or 0xC41243) is known color: Cardinal. HEX triplet: C4, 12 and 43. RGB value is (196,18,67). Sum of RGB (Red+Green+Blue) = 196+18+67=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C41243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41243 is #3BEDBC. Grayscale: #4C4C4C. Windows color (decimal): -3927485 or 4395716. OLE color: 4395716.
HSL color Cylindrical-coordinate representation of color #C41243: hue angle of 343.48º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41243 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 67 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.23 |
| HSL | 343.48º | 0.83% | 0.42% | - |
| HSV(B) | 343.48º | 0.91% | 0.77% | - |
| XYZ | 23.99 | 12.57 | 6.47 | - |
| YUV | 76.81 | 122.47 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 67 | 0 | 0.91 | 0.66 | 0.23 | 343.48 | 0.83 | 0.42 |
| Hex | C4 | 12 | 43 | 0 | 5B | 42 | 17 | 157 | 53 | 2A |
| Octal | 304 | 22 | 103 | 0 | 133 | 102 | 27 | 527 | 123 | 52 |
| Binary | 11000100 | 10010 | 1000011 | 0 | 1011011 | 1000010 | 10111 | 101010111 | 1010011 | 101010 |
Color Harmonies of #C41243
Complementary color
Monochromatic Colors of #C41243
Black with #C41243
Text Example
Text Example
White with #C41243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41243; }
p { color: rgb(196,18,67); }
H1.HeaderClassName
{
color: #C41243;
}
.AnyTagClassName
{
color: #C41243;
}
</style>
background-color css
<style>
a { background-color: #C41243; }
a { background-color: rgb(196,18,67); }
div.DivClassName
{
background-color: #C41243;
}
.BgClassName
{
background-color: #C41243;
}
</style>
border-color css
<style>
span { border-color: #C41243; }
span { border-color: rgb(196,18,67); }
td.TdClassName
{
border-color: #C41243;
}
.TagClassName
{
border-color: #C41243;
}
</style>