Shades of Cardinal #C01742
Tints of Cardinal #C01742
RGB
CMYK
RGB Variations
Color information
#C01742 (or 0xC01742) is known color: Cardinal. HEX triplet: C0, 17 and 42. RGB value is (192,23,66). Sum of RGB (Red+Green+Blue) = 192+23+66=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C01742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01742 is #3FE8BD. Grayscale: #4E4E4E. Windows color (decimal): -4188350 or 4331456. OLE color: 4331456.
HSL color Cylindrical-coordinate representation of color #C01742: hue angle of 344.73º 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 #C01742 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 66 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.25 |
| HSL | 344.73º | 0.79% | 0.42% | - |
| HSV(B) | 344.73º | 0.88% | 0.75% | - |
| XYZ | 23.03 | 12.21 | 6.3 | - |
| YUV | 78.43 | 120.99 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 66 | 0 | 0.88 | 0.66 | 0.25 | 344.73 | 0.79 | 0.42 |
| Hex | C0 | 17 | 42 | 0 | 58 | 42 | 19 | 159 | 4F | 2A |
| Octal | 300 | 27 | 102 | 0 | 130 | 102 | 31 | 531 | 117 | 52 |
| Binary | 11000000 | 10111 | 1000010 | 0 | 1011000 | 1000010 | 11001 | 101011001 | 1001111 | 101010 |
Color Harmonies of #C01742
Complementary color
Monochromatic Colors of #C01742
Black with #C01742
Text Example
Text Example
White with #C01742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01742; }
p { color: rgb(192,23,66); }
H1.HeaderClassName
{
color: #C01742;
}
.AnyTagClassName
{
color: #C01742;
}
</style>
background-color css
<style>
a { background-color: #C01742; }
a { background-color: rgb(192,23,66); }
div.DivClassName
{
background-color: #C01742;
}
.BgClassName
{
background-color: #C01742;
}
</style>
border-color css
<style>
span { border-color: #C01742; }
span { border-color: rgb(192,23,66); }
td.TdClassName
{
border-color: #C01742;
}
.TagClassName
{
border-color: #C01742;
}
</style>