Shades of Cardinal #C00937
Tints of Cardinal #C00937
RGB
CMYK
RGB Variations
Color information
#C00937 (or 0xC00937) is known color: Cardinal. HEX triplet: C0, 09 and 37. RGB value is (192,9,55). Sum of RGB (Red+Green+Blue) = 192+9+55=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C00937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00937 is #3FF6C8. Grayscale: #444444. Windows color (decimal): -4191945 or 3606976. OLE color: 3606976.
HSL color Cylindrical-coordinate representation of color #C00937: hue angle of 344.92º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00937 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 55 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.25 |
| HSL | 344.92º | 0.91% | 0.39% | - |
| HSV(B) | 344.92º | 0.95% | 0.75% | - |
| XYZ | 22.53 | 11.68 | 4.68 | - |
| YUV | 68.96 | 120.13 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 55 | 0 | 0.95 | 0.71 | 0.25 | 344.92 | 0.91 | 0.39 |
| Hex | C0 | 9 | 37 | 0 | 5F | 47 | 19 | 159 | 5B | 27 |
| Octal | 300 | 11 | 67 | 0 | 137 | 107 | 31 | 531 | 133 | 47 |
| Binary | 11000000 | 1001 | 110111 | 0 | 1011111 | 1000111 | 11001 | 101011001 | 1011011 | 100111 |
Color Harmonies of #C00937
Complementary color
Monochromatic Colors of #C00937
Black with #C00937
Text Example
Text Example
White with #C00937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00937; }
p { color: rgb(192,9,55); }
H1.HeaderClassName
{
color: #C00937;
}
.AnyTagClassName
{
color: #C00937;
}
</style>
background-color css
<style>
a { background-color: #C00937; }
a { background-color: rgb(192,9,55); }
div.DivClassName
{
background-color: #C00937;
}
.BgClassName
{
background-color: #C00937;
}
</style>
border-color css
<style>
span { border-color: #C00937; }
span { border-color: rgb(192,9,55); }
td.TdClassName
{
border-color: #C00937;
}
.TagClassName
{
border-color: #C00937;
}
</style>