Shades of Cardinal #C82242
Tints of Cardinal #C82242
RGB
CMYK
RGB Variations
Color information
#C82242 (or 0xC82242) is known color: Cardinal. HEX triplet: C8, 22 and 42. RGB value is (200,34,66). Sum of RGB (Red+Green+Blue) = 200+34+66=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C82242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82242 is #37DDBD. Grayscale: #575757. Windows color (decimal): -3661246 or 4334280. OLE color: 4334280.
HSL color Cylindrical-coordinate representation of color #C82242: hue angle of 348.43º 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 #C82242 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 66 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.22 |
| HSL | 348.43º | 0.71% | 0.46% | - |
| HSV(B) | 348.43º | 0.83% | 0.78% | - |
| XYZ | 25.37 | 13.82 | 6.48 | - |
| YUV | 87.28 | 116 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 66 | 0 | 0.83 | 0.67 | 0.22 | 348.43 | 0.71 | 0.46 |
| Hex | C8 | 22 | 42 | 0 | 53 | 43 | 16 | 15C | 47 | 2E |
| Octal | 310 | 42 | 102 | 0 | 123 | 103 | 26 | 534 | 107 | 56 |
| Binary | 11001000 | 100010 | 1000010 | 0 | 1010011 | 1000011 | 10110 | 101011100 | 1000111 | 101110 |
Color Harmonies of #C82242
Complementary color
Monochromatic Colors of #C82242
Black with #C82242
Text Example
Text Example
White with #C82242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82242; }
p { color: rgb(200,34,66); }
H1.HeaderClassName
{
color: #C82242;
}
.AnyTagClassName
{
color: #C82242;
}
</style>
background-color css
<style>
a { background-color: #C82242; }
a { background-color: rgb(200,34,66); }
div.DivClassName
{
background-color: #C82242;
}
.BgClassName
{
background-color: #C82242;
}
</style>
border-color css
<style>
span { border-color: #C82242; }
span { border-color: rgb(200,34,66); }
td.TdClassName
{
border-color: #C82242;
}
.TagClassName
{
border-color: #C82242;
}
</style>