Shades of Cardinal #C00437
Tints of Cardinal #C00437
RGB
CMYK
RGB Variations
Color information
#C00437 (or 0xC00437) is known color: Cardinal. HEX triplet: C0, 04 and 37. RGB value is (192,4,55). Sum of RGB (Red+Green+Blue) = 192+4+55=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C00437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00437 is #3FFBC8. Grayscale: #424242. Windows color (decimal): -4193225 or 3605696. OLE color: 3605696.
HSL color Cylindrical-coordinate representation of color #C00437: hue angle of 343.72º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00437 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 55 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.25 |
| HSL | 343.72º | 0.96% | 0.38% | - |
| HSV(B) | 343.72º | 0.98% | 0.75% | - |
| XYZ | 22.47 | 11.57 | 4.66 | - |
| YUV | 66.03 | 121.78 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 55 | 0 | 0.98 | 0.71 | 0.25 | 343.72 | 0.96 | 0.38 |
| Hex | C0 | 4 | 37 | 0 | 62 | 47 | 19 | 158 | 60 | 26 |
| Octal | 300 | 4 | 67 | 0 | 142 | 107 | 31 | 530 | 140 | 46 |
| Binary | 11000000 | 100 | 110111 | 0 | 1100010 | 1000111 | 11001 | 101011000 | 1100000 | 100110 |
Color Harmonies of #C00437
Complementary color
Monochromatic Colors of #C00437
Black with #C00437
Text Example
Text Example
White with #C00437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00437; }
p { color: rgb(192,4,55); }
H1.HeaderClassName
{
color: #C00437;
}
.AnyTagClassName
{
color: #C00437;
}
</style>
background-color css
<style>
a { background-color: #C00437; }
a { background-color: rgb(192,4,55); }
div.DivClassName
{
background-color: #C00437;
}
.BgClassName
{
background-color: #C00437;
}
</style>
border-color css
<style>
span { border-color: #C00437; }
span { border-color: rgb(192,4,55); }
td.TdClassName
{
border-color: #C00437;
}
.TagClassName
{
border-color: #C00437;
}
</style>