Shades of Cardinal #C41B37
Tints of Cardinal #C41B37
RGB
CMYK
RGB Variations
Color information
#C41B37 (or 0xC41B37) is known color: Cardinal. HEX triplet: C4, 1B and 37. RGB value is (196,27,55). Sum of RGB (Red+Green+Blue) = 196+27+55=278 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.50% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41B37 is #3BE4C8. Grayscale: #505050. Windows color (decimal): -3925193 or 3611588. OLE color: 3611588.
HSL color Cylindrical-coordinate representation of color #C41B37: hue angle of 350.06º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41B37 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 27 | 55 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.23 |
| HSL | 350.06º | 0.76% | 0.44% | - |
| HSV(B) | 350.06º | 0.86% | 0.77% | - |
| XYZ | 23.85 | 12.8 | 4.83 | - |
| YUV | 80.72 | 113.49 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 55 | 0 | 0.86 | 0.72 | 0.23 | 350.06 | 0.76 | 0.44 |
| Hex | C4 | 1B | 37 | 0 | 56 | 48 | 17 | 15E | 4C | 2C |
| Octal | 304 | 33 | 67 | 0 | 126 | 110 | 27 | 536 | 114 | 54 |
| Binary | 11000100 | 11011 | 110111 | 0 | 1010110 | 1001000 | 10111 | 101011110 | 1001100 | 101100 |
Color Harmonies of #C41B37
Complementary color
Monochromatic Colors of #C41B37
Black with #C41B37
Text Example
Text Example
White with #C41B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41B37; }
p { color: rgb(196,27,55); }
H1.HeaderClassName
{
color: #C41B37;
}
.AnyTagClassName
{
color: #C41B37;
}
</style>
background-color css
<style>
a { background-color: #C41B37; }
a { background-color: rgb(196,27,55); }
div.DivClassName
{
background-color: #C41B37;
}
.BgClassName
{
background-color: #C41B37;
}
</style>
border-color css
<style>
span { border-color: #C41B37; }
span { border-color: rgb(196,27,55); }
td.TdClassName
{
border-color: #C41B37;
}
.TagClassName
{
border-color: #C41B37;
}
</style>