Shades of Cardinal #C41D3C
Tints of Cardinal #C41D3C
RGB
CMYK
RGB Variations
Color information
#C41D3C (or 0xC41D3C) is known color: Cardinal. HEX triplet: C4, 1D and 3C. RGB value is (196,29,60). Sum of RGB (Red+Green+Blue) = 196+29+60=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41D3C is #3BE2C3. Grayscale: #525252. Windows color (decimal): -3924676 or 3939780. OLE color: 3939780.
HSL color Cylindrical-coordinate representation of color #C41D3C: hue angle of 348.86º 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 #C41D3C is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 60 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.23 |
| HSL | 348.86º | 0.74% | 0.44% | - |
| HSV(B) | 348.86º | 0.85% | 0.77% | - |
| XYZ | 24.02 | 12.94 | 5.51 | - |
| YUV | 82.47 | 115.33 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 60 | 0 | 0.85 | 0.69 | 0.23 | 348.86 | 0.74 | 0.44 |
| Hex | C4 | 1D | 3C | 0 | 55 | 45 | 17 | 15D | 4A | 2C |
| Octal | 304 | 35 | 74 | 0 | 125 | 105 | 27 | 535 | 112 | 54 |
| Binary | 11000100 | 11101 | 111100 | 0 | 1010101 | 1000101 | 10111 | 101011101 | 1001010 | 101100 |
Color Harmonies of #C41D3C
Complementary color
Monochromatic Colors of #C41D3C
Black with #C41D3C
Text Example
Text Example
White with #C41D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41D3C; }
p { color: rgb(196,29,60); }
H1.HeaderClassName
{
color: #C41D3C;
}
.AnyTagClassName
{
color: #C41D3C;
}
</style>
background-color css
<style>
a { background-color: #C41D3C; }
a { background-color: rgb(196,29,60); }
div.DivClassName
{
background-color: #C41D3C;
}
.BgClassName
{
background-color: #C41D3C;
}
</style>
border-color css
<style>
span { border-color: #C41D3C; }
span { border-color: rgb(196,29,60); }
td.TdClassName
{
border-color: #C41D3C;
}
.TagClassName
{
border-color: #C41D3C;
}
</style>