Shades of Cardinal #C41C2F
Tints of Cardinal #C41C2F
RGB
CMYK
RGB Variations
Color information
#C41C2F (or 0xC41C2F) is known color: Cardinal. HEX triplet: C4, 1C and 2F. RGB value is (196,28,47). Sum of RGB (Red+Green+Blue) = 196+28+47=271 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.32% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41C2F is #3BE3D0. Grayscale: #505050. Windows color (decimal): -3924945 or 3087556. OLE color: 3087556.
HSL color Cylindrical-coordinate representation of color #C41C2F: hue angle of 353.21º 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 #C41C2F is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 47 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.23 |
| HSL | 353.21º | 0.75% | 0.44% | - |
| HSV(B) | 353.21º | 0.86% | 0.77% | - |
| XYZ | 23.69 | 12.77 | 3.91 | - |
| YUV | 80.4 | 109.16 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 47 | 0 | 0.86 | 0.76 | 0.23 | 353.21 | 0.75 | 0.44 |
| Hex | C4 | 1C | 2F | 0 | 56 | 4C | 17 | 161 | 4B | 2C |
| Octal | 304 | 34 | 57 | 0 | 126 | 114 | 27 | 541 | 113 | 54 |
| Binary | 11000100 | 11100 | 101111 | 0 | 1010110 | 1001100 | 10111 | 101100001 | 1001011 | 101100 |
Color Harmonies of #C41C2F
Complementary color
Monochromatic Colors of #C41C2F
Black with #C41C2F
Text Example
Text Example
White with #C41C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41C2F; }
p { color: rgb(196,28,47); }
H1.HeaderClassName
{
color: #C41C2F;
}
.AnyTagClassName
{
color: #C41C2F;
}
</style>
background-color css
<style>
a { background-color: #C41C2F; }
a { background-color: rgb(196,28,47); }
div.DivClassName
{
background-color: #C41C2F;
}
.BgClassName
{
background-color: #C41C2F;
}
</style>
border-color css
<style>
span { border-color: #C41C2F; }
span { border-color: rgb(196,28,47); }
td.TdClassName
{
border-color: #C41C2F;
}
.TagClassName
{
border-color: #C41C2F;
}
</style>