Shades of Cardinal #C81942
Tints of Cardinal #C81942
RGB
CMYK
RGB Variations
Color information
#C81942 (or 0xC81942) is known color: Cardinal. HEX triplet: C8, 19 and 42. RGB value is (200,25,66). Sum of RGB (Red+Green+Blue) = 200+25+66=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C81942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81942 is #37E6BD. Grayscale: #525252. Windows color (decimal): -3663550 or 4331976. OLE color: 4331976.
HSL color Cylindrical-coordinate representation of color #C81942: hue angle of 345.94º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81942 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 66 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.22 |
| HSL | 345.94º | 0.78% | 0.44% | - |
| HSV(B) | 345.94º | 0.88% | 0.78% | - |
| XYZ | 25.15 | 13.37 | 6.41 | - |
| YUV | 82 | 118.98 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 66 | 0 | 0.88 | 0.67 | 0.22 | 345.94 | 0.78 | 0.44 |
| Hex | C8 | 19 | 42 | 0 | 58 | 43 | 16 | 15A | 4E | 2C |
| Octal | 310 | 31 | 102 | 0 | 130 | 103 | 26 | 532 | 116 | 54 |
| Binary | 11001000 | 11001 | 1000010 | 0 | 1011000 | 1000011 | 10110 | 101011010 | 1001110 | 101100 |
Color Harmonies of #C81942
Complementary color
Monochromatic Colors of #C81942
Black with #C81942
Text Example
Text Example
White with #C81942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81942; }
p { color: rgb(200,25,66); }
H1.HeaderClassName
{
color: #C81942;
}
.AnyTagClassName
{
color: #C81942;
}
</style>
background-color css
<style>
a { background-color: #C81942; }
a { background-color: rgb(200,25,66); }
div.DivClassName
{
background-color: #C81942;
}
.BgClassName
{
background-color: #C81942;
}
</style>
border-color css
<style>
span { border-color: #C81942; }
span { border-color: rgb(200,25,66); }
td.TdClassName
{
border-color: #C81942;
}
.TagClassName
{
border-color: #C81942;
}
</style>