Shades of Cardinal #C81836
Tints of Cardinal #C81836
RGB
CMYK
RGB Variations
Color information
#C81836 (or 0xC81836) is known color: Cardinal. HEX triplet: C8, 18 and 36. RGB value is (200,24,54). Sum of RGB (Red+Green+Blue) = 200+24+54=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C81836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81836 is #37E7C9. Grayscale: #505050. Windows color (decimal): -3663818 or 3545288. OLE color: 3545288.
HSL color Cylindrical-coordinate representation of color #C81836: hue angle of 349.77º degrees, saturation: 0.79, 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 #C81836 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 54 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.22 |
| HSL | 349.77º | 0.79% | 0.44% | - |
| HSV(B) | 349.77º | 0.88% | 0.78% | - |
| XYZ | 24.81 | 13.2 | 4.73 | - |
| YUV | 80.04 | 113.31 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 54 | 0 | 0.88 | 0.73 | 0.22 | 349.77 | 0.79 | 0.44 |
| Hex | C8 | 18 | 36 | 0 | 58 | 49 | 16 | 15E | 4F | 2C |
| Octal | 310 | 30 | 66 | 0 | 130 | 111 | 26 | 536 | 117 | 54 |
| Binary | 11001000 | 11000 | 110110 | 0 | 1011000 | 1001001 | 10110 | 101011110 | 1001111 | 101100 |
Color Harmonies of #C81836
Complementary color
Monochromatic Colors of #C81836
Black with #C81836
Text Example
Text Example
White with #C81836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81836; }
p { color: rgb(200,24,54); }
H1.HeaderClassName
{
color: #C81836;
}
.AnyTagClassName
{
color: #C81836;
}
</style>
background-color css
<style>
a { background-color: #C81836; }
a { background-color: rgb(200,24,54); }
div.DivClassName
{
background-color: #C81836;
}
.BgClassName
{
background-color: #C81836;
}
</style>
border-color css
<style>
span { border-color: #C81836; }
span { border-color: rgb(200,24,54); }
td.TdClassName
{
border-color: #C81836;
}
.TagClassName
{
border-color: #C81836;
}
</style>