Shades of Cardinal #C71C42
Tints of Cardinal #C71C42
RGB
CMYK
RGB Variations
Color information
#C71C42 (or 0xC71C42) is known color: Cardinal. HEX triplet: C7, 1C and 42. RGB value is (199,28,66). Sum of RGB (Red+Green+Blue) = 199+28+66=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C71C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71C42 is #38E3BD. Grayscale: #535353. Windows color (decimal): -3728318 or 4332743. OLE color: 4332743.
HSL color Cylindrical-coordinate representation of color #C71C42: hue angle of 346.67º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71C42 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 28 | 66 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.22 |
| HSL | 346.67º | 0.75% | 0.45% | - |
| HSV(B) | 346.67º | 0.86% | 0.78% | - |
| XYZ | 24.95 | 13.37 | 6.42 | - |
| YUV | 83.46 | 118.15 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 28 | 66 | 0 | 0.86 | 0.67 | 0.22 | 346.67 | 0.75 | 0.45 |
| Hex | C7 | 1C | 42 | 0 | 56 | 43 | 16 | 15B | 4B | 2D |
| Octal | 307 | 34 | 102 | 0 | 126 | 103 | 26 | 533 | 113 | 55 |
| Binary | 11000111 | 11100 | 1000010 | 0 | 1010110 | 1000011 | 10110 | 101011011 | 1001011 | 101101 |
Color Harmonies of #C71C42
Complementary color
Monochromatic Colors of #C71C42
Black with #C71C42
Text Example
Text Example
White with #C71C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71C42; }
p { color: rgb(199,28,66); }
H1.HeaderClassName
{
color: #C71C42;
}
.AnyTagClassName
{
color: #C71C42;
}
</style>
background-color css
<style>
a { background-color: #C71C42; }
a { background-color: rgb(199,28,66); }
div.DivClassName
{
background-color: #C71C42;
}
.BgClassName
{
background-color: #C71C42;
}
</style>
border-color css
<style>
span { border-color: #C71C42; }
span { border-color: rgb(199,28,66); }
td.TdClassName
{
border-color: #C71C42;
}
.TagClassName
{
border-color: #C71C42;
}
</style>