Shades of Cardinal #C01743
Tints of Cardinal #C01743
RGB
CMYK
RGB Variations
Color information
#C01743 (or 0xC01743) is known color: Cardinal. HEX triplet: C0, 17 and 43. RGB value is (192,23,67). Sum of RGB (Red+Green+Blue) = 192+23+67=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C01743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01743 is #3FE8BC. Grayscale: #4E4E4E. Windows color (decimal): -4188349 or 4396992. OLE color: 4396992.
HSL color Cylindrical-coordinate representation of color #C01743: hue angle of 344.38º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01743 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 67 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.25 |
| HSL | 344.38º | 0.79% | 0.42% | - |
| HSV(B) | 344.38º | 0.88% | 0.75% | - |
| XYZ | 23.06 | 12.22 | 6.45 | - |
| YUV | 78.55 | 121.49 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 67 | 0 | 0.88 | 0.65 | 0.25 | 344.38 | 0.79 | 0.42 |
| Hex | C0 | 17 | 43 | 0 | 58 | 41 | 19 | 158 | 4F | 2A |
| Octal | 300 | 27 | 103 | 0 | 130 | 101 | 31 | 530 | 117 | 52 |
| Binary | 11000000 | 10111 | 1000011 | 0 | 1011000 | 1000001 | 11001 | 101011000 | 1001111 | 101010 |
Color Harmonies of #C01743
Complementary color
Monochromatic Colors of #C01743
Black with #C01743
Text Example
Text Example
White with #C01743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01743; }
p { color: rgb(192,23,67); }
H1.HeaderClassName
{
color: #C01743;
}
.AnyTagClassName
{
color: #C01743;
}
</style>
background-color css
<style>
a { background-color: #C01743; }
a { background-color: rgb(192,23,67); }
div.DivClassName
{
background-color: #C01743;
}
.BgClassName
{
background-color: #C01743;
}
</style>
border-color css
<style>
span { border-color: #C01743; }
span { border-color: rgb(192,23,67); }
td.TdClassName
{
border-color: #C01743;
}
.TagClassName
{
border-color: #C01743;
}
</style>