Shades of Cardinal #C41C34
Tints of Cardinal #C41C34
RGB
CMYK
RGB Variations
Color information
#C41C34 (or 0xC41C34) is known color: Cardinal. HEX triplet: C4, 1C and 34. RGB value is (196,28,52). Sum of RGB (Red+Green+Blue) = 196+28+52=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41C34 is #3BE3CB. Grayscale: #515151. Windows color (decimal): -3924940 or 3415236. OLE color: 3415236.
HSL color Cylindrical-coordinate representation of color #C41C34: hue angle of 351.43º degrees, saturation: 0.75, 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 #C41C34 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 52 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.23 |
| HSL | 351.43º | 0.75% | 0.44% | - |
| HSV(B) | 351.43º | 0.86% | 0.77% | - |
| XYZ | 23.8 | 12.81 | 4.47 | - |
| YUV | 80.97 | 111.66 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 52 | 0 | 0.86 | 0.73 | 0.23 | 351.43 | 0.75 | 0.44 |
| Hex | C4 | 1C | 34 | 0 | 56 | 49 | 17 | 15F | 4B | 2C |
| Octal | 304 | 34 | 64 | 0 | 126 | 111 | 27 | 537 | 113 | 54 |
| Binary | 11000100 | 11100 | 110100 | 0 | 1010110 | 1001001 | 10111 | 101011111 | 1001011 | 101100 |
Color Harmonies of #C41C34
Complementary color
Monochromatic Colors of #C41C34
Black with #C41C34
Text Example
Text Example
White with #C41C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41C34; }
p { color: rgb(196,28,52); }
H1.HeaderClassName
{
color: #C41C34;
}
.AnyTagClassName
{
color: #C41C34;
}
</style>
background-color css
<style>
a { background-color: #C41C34; }
a { background-color: rgb(196,28,52); }
div.DivClassName
{
background-color: #C41C34;
}
.BgClassName
{
background-color: #C41C34;
}
</style>
border-color css
<style>
span { border-color: #C41C34; }
span { border-color: rgb(196,28,52); }
td.TdClassName
{
border-color: #C41C34;
}
.TagClassName
{
border-color: #C41C34;
}
</style>