Shades of Cardinal #C30141
Tints of Cardinal #C30141
RGB
CMYK
RGB Variations
Color information
#C30141 (or 0xC30141) is known color: Cardinal. HEX triplet: C3, 01 and 41. RGB value is (195,1,65). Sum of RGB (Red+Green+Blue) = 195+1+65=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C30141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30141 is #3CFEBE. Grayscale: #424242. Windows color (decimal): -3997375 or 4260291. OLE color: 4260291.
HSL color Cylindrical-coordinate representation of color #C30141: hue angle of 340.21º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30141 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 65 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.24 |
| HSL | 340.21º | 0.99% | 0.38% | - |
| HSV(B) | 340.21º | 0.99% | 0.76% | - |
| XYZ | 23.47 | 12.01 | 6.08 | - |
| YUV | 66.3 | 127.27 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 65 | 0 | 0.99 | 0.67 | 0.24 | 340.21 | 0.99 | 0.38 |
| Hex | C3 | 1 | 41 | 0 | 63 | 43 | 18 | 154 | 63 | 26 |
| Octal | 303 | 1 | 101 | 0 | 143 | 103 | 30 | 524 | 143 | 46 |
| Binary | 11000011 | 1 | 1000001 | 0 | 1100011 | 1000011 | 11000 | 101010100 | 1100011 | 100110 |
Color Harmonies of #C30141
Complementary color
Monochromatic Colors of #C30141
Black with #C30141
Text Example
Text Example
White with #C30141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30141; }
p { color: rgb(195,1,65); }
H1.HeaderClassName
{
color: #C30141;
}
.AnyTagClassName
{
color: #C30141;
}
</style>
background-color css
<style>
a { background-color: #C30141; }
a { background-color: rgb(195,1,65); }
div.DivClassName
{
background-color: #C30141;
}
.BgClassName
{
background-color: #C30141;
}
</style>
border-color css
<style>
span { border-color: #C30141; }
span { border-color: rgb(195,1,65); }
td.TdClassName
{
border-color: #C30141;
}
.TagClassName
{
border-color: #C30141;
}
</style>