Shades of Cardinal #C01C34
Tints of Cardinal #C01C34
RGB
CMYK
RGB Variations
Color information
#C01C34 (or 0xC01C34) is known color: Cardinal. HEX triplet: C0, 1C and 34. RGB value is (192,28,52). Sum of RGB (Red+Green+Blue) = 192+28+52=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01C34 is #3FE3CB. Grayscale: #4F4F4F. Windows color (decimal): -4187084 or 3415232. OLE color: 3415232.
HSL color Cylindrical-coordinate representation of color #C01C34: hue angle of 351.22º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01C34 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 28 | 52 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.25 |
| HSL | 351.22º | 0.75% | 0.43% | - |
| HSV(B) | 351.22º | 0.85% | 0.75% | - |
| XYZ | 22.77 | 12.28 | 4.42 | - |
| YUV | 79.77 | 112.33 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 28 | 52 | 0 | 0.85 | 0.73 | 0.25 | 351.22 | 0.75 | 0.43 |
| Hex | C0 | 1C | 34 | 0 | 55 | 49 | 19 | 15F | 4B | 2B |
| Octal | 300 | 34 | 64 | 0 | 125 | 111 | 31 | 537 | 113 | 53 |
| Binary | 11000000 | 11100 | 110100 | 0 | 1010101 | 1001001 | 11001 | 101011111 | 1001011 | 101011 |
Color Harmonies of #C01C34
Complementary color
Monochromatic Colors of #C01C34
Black with #C01C34
Text Example
Text Example
White with #C01C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01C34; }
p { color: rgb(192,28,52); }
H1.HeaderClassName
{
color: #C01C34;
}
.AnyTagClassName
{
color: #C01C34;
}
</style>
background-color css
<style>
a { background-color: #C01C34; }
a { background-color: rgb(192,28,52); }
div.DivClassName
{
background-color: #C01C34;
}
.BgClassName
{
background-color: #C01C34;
}
</style>
border-color css
<style>
span { border-color: #C01C34; }
span { border-color: rgb(192,28,52); }
td.TdClassName
{
border-color: #C01C34;
}
.TagClassName
{
border-color: #C01C34;
}
</style>