Shades of Cardinal #C81142
Tints of Cardinal #C81142
RGB
CMYK
RGB Variations
Color information
#C81142 (or 0xC81142) is known color: Cardinal. HEX triplet: C8, 11 and 42. RGB value is (200,17,66). Sum of RGB (Red+Green+Blue) = 200+17+66=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C81142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81142 is #37EEBD. Grayscale: #4D4D4D. Windows color (decimal): -3665598 or 4329928. OLE color: 4329928.
HSL color Cylindrical-coordinate representation of color #C81142: hue angle of 343.93º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81142 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 66 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.22 |
| HSL | 343.93º | 0.84% | 0.43% | - |
| HSV(B) | 343.93º | 0.92% | 0.78% | - |
| XYZ | 25 | 13.07 | 6.36 | - |
| YUV | 77.3 | 121.63 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 66 | 0 | 0.92 | 0.67 | 0.22 | 343.93 | 0.84 | 0.43 |
| Hex | C8 | 11 | 42 | 0 | 5C | 43 | 16 | 158 | 54 | 2B |
| Octal | 310 | 21 | 102 | 0 | 134 | 103 | 26 | 530 | 124 | 53 |
| Binary | 11001000 | 10001 | 1000010 | 0 | 1011100 | 1000011 | 10110 | 101011000 | 1010100 | 101011 |
Color Harmonies of #C81142
Complementary color
Monochromatic Colors of #C81142
Black with #C81142
Text Example
Text Example
White with #C81142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81142; }
p { color: rgb(200,17,66); }
H1.HeaderClassName
{
color: #C81142;
}
.AnyTagClassName
{
color: #C81142;
}
</style>
background-color css
<style>
a { background-color: #C81142; }
a { background-color: rgb(200,17,66); }
div.DivClassName
{
background-color: #C81142;
}
.BgClassName
{
background-color: #C81142;
}
</style>
border-color css
<style>
span { border-color: #C81142; }
span { border-color: rgb(200,17,66); }
td.TdClassName
{
border-color: #C81142;
}
.TagClassName
{
border-color: #C81142;
}
</style>