Shades of Cardinal #C61C4B
Tints of Cardinal #C61C4B
RGB
CMYK
RGB Variations
Color information
#C61C4B (or 0xC61C4B) is known color: Cardinal. HEX triplet: C6, 1C and 4B. RGB value is (198,28,75). Sum of RGB (Red+Green+Blue) = 198+28+75=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61C4B is #39E3B4. Grayscale: #545454. Windows color (decimal): -3793845 or 4922566. OLE color: 4922566.
HSL color Cylindrical-coordinate representation of color #C61C4B: hue angle of 343.41º 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 #C61C4B is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 28 | 75 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.22 |
| HSL | 343.41º | 0.75% | 0.44% | - |
| HSV(B) | 343.41º | 0.86% | 0.78% | - |
| XYZ | 24.97 | 13.34 | 7.92 | - |
| YUV | 84.19 | 122.82 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 75 | 0 | 0.86 | 0.62 | 0.22 | 343.41 | 0.75 | 0.44 |
| Hex | C6 | 1C | 4B | 0 | 56 | 3E | 16 | 157 | 4B | 2C |
| Octal | 306 | 34 | 113 | 0 | 126 | 76 | 26 | 527 | 113 | 54 |
| Binary | 11000110 | 11100 | 1001011 | 0 | 1010110 | 111110 | 10110 | 101010111 | 1001011 | 101100 |
Color Harmonies of #C61C4B
Complementary color
Monochromatic Colors of #C61C4B
Black with #C61C4B
Text Example
Text Example
White with #C61C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61C4B; }
p { color: rgb(198,28,75); }
H1.HeaderClassName
{
color: #C61C4B;
}
.AnyTagClassName
{
color: #C61C4B;
}
</style>
background-color css
<style>
a { background-color: #C61C4B; }
a { background-color: rgb(198,28,75); }
div.DivClassName
{
background-color: #C61C4B;
}
.BgClassName
{
background-color: #C61C4B;
}
</style>
border-color css
<style>
span { border-color: #C61C4B; }
span { border-color: rgb(198,28,75); }
td.TdClassName
{
border-color: #C61C4B;
}
.TagClassName
{
border-color: #C61C4B;
}
</style>