Shades of Cardinal #C41D36
Tints of Cardinal #C41D36
RGB
CMYK
RGB Variations
Color information
#C41D36 (or 0xC41D36) is known color: Cardinal. HEX triplet: C4, 1D and 36. RGB value is (196,29,54). Sum of RGB (Red+Green+Blue) = 196+29+54=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41D36 is #3BE2C9. Grayscale: #515151. Windows color (decimal): -3924682 or 3546564. OLE color: 3546564.
HSL color Cylindrical-coordinate representation of color #C41D36: hue angle of 351.02º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41D36 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 54 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.23 |
| HSL | 351.02º | 0.74% | 0.44% | - |
| HSV(B) | 351.02º | 0.85% | 0.77% | - |
| XYZ | 23.87 | 12.88 | 4.72 | - |
| YUV | 81.78 | 112.33 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 54 | 0 | 0.85 | 0.72 | 0.23 | 351.02 | 0.74 | 0.44 |
| Hex | C4 | 1D | 36 | 0 | 55 | 48 | 17 | 15F | 4A | 2C |
| Octal | 304 | 35 | 66 | 0 | 125 | 110 | 27 | 537 | 112 | 54 |
| Binary | 11000100 | 11101 | 110110 | 0 | 1010101 | 1001000 | 10111 | 101011111 | 1001010 | 101100 |
Color Harmonies of #C41D36
Complementary color
Monochromatic Colors of #C41D36
Black with #C41D36
Text Example
Text Example
White with #C41D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41D36; }
p { color: rgb(196,29,54); }
H1.HeaderClassName
{
color: #C41D36;
}
.AnyTagClassName
{
color: #C41D36;
}
</style>
background-color css
<style>
a { background-color: #C41D36; }
a { background-color: rgb(196,29,54); }
div.DivClassName
{
background-color: #C41D36;
}
.BgClassName
{
background-color: #C41D36;
}
</style>
border-color css
<style>
span { border-color: #C41D36; }
span { border-color: rgb(196,29,54); }
td.TdClassName
{
border-color: #C41D36;
}
.TagClassName
{
border-color: #C41D36;
}
</style>