Shades of Cardinal #C20936
Tints of Cardinal #C20936
RGB
CMYK
RGB Variations
Color information
#C20936 (or 0xC20936) is known color: Cardinal. HEX triplet: C2, 09 and 36. RGB value is (194,9,54). Sum of RGB (Red+Green+Blue) = 194+9+54=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C20936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20936 is #3DF6C9. Grayscale: #454545. Windows color (decimal): -4060874 or 3541442. OLE color: 3541442.
HSL color Cylindrical-coordinate representation of color #C20936: hue angle of 345.41º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20936 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 54 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.24 |
| HSL | 345.41º | 0.91% | 0.4% | - |
| HSV(B) | 345.41º | 0.95% | 0.76% | - |
| XYZ | 23.01 | 11.93 | 4.58 | - |
| YUV | 69.45 | 119.29 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 54 | 0 | 0.95 | 0.72 | 0.24 | 345.41 | 0.91 | 0.4 |
| Hex | C2 | 9 | 36 | 0 | 5F | 48 | 18 | 159 | 5B | 28 |
| Octal | 302 | 11 | 66 | 0 | 137 | 110 | 30 | 531 | 133 | 50 |
| Binary | 11000010 | 1001 | 110110 | 0 | 1011111 | 1001000 | 11000 | 101011001 | 1011011 | 101000 |
Color Harmonies of #C20936
Complementary color
Monochromatic Colors of #C20936
Black with #C20936
Text Example
Text Example
White with #C20936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20936; }
p { color: rgb(194,9,54); }
H1.HeaderClassName
{
color: #C20936;
}
.AnyTagClassName
{
color: #C20936;
}
</style>
background-color css
<style>
a { background-color: #C20936; }
a { background-color: rgb(194,9,54); }
div.DivClassName
{
background-color: #C20936;
}
.BgClassName
{
background-color: #C20936;
}
</style>
border-color css
<style>
span { border-color: #C20936; }
span { border-color: rgb(194,9,54); }
td.TdClassName
{
border-color: #C20936;
}
.TagClassName
{
border-color: #C20936;
}
</style>