Shades of Cardinal #C31D41
Tints of Cardinal #C31D41
RGB
CMYK
RGB Variations
Color information
#C31D41 (or 0xC31D41) is known color: Cardinal. HEX triplet: C3, 1D and 41. RGB value is (195,29,65). Sum of RGB (Red+Green+Blue) = 195+29+65=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31D41 is #3CE2BE. Grayscale: #525252. Windows color (decimal): -3990207 or 4267459. OLE color: 4267459.
HSL color Cylindrical-coordinate representation of color #C31D41: hue angle of 346.99º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31D41 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 65 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.24 |
| HSL | 346.99º | 0.74% | 0.44% | - |
| HSV(B) | 346.99º | 0.85% | 0.76% | - |
| XYZ | 23.9 | 12.86 | 6.22 | - |
| YUV | 82.74 | 118 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 65 | 0 | 0.85 | 0.67 | 0.24 | 346.99 | 0.74 | 0.44 |
| Hex | C3 | 1D | 41 | 0 | 55 | 43 | 18 | 15B | 4A | 2C |
| Octal | 303 | 35 | 101 | 0 | 125 | 103 | 30 | 533 | 112 | 54 |
| Binary | 11000011 | 11101 | 1000001 | 0 | 1010101 | 1000011 | 11000 | 101011011 | 1001010 | 101100 |
Color Harmonies of #C31D41
Complementary color
Monochromatic Colors of #C31D41
Black with #C31D41
Text Example
Text Example
White with #C31D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D41; }
p { color: rgb(195,29,65); }
H1.HeaderClassName
{
color: #C31D41;
}
.AnyTagClassName
{
color: #C31D41;
}
</style>
background-color css
<style>
a { background-color: #C31D41; }
a { background-color: rgb(195,29,65); }
div.DivClassName
{
background-color: #C31D41;
}
.BgClassName
{
background-color: #C31D41;
}
</style>
border-color css
<style>
span { border-color: #C31D41; }
span { border-color: rgb(195,29,65); }
td.TdClassName
{
border-color: #C31D41;
}
.TagClassName
{
border-color: #C31D41;
}
</style>