Shades of Cardinal #C20137
Tints of Cardinal #C20137
RGB
CMYK
RGB Variations
Color information
#C20137 (or 0xC20137) is known color: Cardinal. HEX triplet: C2, 01 and 37. RGB value is (194,1,55). Sum of RGB (Red+Green+Blue) = 194+1+55=250 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.6% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 194 - color contains mainly: red. Hex color #C20137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20137 is #3DFEC8. Grayscale: #404040. Windows color (decimal): -4062921 or 3604930. OLE color: 3604930.
HSL color Cylindrical-coordinate representation of color #C20137: hue angle of 343.21º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20137 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 55 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.24 |
| HSL | 343.21º | 0.99% | 0.38% | - |
| HSV(B) | 343.21º | 0.99% | 0.76% | - |
| XYZ | 22.95 | 11.77 | 4.68 | - |
| YUV | 64.86 | 122.44 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 55 | 0 | 0.99 | 0.72 | 0.24 | 343.21 | 0.99 | 0.38 |
| Hex | C2 | 1 | 37 | 0 | 63 | 48 | 18 | 157 | 63 | 26 |
| Octal | 302 | 1 | 67 | 0 | 143 | 110 | 30 | 527 | 143 | 46 |
| Binary | 11000010 | 1 | 110111 | 0 | 1100011 | 1001000 | 11000 | 101010111 | 1100011 | 100110 |
Color Harmonies of #C20137
Complementary color
Monochromatic Colors of #C20137
Black with #C20137
Text Example
Text Example
White with #C20137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20137; }
p { color: rgb(194,1,55); }
H1.HeaderClassName
{
color: #C20137;
}
.AnyTagClassName
{
color: #C20137;
}
</style>
background-color css
<style>
a { background-color: #C20137; }
a { background-color: rgb(194,1,55); }
div.DivClassName
{
background-color: #C20137;
}
.BgClassName
{
background-color: #C20137;
}
</style>
border-color css
<style>
span { border-color: #C20137; }
span { border-color: rgb(194,1,55); }
td.TdClassName
{
border-color: #C20137;
}
.TagClassName
{
border-color: #C20137;
}
</style>