Shades of Cardinal #C01E37
Tints of Cardinal #C01E37
RGB
CMYK
RGB Variations
Color information
#C01E37 (or 0xC01E37) is known color: Cardinal. HEX triplet: C0, 1E and 37. RGB value is (192,30,55). Sum of RGB (Red+Green+Blue) = 192+30+55=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01E37 is #3FE1C8. Grayscale: #515151. Windows color (decimal): -4186569 or 3612352. OLE color: 3612352.
HSL color Cylindrical-coordinate representation of color #C01E37: hue angle of 350.74º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01E37 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 55 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.25 |
| HSL | 350.74º | 0.73% | 0.44% | - |
| HSV(B) | 350.74º | 0.84% | 0.75% | - |
| XYZ | 22.89 | 12.41 | 4.8 | - |
| YUV | 81.29 | 113.17 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 55 | 0 | 0.84 | 0.71 | 0.25 | 350.74 | 0.73 | 0.44 |
| Hex | C0 | 1E | 37 | 0 | 54 | 47 | 19 | 15F | 49 | 2C |
| Octal | 300 | 36 | 67 | 0 | 124 | 107 | 31 | 537 | 111 | 54 |
| Binary | 11000000 | 11110 | 110111 | 0 | 1010100 | 1000111 | 11001 | 101011111 | 1001001 | 101100 |
Color Harmonies of #C01E37
Complementary color
Monochromatic Colors of #C01E37
Black with #C01E37
Text Example
Text Example
White with #C01E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01E37; }
p { color: rgb(192,30,55); }
H1.HeaderClassName
{
color: #C01E37;
}
.AnyTagClassName
{
color: #C01E37;
}
</style>
background-color css
<style>
a { background-color: #C01E37; }
a { background-color: rgb(192,30,55); }
div.DivClassName
{
background-color: #C01E37;
}
.BgClassName
{
background-color: #C01E37;
}
</style>
border-color css
<style>
span { border-color: #C01E37; }
span { border-color: rgb(192,30,55); }
td.TdClassName
{
border-color: #C01E37;
}
.TagClassName
{
border-color: #C01E37;
}
</style>