Shades of Cardinal #C41C3C
Tints of Cardinal #C41C3C
RGB
CMYK
RGB Variations
Color information
#C41C3C (or 0xC41C3C) is known color: Cardinal. HEX triplet: C4, 1C and 3C. RGB value is (196,28,60). Sum of RGB (Red+Green+Blue) = 196+28+60=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41C3C is #3BE3C3. Grayscale: #515151. Windows color (decimal): -3924932 or 3939524. OLE color: 3939524.
HSL color Cylindrical-coordinate representation of color #C41C3C: hue angle of 348.57º 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 #C41C3C is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 60 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.23 |
| HSL | 348.57º | 0.75% | 0.44% | - |
| HSV(B) | 348.57º | 0.86% | 0.77% | - |
| XYZ | 24 | 12.89 | 5.5 | - |
| YUV | 81.88 | 115.66 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 60 | 0 | 0.86 | 0.69 | 0.23 | 348.57 | 0.75 | 0.44 |
| Hex | C4 | 1C | 3C | 0 | 56 | 45 | 17 | 15D | 4B | 2C |
| Octal | 304 | 34 | 74 | 0 | 126 | 105 | 27 | 535 | 113 | 54 |
| Binary | 11000100 | 11100 | 111100 | 0 | 1010110 | 1000101 | 10111 | 101011101 | 1001011 | 101100 |
Color Harmonies of #C41C3C
Complementary color
Monochromatic Colors of #C41C3C
Black with #C41C3C
Text Example
Text Example
White with #C41C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41C3C; }
p { color: rgb(196,28,60); }
H1.HeaderClassName
{
color: #C41C3C;
}
.AnyTagClassName
{
color: #C41C3C;
}
</style>
background-color css
<style>
a { background-color: #C41C3C; }
a { background-color: rgb(196,28,60); }
div.DivClassName
{
background-color: #C41C3C;
}
.BgClassName
{
background-color: #C41C3C;
}
</style>
border-color css
<style>
span { border-color: #C41C3C; }
span { border-color: rgb(196,28,60); }
td.TdClassName
{
border-color: #C41C3C;
}
.TagClassName
{
border-color: #C41C3C;
}
</style>