Shades of Cardinal #C82041
Tints of Cardinal #C82041
RGB
CMYK
RGB Variations
Color information
#C82041 (or 0xC82041) is known color: Cardinal. HEX triplet: C8, 20 and 41. RGB value is (200,32,65). Sum of RGB (Red+Green+Blue) = 200+32+65=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C82041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82041 is #37DFBE. Grayscale: #565656. Windows color (decimal): -3661759 or 4268232. OLE color: 4268232.
HSL color Cylindrical-coordinate representation of color #C82041: hue angle of 348.21º degrees, saturation: 0.72, 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 #C82041 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 65 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.22 |
| HSL | 348.21º | 0.72% | 0.45% | - |
| HSV(B) | 348.21º | 0.84% | 0.78% | - |
| XYZ | 25.29 | 13.69 | 6.31 | - |
| YUV | 85.99 | 116.16 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 65 | 0 | 0.84 | 0.68 | 0.22 | 348.21 | 0.72 | 0.45 |
| Hex | C8 | 20 | 41 | 0 | 54 | 44 | 16 | 15C | 48 | 2D |
| Octal | 310 | 40 | 101 | 0 | 124 | 104 | 26 | 534 | 110 | 55 |
| Binary | 11001000 | 100000 | 1000001 | 0 | 1010100 | 1000100 | 10110 | 101011100 | 1001000 | 101101 |
Color Harmonies of #C82041
Complementary color
Monochromatic Colors of #C82041
Black with #C82041
Text Example
Text Example
White with #C82041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82041; }
p { color: rgb(200,32,65); }
H1.HeaderClassName
{
color: #C82041;
}
.AnyTagClassName
{
color: #C82041;
}
</style>
background-color css
<style>
a { background-color: #C82041; }
a { background-color: rgb(200,32,65); }
div.DivClassName
{
background-color: #C82041;
}
.BgClassName
{
background-color: #C82041;
}
</style>
border-color css
<style>
span { border-color: #C82041; }
span { border-color: rgb(200,32,65); }
td.TdClassName
{
border-color: #C82041;
}
.TagClassName
{
border-color: #C82041;
}
</style>