Shades of Cardinal #C41E34
Tints of Cardinal #C41E34
RGB
CMYK
RGB Variations
Color information
#C41E34 (or 0xC41E34) is known color: Cardinal. HEX triplet: C4, 1E and 34. RGB value is (196,30,52). Sum of RGB (Red+Green+Blue) = 196+30+52=278 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.50% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41E34 is #3BE1CB. Grayscale: #525252. Windows color (decimal): -3924428 or 3415748. OLE color: 3415748.
HSL color Cylindrical-coordinate representation of color #C41E34: hue angle of 352.05º 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 #C41E34 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 52 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.23 |
| HSL | 352.05º | 0.73% | 0.44% | - |
| HSV(B) | 352.05º | 0.85% | 0.77% | - |
| XYZ | 23.85 | 12.91 | 4.48 | - |
| YUV | 82.14 | 111 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 52 | 0 | 0.85 | 0.73 | 0.23 | 352.05 | 0.73 | 0.44 |
| Hex | C4 | 1E | 34 | 0 | 55 | 49 | 17 | 160 | 49 | 2C |
| Octal | 304 | 36 | 64 | 0 | 125 | 111 | 27 | 540 | 111 | 54 |
| Binary | 11000100 | 11110 | 110100 | 0 | 1010101 | 1001001 | 10111 | 101100000 | 1001001 | 101100 |
Color Harmonies of #C41E34
Complementary color
Monochromatic Colors of #C41E34
Black with #C41E34
Text Example
Text Example
White with #C41E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41E34; }
p { color: rgb(196,30,52); }
H1.HeaderClassName
{
color: #C41E34;
}
.AnyTagClassName
{
color: #C41E34;
}
</style>
background-color css
<style>
a { background-color: #C41E34; }
a { background-color: rgb(196,30,52); }
div.DivClassName
{
background-color: #C41E34;
}
.BgClassName
{
background-color: #C41E34;
}
</style>
border-color css
<style>
span { border-color: #C41E34; }
span { border-color: rgb(196,30,52); }
td.TdClassName
{
border-color: #C41E34;
}
.TagClassName
{
border-color: #C41E34;
}
</style>