Shades of Cardinal #C82241
Tints of Cardinal #C82241
RGB
CMYK
RGB Variations
Color information
#C82241 (or 0xC82241) is known color: Cardinal. HEX triplet: C8, 22 and 41. RGB value is (200,34,65). Sum of RGB (Red+Green+Blue) = 200+34+65=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C82241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82241 is #37DDBE. Grayscale: #575757. Windows color (decimal): -3661247 or 4268744. OLE color: 4268744.
HSL color Cylindrical-coordinate representation of color #C82241: hue angle of 348.8º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82241 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 65 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.22 |
| HSL | 348.8º | 0.71% | 0.46% | - |
| HSV(B) | 348.8º | 0.83% | 0.78% | - |
| XYZ | 25.35 | 13.81 | 6.33 | - |
| YUV | 87.17 | 115.5 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 65 | 0 | 0.83 | 0.68 | 0.22 | 348.8 | 0.71 | 0.46 |
| Hex | C8 | 22 | 41 | 0 | 53 | 44 | 16 | 15D | 47 | 2E |
| Octal | 310 | 42 | 101 | 0 | 123 | 104 | 26 | 535 | 107 | 56 |
| Binary | 11001000 | 100010 | 1000001 | 0 | 1010011 | 1000100 | 10110 | 101011101 | 1000111 | 101110 |
Color Harmonies of #C82241
Complementary color
Monochromatic Colors of #C82241
Black with #C82241
Text Example
Text Example
White with #C82241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82241; }
p { color: rgb(200,34,65); }
H1.HeaderClassName
{
color: #C82241;
}
.AnyTagClassName
{
color: #C82241;
}
</style>
background-color css
<style>
a { background-color: #C82241; }
a { background-color: rgb(200,34,65); }
div.DivClassName
{
background-color: #C82241;
}
.BgClassName
{
background-color: #C82241;
}
</style>
border-color css
<style>
span { border-color: #C82241; }
span { border-color: rgb(200,34,65); }
td.TdClassName
{
border-color: #C82241;
}
.TagClassName
{
border-color: #C82241;
}
</style>