Shades of Cardinal #C41E2E
Tints of Cardinal #C41E2E
RGB
CMYK
RGB Variations
Color information
#C41E2E (or 0xC41E2E) is known color: Cardinal. HEX triplet: C4, 1E and 2E. RGB value is (196,30,46). Sum of RGB (Red+Green+Blue) = 196+30+46=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41E2E is #3BE1D1. Grayscale: #515151. Windows color (decimal): -3924434 or 3022532. OLE color: 3022532.
HSL color Cylindrical-coordinate representation of color #C41E2E: hue angle of 354.22º degrees, saturation: 0.73, 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 #C41E2E is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 46 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.23 |
| HSL | 354.22º | 0.73% | 0.44% | - |
| HSV(B) | 354.22º | 0.85% | 0.77% | - |
| XYZ | 23.72 | 12.86 | 3.82 | - |
| YUV | 81.46 | 108 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 46 | 0 | 0.85 | 0.77 | 0.23 | 354.22 | 0.73 | 0.44 |
| Hex | C4 | 1E | 2E | 0 | 55 | 4D | 17 | 162 | 49 | 2C |
| Octal | 304 | 36 | 56 | 0 | 125 | 115 | 27 | 542 | 111 | 54 |
| Binary | 11000100 | 11110 | 101110 | 0 | 1010101 | 1001101 | 10111 | 101100010 | 1001001 | 101100 |
Color Harmonies of #C41E2E
Complementary color
Monochromatic Colors of #C41E2E
Black with #C41E2E
Text Example
Text Example
White with #C41E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41E2E; }
p { color: rgb(196,30,46); }
H1.HeaderClassName
{
color: #C41E2E;
}
.AnyTagClassName
{
color: #C41E2E;
}
</style>
background-color css
<style>
a { background-color: #C41E2E; }
a { background-color: rgb(196,30,46); }
div.DivClassName
{
background-color: #C41E2E;
}
.BgClassName
{
background-color: #C41E2E;
}
</style>
border-color css
<style>
span { border-color: #C41E2E; }
span { border-color: rgb(196,30,46); }
td.TdClassName
{
border-color: #C41E2E;
}
.TagClassName
{
border-color: #C41E2E;
}
</style>