Shades of Cardinal #C41D3D
Tints of Cardinal #C41D3D
RGB
CMYK
RGB Variations
Color information
#C41D3D (or 0xC41D3D) is known color: Cardinal. HEX triplet: C4, 1D and 3D. RGB value is (196,29,61). Sum of RGB (Red+Green+Blue) = 196+29+61=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41D3D is #3BE2C2. Grayscale: #525252. Windows color (decimal): -3924675 or 4005316. OLE color: 4005316.
HSL color Cylindrical-coordinate representation of color #C41D3D: hue angle of 348.5º degrees, saturation: 0.74, 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 #C41D3D is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 61 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.23 |
| HSL | 348.5º | 0.74% | 0.44% | - |
| HSV(B) | 348.5º | 0.85% | 0.77% | - |
| XYZ | 24.05 | 12.95 | 5.65 | - |
| YUV | 82.58 | 115.83 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 61 | 0 | 0.85 | 0.69 | 0.23 | 348.5 | 0.74 | 0.44 |
| Hex | C4 | 1D | 3D | 0 | 55 | 45 | 17 | 15D | 4A | 2C |
| Octal | 304 | 35 | 75 | 0 | 125 | 105 | 27 | 535 | 112 | 54 |
| Binary | 11000100 | 11101 | 111101 | 0 | 1010101 | 1000101 | 10111 | 101011101 | 1001010 | 101100 |
Color Harmonies of #C41D3D
Complementary color
Monochromatic Colors of #C41D3D
Black with #C41D3D
Text Example
Text Example
White with #C41D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41D3D; }
p { color: rgb(196,29,61); }
H1.HeaderClassName
{
color: #C41D3D;
}
.AnyTagClassName
{
color: #C41D3D;
}
</style>
background-color css
<style>
a { background-color: #C41D3D; }
a { background-color: rgb(196,29,61); }
div.DivClassName
{
background-color: #C41D3D;
}
.BgClassName
{
background-color: #C41D3D;
}
</style>
border-color css
<style>
span { border-color: #C41D3D; }
span { border-color: rgb(196,29,61); }
td.TdClassName
{
border-color: #C41D3D;
}
.TagClassName
{
border-color: #C41D3D;
}
</style>