Shades of Cardinal #C61C34
Tints of Cardinal #C61C34
RGB
CMYK
RGB Variations
Color information
#C61C34 (or 0xC61C34) is known color: Cardinal. HEX triplet: C6, 1C and 34. RGB value is (198,28,52). Sum of RGB (Red+Green+Blue) = 198+28+52=278 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.22% from 278); Green value is 28 (11.33% from 255 or 10.07% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61C34 is #39E3CB. Grayscale: #515151. Windows color (decimal): -3793868 or 3415238. OLE color: 3415238.
HSL color Cylindrical-coordinate representation of color #C61C34: hue angle of 351.53º 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 #C61C34 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 28 | 52 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.22 |
| HSL | 351.53º | 0.75% | 0.44% | - |
| HSV(B) | 351.53º | 0.86% | 0.78% | - |
| XYZ | 24.32 | 13.08 | 4.49 | - |
| YUV | 81.57 | 111.32 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 52 | 0 | 0.86 | 0.74 | 0.22 | 351.53 | 0.75 | 0.44 |
| Hex | C6 | 1C | 34 | 0 | 56 | 4A | 16 | 160 | 4B | 2C |
| Octal | 306 | 34 | 64 | 0 | 126 | 112 | 26 | 540 | 113 | 54 |
| Binary | 11000110 | 11100 | 110100 | 0 | 1010110 | 1001010 | 10110 | 101100000 | 1001011 | 101100 |
Color Harmonies of #C61C34
Complementary color
Monochromatic Colors of #C61C34
Black with #C61C34
Text Example
Text Example
White with #C61C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61C34; }
p { color: rgb(198,28,52); }
H1.HeaderClassName
{
color: #C61C34;
}
.AnyTagClassName
{
color: #C61C34;
}
</style>
background-color css
<style>
a { background-color: #C61C34; }
a { background-color: rgb(198,28,52); }
div.DivClassName
{
background-color: #C61C34;
}
.BgClassName
{
background-color: #C61C34;
}
</style>
border-color css
<style>
span { border-color: #C61C34; }
span { border-color: rgb(198,28,52); }
td.TdClassName
{
border-color: #C61C34;
}
.TagClassName
{
border-color: #C61C34;
}
</style>