Shades of Cardinal #C61C32
Tints of Cardinal #C61C32
RGB
CMYK
RGB Variations
Color information
#C61C32 (or 0xC61C32) is known color: Cardinal. HEX triplet: C6, 1C and 32. RGB value is (198,28,50). Sum of RGB (Red+Green+Blue) = 198+28+50=276 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.74% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61C32 is #39E3CD. Grayscale: #515151. Windows color (decimal): -3793870 or 3284166. OLE color: 3284166.
HSL color Cylindrical-coordinate representation of color #C61C32: hue angle of 352.24º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61C32 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 28 | 50 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.22 |
| HSL | 352.24º | 0.75% | 0.44% | - |
| HSV(B) | 352.24º | 0.86% | 0.78% | - |
| XYZ | 24.28 | 13.07 | 4.26 | - |
| YUV | 81.34 | 110.32 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 50 | 0 | 0.86 | 0.75 | 0.22 | 352.24 | 0.75 | 0.44 |
| Hex | C6 | 1C | 32 | 0 | 56 | 4B | 16 | 160 | 4B | 2C |
| Octal | 306 | 34 | 62 | 0 | 126 | 113 | 26 | 540 | 113 | 54 |
| Binary | 11000110 | 11100 | 110010 | 0 | 1010110 | 1001011 | 10110 | 101100000 | 1001011 | 101100 |
Color Harmonies of #C61C32
Complementary color
Monochromatic Colors of #C61C32
Black with #C61C32
Text Example
Text Example
White with #C61C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61C32; }
p { color: rgb(198,28,50); }
H1.HeaderClassName
{
color: #C61C32;
}
.AnyTagClassName
{
color: #C61C32;
}
</style>
background-color css
<style>
a { background-color: #C61C32; }
a { background-color: rgb(198,28,50); }
div.DivClassName
{
background-color: #C61C32;
}
.BgClassName
{
background-color: #C61C32;
}
</style>
border-color css
<style>
span { border-color: #C61C32; }
span { border-color: rgb(198,28,50); }
td.TdClassName
{
border-color: #C61C32;
}
.TagClassName
{
border-color: #C61C32;
}
</style>