Shades of Cardinal #C30641
Tints of Cardinal #C30641
RGB
CMYK
RGB Variations
Color information
#C30641 (or 0xC30641) is known color: Cardinal. HEX triplet: C3, 06 and 41. RGB value is (195,6,65). Sum of RGB (Red+Green+Blue) = 195+6+65=266 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.31% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 195 - color contains mainly: red. Hex color #C30641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30641 is #3CF9BE. Grayscale: #454545. Windows color (decimal): -3996095 or 4261571. OLE color: 4261571.
HSL color Cylindrical-coordinate representation of color #C30641: hue angle of 341.27º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C30641 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 6 | 65 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.24 |
| HSL | 341.27º | 0.94% | 0.39% | - |
| HSV(B) | 341.27º | 0.97% | 0.76% | - |
| XYZ | 23.52 | 12.11 | 6.1 | - |
| YUV | 69.24 | 125.62 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 6 | 65 | 0 | 0.97 | 0.67 | 0.24 | 341.27 | 0.94 | 0.39 |
| Hex | C3 | 6 | 41 | 0 | 61 | 43 | 18 | 155 | 5E | 27 |
| Octal | 303 | 6 | 101 | 0 | 141 | 103 | 30 | 525 | 136 | 47 |
| Binary | 11000011 | 110 | 1000001 | 0 | 1100001 | 1000011 | 11000 | 101010101 | 1011110 | 100111 |
Color Harmonies of #C30641
Complementary color
Monochromatic Colors of #C30641
Black with #C30641
Text Example
Text Example
White with #C30641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30641; }
p { color: rgb(195,6,65); }
H1.HeaderClassName
{
color: #C30641;
}
.AnyTagClassName
{
color: #C30641;
}
</style>
background-color css
<style>
a { background-color: #C30641; }
a { background-color: rgb(195,6,65); }
div.DivClassName
{
background-color: #C30641;
}
.BgClassName
{
background-color: #C30641;
}
</style>
border-color css
<style>
span { border-color: #C30641; }
span { border-color: rgb(195,6,65); }
td.TdClassName
{
border-color: #C30641;
}
.TagClassName
{
border-color: #C30641;
}
</style>