Shades of Cardinal #C40134
Tints of Cardinal #C40134
RGB
CMYK
RGB Variations
Color information
#C40134 (or 0xC40134) is known color: Cardinal. HEX triplet: C4, 01 and 34. RGB value is (196,1,52). Sum of RGB (Red+Green+Blue) = 196+1+52=249 (32% of max value = 765). Red value is 196 (76.95% from 255 or 78.71% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 196 - color contains mainly: red. Hex color #C40134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40134 is #3BFECB. Grayscale: #414141. Windows color (decimal): -3931852 or 3408324. OLE color: 3408324.
HSL color Cylindrical-coordinate representation of color #C40134: hue angle of 344.31º 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 #C40134 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 52 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.23 |
| HSL | 344.31º | 0.99% | 0.39% | - |
| HSV(B) | 344.31º | 0.99% | 0.77% | - |
| XYZ | 23.4 | 12.01 | 4.33 | - |
| YUV | 65.12 | 120.6 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 52 | 0 | 0.99 | 0.73 | 0.23 | 344.31 | 0.99 | 0.39 |
| Hex | C4 | 1 | 34 | 0 | 63 | 49 | 17 | 158 | 63 | 27 |
| Octal | 304 | 1 | 64 | 0 | 143 | 111 | 27 | 530 | 143 | 47 |
| Binary | 11000100 | 1 | 110100 | 0 | 1100011 | 1001001 | 10111 | 101011000 | 1100011 | 100111 |
Color Harmonies of #C40134
Complementary color
Monochromatic Colors of #C40134
Black with #C40134
Text Example
Text Example
White with #C40134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40134; }
p { color: rgb(196,1,52); }
H1.HeaderClassName
{
color: #C40134;
}
.AnyTagClassName
{
color: #C40134;
}
</style>
background-color css
<style>
a { background-color: #C40134; }
a { background-color: rgb(196,1,52); }
div.DivClassName
{
background-color: #C40134;
}
.BgClassName
{
background-color: #C40134;
}
</style>
border-color css
<style>
span { border-color: #C40134; }
span { border-color: rgb(196,1,52); }
td.TdClassName
{
border-color: #C40134;
}
.TagClassName
{
border-color: #C40134;
}
</style>