Shades of Cardinal #C01A39
Tints of Cardinal #C01A39
RGB
CMYK
RGB Variations
Color information
#C01A39 (or 0xC01A39) is known color: Cardinal. HEX triplet: C0, 1A and 39. RGB value is (192,26,57). Sum of RGB (Red+Green+Blue) = 192+26+57=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01A39 is #3FE5C6. Grayscale: #4F4F4F. Windows color (decimal): -4187591 or 3742400. OLE color: 3742400.
HSL color Cylindrical-coordinate representation of color #C01A39: hue angle of 348.8º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01A39 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 26 | 57 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.25 |
| HSL | 348.8º | 0.76% | 0.43% | - |
| HSV(B) | 348.8º | 0.86% | 0.75% | - |
| XYZ | 22.85 | 12.24 | 5.03 | - |
| YUV | 79.17 | 115.5 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 57 | 0 | 0.86 | 0.70 | 0.25 | 348.8 | 0.76 | 0.43 |
| Hex | C0 | 1A | 39 | 0 | 56 | 46 | 19 | 15D | 4C | 2B |
| Octal | 300 | 32 | 71 | 0 | 126 | 106 | 31 | 535 | 114 | 53 |
| Binary | 11000000 | 11010 | 111001 | 0 | 1010110 | 1000110 | 11001 | 101011101 | 1001100 | 101011 |
Color Harmonies of #C01A39
Complementary color
Monochromatic Colors of #C01A39
Black with #C01A39
Text Example
Text Example
White with #C01A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01A39; }
p { color: rgb(192,26,57); }
H1.HeaderClassName
{
color: #C01A39;
}
.AnyTagClassName
{
color: #C01A39;
}
</style>
background-color css
<style>
a { background-color: #C01A39; }
a { background-color: rgb(192,26,57); }
div.DivClassName
{
background-color: #C01A39;
}
.BgClassName
{
background-color: #C01A39;
}
</style>
border-color css
<style>
span { border-color: #C01A39; }
span { border-color: rgb(192,26,57); }
td.TdClassName
{
border-color: #C01A39;
}
.TagClassName
{
border-color: #C01A39;
}
</style>