Shades of Cardinal #C01333
Tints of Cardinal #C01333
RGB
CMYK
RGB Variations
Color information
#C01333 (or 0xC01333) is known color: Cardinal. HEX triplet: C0, 13 and 33. RGB value is (192,19,51). Sum of RGB (Red+Green+Blue) = 192+19+51=262 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.28% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 192 - color contains mainly: red. Hex color #C01333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01333 is #3FECCC. Grayscale: #4A4A4A. Windows color (decimal): -4189389 or 3347392. OLE color: 3347392.
HSL color Cylindrical-coordinate representation of color #C01333: hue angle of 348.9º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01333 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 51 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.25 |
| HSL | 348.9º | 0.82% | 0.41% | - |
| HSV(B) | 348.9º | 0.9% | 0.75% | - |
| XYZ | 22.57 | 11.91 | 4.24 | - |
| YUV | 74.38 | 114.81 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 51 | 0 | 0.90 | 0.73 | 0.25 | 348.9 | 0.82 | 0.41 |
| Hex | C0 | 13 | 33 | 0 | 5A | 49 | 19 | 15D | 52 | 29 |
| Octal | 300 | 23 | 63 | 0 | 132 | 111 | 31 | 535 | 122 | 51 |
| Binary | 11000000 | 10011 | 110011 | 0 | 1011010 | 1001001 | 11001 | 101011101 | 1010010 | 101001 |
Color Harmonies of #C01333
Complementary color
Monochromatic Colors of #C01333
Black with #C01333
Text Example
Text Example
White with #C01333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01333; }
p { color: rgb(192,19,51); }
H1.HeaderClassName
{
color: #C01333;
}
.AnyTagClassName
{
color: #C01333;
}
</style>
background-color css
<style>
a { background-color: #C01333; }
a { background-color: rgb(192,19,51); }
div.DivClassName
{
background-color: #C01333;
}
.BgClassName
{
background-color: #C01333;
}
</style>
border-color css
<style>
span { border-color: #C01333; }
span { border-color: rgb(192,19,51); }
td.TdClassName
{
border-color: #C01333;
}
.TagClassName
{
border-color: #C01333;
}
</style>