Shades of Cardinal #C61F2C
Tints of Cardinal #C61F2C
RGB
CMYK
RGB Variations
Color information
#C61F2C (or 0xC61F2C) is known color: Cardinal. HEX triplet: C6, 1F and 2C. RGB value is (198,31,44). Sum of RGB (Red+Green+Blue) = 198+31+44=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C61F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61F2C is #39E0D3. Grayscale: #525252. Windows color (decimal): -3793108 or 2891718. OLE color: 2891718.
HSL color Cylindrical-coordinate representation of color #C61F2C: hue angle of 355.33º degrees, saturation: 0.73, 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 #C61F2C is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 31 | 44 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.22 |
| HSL | 355.33º | 0.73% | 0.45% | - |
| HSV(B) | 355.33º | 0.84% | 0.78% | - |
| XYZ | 24.23 | 13.17 | 3.65 | - |
| YUV | 82.42 | 106.33 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 31 | 44 | 0 | 0.84 | 0.78 | 0.22 | 355.33 | 0.73 | 0.45 |
| Hex | C6 | 1F | 2C | 0 | 54 | 4E | 16 | 163 | 49 | 2D |
| Octal | 306 | 37 | 54 | 0 | 124 | 116 | 26 | 543 | 111 | 55 |
| Binary | 11000110 | 11111 | 101100 | 0 | 1010100 | 1001110 | 10110 | 101100011 | 1001001 | 101101 |
Color Harmonies of #C61F2C
Complementary color
Monochromatic Colors of #C61F2C
Black with #C61F2C
Text Example
Text Example
White with #C61F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61F2C; }
p { color: rgb(198,31,44); }
H1.HeaderClassName
{
color: #C61F2C;
}
.AnyTagClassName
{
color: #C61F2C;
}
</style>
background-color css
<style>
a { background-color: #C61F2C; }
a { background-color: rgb(198,31,44); }
div.DivClassName
{
background-color: #C61F2C;
}
.BgClassName
{
background-color: #C61F2C;
}
</style>
border-color css
<style>
span { border-color: #C61F2C; }
span { border-color: rgb(198,31,44); }
td.TdClassName
{
border-color: #C61F2C;
}
.TagClassName
{
border-color: #C61F2C;
}
</style>