Shades of Cardinal #C41B2F
Tints of Cardinal #C41B2F
RGB
CMYK
RGB Variations
Color information
#C41B2F (or 0xC41B2F) is known color: Cardinal. HEX triplet: C4, 1B and 2F. RGB value is (196,27,47). Sum of RGB (Red+Green+Blue) = 196+27+47=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41B2F is #3BE4D0. Grayscale: #4F4F4F. Windows color (decimal): -3925201 or 3087300. OLE color: 3087300.
HSL color Cylindrical-coordinate representation of color #C41B2F: hue angle of 352.9º degrees, saturation: 0.76, 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 #C41B2F is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 27 | 47 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.23 |
| HSL | 352.9º | 0.76% | 0.44% | - |
| HSV(B) | 352.9º | 0.86% | 0.77% | - |
| XYZ | 23.67 | 12.72 | 3.9 | - |
| YUV | 79.81 | 109.49 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 47 | 0 | 0.86 | 0.76 | 0.23 | 352.9 | 0.76 | 0.44 |
| Hex | C4 | 1B | 2F | 0 | 56 | 4C | 17 | 161 | 4C | 2C |
| Octal | 304 | 33 | 57 | 0 | 126 | 114 | 27 | 541 | 114 | 54 |
| Binary | 11000100 | 11011 | 101111 | 0 | 1010110 | 1001100 | 10111 | 101100001 | 1001100 | 101100 |
Color Harmonies of #C41B2F
Complementary color
Monochromatic Colors of #C41B2F
Black with #C41B2F
Text Example
Text Example
White with #C41B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41B2F; }
p { color: rgb(196,27,47); }
H1.HeaderClassName
{
color: #C41B2F;
}
.AnyTagClassName
{
color: #C41B2F;
}
</style>
background-color css
<style>
a { background-color: #C41B2F; }
a { background-color: rgb(196,27,47); }
div.DivClassName
{
background-color: #C41B2F;
}
.BgClassName
{
background-color: #C41B2F;
}
</style>
border-color css
<style>
span { border-color: #C41B2F; }
span { border-color: rgb(196,27,47); }
td.TdClassName
{
border-color: #C41B2F;
}
.TagClassName
{
border-color: #C41B2F;
}
</style>