Shades of Cardinal #C01143
Tints of Cardinal #C01143
RGB
CMYK
RGB Variations
Color information
#C01143 (or 0xC01143) is known color: Cardinal. HEX triplet: C0, 11 and 43. RGB value is (192,17,67). Sum of RGB (Red+Green+Blue) = 192+17+67=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C01143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01143 is #3FEEBC. Grayscale: #4B4B4B. Windows color (decimal): -4189885 or 4395456. OLE color: 4395456.
HSL color Cylindrical-coordinate representation of color #C01143: hue angle of 342.86º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01143 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 67 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.25 |
| HSL | 342.86º | 0.84% | 0.41% | - |
| HSV(B) | 342.86º | 0.91% | 0.75% | - |
| XYZ | 22.95 | 12.01 | 6.42 | - |
| YUV | 75.03 | 123.48 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 67 | 0 | 0.91 | 0.65 | 0.25 | 342.86 | 0.84 | 0.41 |
| Hex | C0 | 11 | 43 | 0 | 5B | 41 | 19 | 157 | 54 | 29 |
| Octal | 300 | 21 | 103 | 0 | 133 | 101 | 31 | 527 | 124 | 51 |
| Binary | 11000000 | 10001 | 1000011 | 0 | 1011011 | 1000001 | 11001 | 101010111 | 1010100 | 101001 |
Color Harmonies of #C01143
Complementary color
Monochromatic Colors of #C01143
Black with #C01143
Text Example
Text Example
White with #C01143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01143; }
p { color: rgb(192,17,67); }
H1.HeaderClassName
{
color: #C01143;
}
.AnyTagClassName
{
color: #C01143;
}
</style>
background-color css
<style>
a { background-color: #C01143; }
a { background-color: rgb(192,17,67); }
div.DivClassName
{
background-color: #C01143;
}
.BgClassName
{
background-color: #C01143;
}
</style>
border-color css
<style>
span { border-color: #C01143; }
span { border-color: rgb(192,17,67); }
td.TdClassName
{
border-color: #C01143;
}
.TagClassName
{
border-color: #C01143;
}
</style>