Shades of Cardinal #C62039
Tints of Cardinal #C62039
RGB
CMYK
RGB Variations
Color information
#C62039 (or 0xC62039) is known color: Cardinal. HEX triplet: C6, 20 and 39. RGB value is (198,32,57). Sum of RGB (Red+Green+Blue) = 198+32+57=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C62039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62039 is #39DFC6. Grayscale: #545454. Windows color (decimal): -3792839 or 3743942. OLE color: 3743942.
HSL color Cylindrical-coordinate representation of color #C62039: hue angle of 350.96º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C62039 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 57 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.22 |
| HSL | 350.96º | 0.72% | 0.45% | - |
| HSV(B) | 350.96º | 0.84% | 0.78% | - |
| XYZ | 24.54 | 13.33 | 5.15 | - |
| YUV | 84.48 | 112.5 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 57 | 0 | 0.84 | 0.71 | 0.22 | 350.96 | 0.72 | 0.45 |
| Hex | C6 | 20 | 39 | 0 | 54 | 47 | 16 | 15F | 48 | 2D |
| Octal | 306 | 40 | 71 | 0 | 124 | 107 | 26 | 537 | 110 | 55 |
| Binary | 11000110 | 100000 | 111001 | 0 | 1010100 | 1000111 | 10110 | 101011111 | 1001000 | 101101 |
Color Harmonies of #C62039
Complementary color
Monochromatic Colors of #C62039
Black with #C62039
Text Example
Text Example
White with #C62039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62039; }
p { color: rgb(198,32,57); }
H1.HeaderClassName
{
color: #C62039;
}
.AnyTagClassName
{
color: #C62039;
}
</style>
background-color css
<style>
a { background-color: #C62039; }
a { background-color: rgb(198,32,57); }
div.DivClassName
{
background-color: #C62039;
}
.BgClassName
{
background-color: #C62039;
}
</style>
border-color css
<style>
span { border-color: #C62039; }
span { border-color: rgb(198,32,57); }
td.TdClassName
{
border-color: #C62039;
}
.TagClassName
{
border-color: #C62039;
}
</style>