Shades of Cardinal #C40341
Tints of Cardinal #C40341
RGB
CMYK
RGB Variations
Color information
#C40341 (or 0xC40341) is known color: Cardinal. HEX triplet: C4, 03 and 41. RGB value is (196,3,65). Sum of RGB (Red+Green+Blue) = 196+3+65=264 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.24% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 196 - color contains mainly: red. Hex color #C40341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40341 is #3BFCBE. Grayscale: #434343. Windows color (decimal): -3931327 or 4260804. OLE color: 4260804.
HSL color Cylindrical-coordinate representation of color #C40341: hue angle of 340.73º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C40341 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 65 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.23 |
| HSL | 340.73º | 0.97% | 0.39% | - |
| HSV(B) | 340.73º | 0.98% | 0.77% | - |
| XYZ | 23.75 | 12.18 | 6.1 | - |
| YUV | 67.78 | 126.44 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 65 | 0 | 0.98 | 0.67 | 0.23 | 340.73 | 0.97 | 0.39 |
| Hex | C4 | 3 | 41 | 0 | 62 | 43 | 17 | 155 | 61 | 27 |
| Octal | 304 | 3 | 101 | 0 | 142 | 103 | 27 | 525 | 141 | 47 |
| Binary | 11000100 | 11 | 1000001 | 0 | 1100010 | 1000011 | 10111 | 101010101 | 1100001 | 100111 |
Color Harmonies of #C40341
Complementary color
Monochromatic Colors of #C40341
Black with #C40341
Text Example
Text Example
White with #C40341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40341; }
p { color: rgb(196,3,65); }
H1.HeaderClassName
{
color: #C40341;
}
.AnyTagClassName
{
color: #C40341;
}
</style>
background-color css
<style>
a { background-color: #C40341; }
a { background-color: rgb(196,3,65); }
div.DivClassName
{
background-color: #C40341;
}
.BgClassName
{
background-color: #C40341;
}
</style>
border-color css
<style>
span { border-color: #C40341; }
span { border-color: rgb(196,3,65); }
td.TdClassName
{
border-color: #C40341;
}
.TagClassName
{
border-color: #C40341;
}
</style>