Shades of Cardinal #C31441
Tints of Cardinal #C31441
RGB
CMYK
RGB Variations
Color information
#C31441 (or 0xC31441) is known color: Cardinal. HEX triplet: C3, 14 and 41. RGB value is (195,20,65). Sum of RGB (Red+Green+Blue) = 195+20+65=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C31441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31441 is #3CEBBE. Grayscale: #4D4D4D. Windows color (decimal): -3992511 or 4265155. OLE color: 4265155.
HSL color Cylindrical-coordinate representation of color #C31441: hue angle of 344.57º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31441 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 65 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.24 |
| HSL | 344.57º | 0.81% | 0.42% | - |
| HSV(B) | 344.57º | 0.9% | 0.76% | - |
| XYZ | 23.71 | 12.48 | 6.16 | - |
| YUV | 77.46 | 120.98 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 65 | 0 | 0.90 | 0.67 | 0.24 | 344.57 | 0.81 | 0.42 |
| Hex | C3 | 14 | 41 | 0 | 5A | 43 | 18 | 159 | 51 | 2A |
| Octal | 303 | 24 | 101 | 0 | 132 | 103 | 30 | 531 | 121 | 52 |
| Binary | 11000011 | 10100 | 1000001 | 0 | 1011010 | 1000011 | 11000 | 101011001 | 1010001 | 101010 |
Color Harmonies of #C31441
Complementary color
Monochromatic Colors of #C31441
Black with #C31441
Text Example
Text Example
White with #C31441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31441; }
p { color: rgb(195,20,65); }
H1.HeaderClassName
{
color: #C31441;
}
.AnyTagClassName
{
color: #C31441;
}
</style>
background-color css
<style>
a { background-color: #C31441; }
a { background-color: rgb(195,20,65); }
div.DivClassName
{
background-color: #C31441;
}
.BgClassName
{
background-color: #C31441;
}
</style>
border-color css
<style>
span { border-color: #C31441; }
span { border-color: rgb(195,20,65); }
td.TdClassName
{
border-color: #C31441;
}
.TagClassName
{
border-color: #C31441;
}
</style>