Shades of Cardinal #C61C3D
Tints of Cardinal #C61C3D
RGB
CMYK
RGB Variations
Color information
#C61C3D (or 0xC61C3D) is known color: Cardinal. HEX triplet: C6, 1C and 3D. RGB value is (198,28,61). Sum of RGB (Red+Green+Blue) = 198+28+61=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61C3D is #39E3C2. Grayscale: #525252. Windows color (decimal): -3793859 or 4005062. OLE color: 4005062.
HSL color Cylindrical-coordinate representation of color #C61C3D: hue angle of 348.35º 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 #C61C3D is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 28 | 61 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.22 |
| HSL | 348.35º | 0.75% | 0.44% | - |
| HSV(B) | 348.35º | 0.86% | 0.78% | - |
| XYZ | 24.55 | 13.17 | 5.66 | - |
| YUV | 82.59 | 115.82 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 61 | 0 | 0.86 | 0.69 | 0.22 | 348.35 | 0.75 | 0.44 |
| Hex | C6 | 1C | 3D | 0 | 56 | 45 | 16 | 15C | 4B | 2C |
| Octal | 306 | 34 | 75 | 0 | 126 | 105 | 26 | 534 | 113 | 54 |
| Binary | 11000110 | 11100 | 111101 | 0 | 1010110 | 1000101 | 10110 | 101011100 | 1001011 | 101100 |
Color Harmonies of #C61C3D
Complementary color
Monochromatic Colors of #C61C3D
Black with #C61C3D
Text Example
Text Example
White with #C61C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61C3D; }
p { color: rgb(198,28,61); }
H1.HeaderClassName
{
color: #C61C3D;
}
.AnyTagClassName
{
color: #C61C3D;
}
</style>
background-color css
<style>
a { background-color: #C61C3D; }
a { background-color: rgb(198,28,61); }
div.DivClassName
{
background-color: #C61C3D;
}
.BgClassName
{
background-color: #C61C3D;
}
</style>
border-color css
<style>
span { border-color: #C61C3D; }
span { border-color: rgb(198,28,61); }
td.TdClassName
{
border-color: #C61C3D;
}
.TagClassName
{
border-color: #C61C3D;
}
</style>