Shades of Cardinal #C40034
Tints of Cardinal #C40034
RGB
CMYK
RGB Variations
Color information
#C40034 (or 0xC40034) is known color: Cardinal. HEX triplet: C4, 00 and 34. RGB value is (196,0,52). Sum of RGB (Red+Green+Blue) = 196+0+52=248 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.03% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 196 - color contains mainly: red. Hex color #C40034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40034 is #3BFFCB. Grayscale: #404040. Windows color (decimal): -3932108 or 3408068. OLE color: 3408068.
HSL color Cylindrical-coordinate representation of color #C40034: hue angle of 344.08º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C40034 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.73 | 0.23 |
| HSL | 344.08º | 1% | 0.38% | - |
| HSV(B) | 344.08º | 1% | 0.77% | - |
| XYZ | 23.38 | 11.98 | 4.33 | - |
| YUV | 64.53 | 120.93 | 221.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 52 | 0 | 1 | 0.73 | 0.23 | 344.08 | 1 | 0.38 |
| Hex | C4 | 0 | 34 | 0 | 64 | 49 | 17 | 158 | 64 | 26 |
| Octal | 304 | 0 | 64 | 0 | 144 | 111 | 27 | 530 | 144 | 46 |
| Binary | 11000100 | 0 | 110100 | 0 | 1100100 | 1001001 | 10111 | 101011000 | 1100100 | 100110 |
Color Harmonies of #C40034
Complementary color
Monochromatic Colors of #C40034
Black with #C40034
Text Example
Text Example
White with #C40034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40034; }
p { color: rgb(196,0,52); }
H1.HeaderClassName
{
color: #C40034;
}
.AnyTagClassName
{
color: #C40034;
}
</style>
background-color css
<style>
a { background-color: #C40034; }
a { background-color: rgb(196,0,52); }
div.DivClassName
{
background-color: #C40034;
}
.BgClassName
{
background-color: #C40034;
}
</style>
border-color css
<style>
span { border-color: #C40034; }
span { border-color: rgb(196,0,52); }
td.TdClassName
{
border-color: #C40034;
}
.TagClassName
{
border-color: #C40034;
}
</style>