Shades of Cardinal #C01433
Tints of Cardinal #C01433
RGB
CMYK
RGB Variations
Color information
#C01433 (or 0xC01433) is known color: Cardinal. HEX triplet: C0, 14 and 33. RGB value is (192,20,51). Sum of RGB (Red+Green+Blue) = 192+20+51=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C01433 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01433 is #3FEBCC. Grayscale: #4B4B4B. Windows color (decimal): -4189133 or 3347648. OLE color: 3347648.
HSL color Cylindrical-coordinate representation of color #C01433: hue angle of 349.19º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01433 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 51 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.25 |
| HSL | 349.19º | 0.81% | 0.42% | - |
| HSV(B) | 349.19º | 0.9% | 0.75% | - |
| XYZ | 22.59 | 11.95 | 4.25 | - |
| YUV | 74.96 | 114.48 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 51 | 0 | 0.90 | 0.73 | 0.25 | 349.19 | 0.81 | 0.42 |
| Hex | C0 | 14 | 33 | 0 | 5A | 49 | 19 | 15D | 51 | 2A |
| Octal | 300 | 24 | 63 | 0 | 132 | 111 | 31 | 535 | 121 | 52 |
| Binary | 11000000 | 10100 | 110011 | 0 | 1011010 | 1001001 | 11001 | 101011101 | 1010001 | 101010 |
Color Harmonies of #C01433
Complementary color
Monochromatic Colors of #C01433
Black with #C01433
Text Example
Text Example
White with #C01433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01433; }
p { color: rgb(192,20,51); }
H1.HeaderClassName
{
color: #C01433;
}
.AnyTagClassName
{
color: #C01433;
}
</style>
background-color css
<style>
a { background-color: #C01433; }
a { background-color: rgb(192,20,51); }
div.DivClassName
{
background-color: #C01433;
}
.BgClassName
{
background-color: #C01433;
}
</style>
border-color css
<style>
span { border-color: #C01433; }
span { border-color: rgb(192,20,51); }
td.TdClassName
{
border-color: #C01433;
}
.TagClassName
{
border-color: #C01433;
}
</style>