Shades of Cardinal #C81136
Tints of Cardinal #C81136
RGB
CMYK
RGB Variations
Color information
#C81136 (or 0xC81136) is known color: Cardinal. HEX triplet: C8, 11 and 36. RGB value is (200,17,54). Sum of RGB (Red+Green+Blue) = 200+17+54=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C81136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81136 is #37EEC9. Grayscale: #4B4B4B. Windows color (decimal): -3665610 or 3543496. OLE color: 3543496.
HSL color Cylindrical-coordinate representation of color #C81136: hue angle of 347.87º 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 #C81136 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 54 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.22 |
| HSL | 347.87º | 0.84% | 0.43% | - |
| HSV(B) | 347.87º | 0.92% | 0.78% | - |
| XYZ | 24.69 | 12.95 | 4.69 | - |
| YUV | 75.94 | 115.63 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 54 | 0 | 0.92 | 0.73 | 0.22 | 347.87 | 0.84 | 0.43 |
| Hex | C8 | 11 | 36 | 0 | 5C | 49 | 16 | 15C | 54 | 2B |
| Octal | 310 | 21 | 66 | 0 | 134 | 111 | 26 | 534 | 124 | 53 |
| Binary | 11001000 | 10001 | 110110 | 0 | 1011100 | 1001001 | 10110 | 101011100 | 1010100 | 101011 |
Color Harmonies of #C81136
Complementary color
Monochromatic Colors of #C81136
Black with #C81136
Text Example
Text Example
White with #C81136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81136; }
p { color: rgb(200,17,54); }
H1.HeaderClassName
{
color: #C81136;
}
.AnyTagClassName
{
color: #C81136;
}
</style>
background-color css
<style>
a { background-color: #C81136; }
a { background-color: rgb(200,17,54); }
div.DivClassName
{
background-color: #C81136;
}
.BgClassName
{
background-color: #C81136;
}
</style>
border-color css
<style>
span { border-color: #C81136; }
span { border-color: rgb(200,17,54); }
td.TdClassName
{
border-color: #C81136;
}
.TagClassName
{
border-color: #C81136;
}
</style>