Shades of Cardinal #C40133
Tints of Cardinal #C40133
RGB
CMYK
RGB Variations
Color information
#C40133 (or 0xC40133) is known color: Cardinal. HEX triplet: C4, 01 and 33. RGB value is (196,1,51). Sum of RGB (Red+Green+Blue) = 196+1+51=248 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.03% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 196 - color contains mainly: red. Hex color #C40133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40133 is #3BFECC. Grayscale: #414141. Windows color (decimal): -3931853 or 3342788. OLE color: 3342788.
HSL color Cylindrical-coordinate representation of color #C40133: hue angle of 344.62º 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 #C40133 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 51 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.23 |
| HSL | 344.62º | 0.99% | 0.39% | - |
| HSV(B) | 344.62º | 0.99% | 0.77% | - |
| XYZ | 23.37 | 12 | 4.22 | - |
| YUV | 65.01 | 120.1 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 51 | 0 | 0.99 | 0.74 | 0.23 | 344.62 | 0.99 | 0.39 |
| Hex | C4 | 1 | 33 | 0 | 63 | 4A | 17 | 159 | 63 | 27 |
| Octal | 304 | 1 | 63 | 0 | 143 | 112 | 27 | 531 | 143 | 47 |
| Binary | 11000100 | 1 | 110011 | 0 | 1100011 | 1001010 | 10111 | 101011001 | 1100011 | 100111 |
Color Harmonies of #C40133
Complementary color
Monochromatic Colors of #C40133
Black with #C40133
Text Example
Text Example
White with #C40133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40133; }
p { color: rgb(196,1,51); }
H1.HeaderClassName
{
color: #C40133;
}
.AnyTagClassName
{
color: #C40133;
}
</style>
background-color css
<style>
a { background-color: #C40133; }
a { background-color: rgb(196,1,51); }
div.DivClassName
{
background-color: #C40133;
}
.BgClassName
{
background-color: #C40133;
}
</style>
border-color css
<style>
span { border-color: #C40133; }
span { border-color: rgb(196,1,51); }
td.TdClassName
{
border-color: #C40133;
}
.TagClassName
{
border-color: #C40133;
}
</style>