Shades of Cardinal #C41250
Tints of Cardinal #C41250
RGB
CMYK
RGB Variations
Color information
#C41250 (or 0xC41250) is known color: Cardinal. HEX triplet: C4, 12 and 50. RGB value is (196,18,80). Sum of RGB (Red+Green+Blue) = 196+18+80=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C41250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41250 is #3BEDAF. Grayscale: #4E4E4E. Windows color (decimal): -3927472 or 5247684. OLE color: 5247684.
HSL color Cylindrical-coordinate representation of color #C41250: hue angle of 339.1º 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 #C41250 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 80 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.23 |
| HSL | 339.1º | 0.83% | 0.42% | - |
| HSV(B) | 339.1º | 0.91% | 0.77% | - |
| XYZ | 24.43 | 12.75 | 8.76 | - |
| YUV | 78.29 | 128.97 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 80 | 0 | 0.91 | 0.59 | 0.23 | 339.1 | 0.83 | 0.42 |
| Hex | C4 | 12 | 50 | 0 | 5B | 3B | 17 | 153 | 53 | 2A |
| Octal | 304 | 22 | 120 | 0 | 133 | 73 | 27 | 523 | 123 | 52 |
| Binary | 11000100 | 10010 | 1010000 | 0 | 1011011 | 111011 | 10111 | 101010011 | 1010011 | 101010 |
Color Harmonies of #C41250
Complementary color
Monochromatic Colors of #C41250
Black with #C41250
Text Example
Text Example
White with #C41250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41250; }
p { color: rgb(196,18,80); }
H1.HeaderClassName
{
color: #C41250;
}
.AnyTagClassName
{
color: #C41250;
}
</style>
background-color css
<style>
a { background-color: #C41250; }
a { background-color: rgb(196,18,80); }
div.DivClassName
{
background-color: #C41250;
}
.BgClassName
{
background-color: #C41250;
}
</style>
border-color css
<style>
span { border-color: #C41250; }
span { border-color: rgb(196,18,80); }
td.TdClassName
{
border-color: #C41250;
}
.TagClassName
{
border-color: #C41250;
}
</style>