Shades of Cardinal #C00237
Tints of Cardinal #C00237
RGB
CMYK
RGB Variations
Color information
#C00237 (or 0xC00237) is known color: Cardinal. HEX triplet: C0, 02 and 37. RGB value is (192,2,55). Sum of RGB (Red+Green+Blue) = 192+2+55=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C00237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00237 is #3FFDC8. Grayscale: #404040. Windows color (decimal): -4193737 or 3605184. OLE color: 3605184.
HSL color Cylindrical-coordinate representation of color #C00237: hue angle of 343.26º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00237 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 55 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.25 |
| HSL | 343.26º | 0.98% | 0.38% | - |
| HSV(B) | 343.26º | 0.99% | 0.75% | - |
| XYZ | 22.45 | 11.53 | 4.66 | - |
| YUV | 64.85 | 122.45 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 55 | 0 | 0.99 | 0.71 | 0.25 | 343.26 | 0.98 | 0.38 |
| Hex | C0 | 2 | 37 | 0 | 63 | 47 | 19 | 157 | 62 | 26 |
| Octal | 300 | 2 | 67 | 0 | 143 | 107 | 31 | 527 | 142 | 46 |
| Binary | 11000000 | 10 | 110111 | 0 | 1100011 | 1000111 | 11001 | 101010111 | 1100010 | 100110 |
Color Harmonies of #C00237
Complementary color
Monochromatic Colors of #C00237
Black with #C00237
Text Example
Text Example
White with #C00237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00237; }
p { color: rgb(192,2,55); }
H1.HeaderClassName
{
color: #C00237;
}
.AnyTagClassName
{
color: #C00237;
}
</style>
background-color css
<style>
a { background-color: #C00237; }
a { background-color: rgb(192,2,55); }
div.DivClassName
{
background-color: #C00237;
}
.BgClassName
{
background-color: #C00237;
}
</style>
border-color css
<style>
span { border-color: #C00237; }
span { border-color: rgb(192,2,55); }
td.TdClassName
{
border-color: #C00237;
}
.TagClassName
{
border-color: #C00237;
}
</style>