Shades of Cardinal #C40139
Tints of Cardinal #C40139
RGB
CMYK
RGB Variations
Color information
#C40139 (or 0xC40139) is known color: Cardinal. HEX triplet: C4, 01 and 39. RGB value is (196,1,57). Sum of RGB (Red+Green+Blue) = 196+1+57=254 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.17% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 196 - color contains mainly: red. Hex color #C40139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40139 is #3BFEC6. Grayscale: #414141. Windows color (decimal): -3931847 or 3736004. OLE color: 3736004.
HSL color Cylindrical-coordinate representation of color #C40139: hue angle of 342.77º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C40139 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 57 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.23 |
| HSL | 342.77º | 0.99% | 0.39% | - |
| HSV(B) | 342.77º | 0.99% | 0.77% | - |
| XYZ | 23.51 | 12.05 | 4.96 | - |
| YUV | 65.69 | 123.1 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 57 | 0 | 0.99 | 0.71 | 0.23 | 342.77 | 0.99 | 0.39 |
| Hex | C4 | 1 | 39 | 0 | 63 | 47 | 17 | 157 | 63 | 27 |
| Octal | 304 | 1 | 71 | 0 | 143 | 107 | 27 | 527 | 143 | 47 |
| Binary | 11000100 | 1 | 111001 | 0 | 1100011 | 1000111 | 10111 | 101010111 | 1100011 | 100111 |
Color Harmonies of #C40139
Complementary color
Monochromatic Colors of #C40139
Black with #C40139
Text Example
Text Example
White with #C40139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40139; }
p { color: rgb(196,1,57); }
H1.HeaderClassName
{
color: #C40139;
}
.AnyTagClassName
{
color: #C40139;
}
</style>
background-color css
<style>
a { background-color: #C40139; }
a { background-color: rgb(196,1,57); }
div.DivClassName
{
background-color: #C40139;
}
.BgClassName
{
background-color: #C40139;
}
</style>
border-color css
<style>
span { border-color: #C40139; }
span { border-color: rgb(196,1,57); }
td.TdClassName
{
border-color: #C40139;
}
.TagClassName
{
border-color: #C40139;
}
</style>