Shades of Cardinal #C81639
Tints of Cardinal #C81639
RGB
CMYK
RGB Variations
Color information
#C81639 (or 0xC81639) is known color: Cardinal. HEX triplet: C8, 16 and 39. RGB value is (200,22,57). Sum of RGB (Red+Green+Blue) = 200+22+57=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C81639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81639 is #37E9C6. Grayscale: #4F4F4F. Windows color (decimal): -3664327 or 3741384. OLE color: 3741384.
HSL color Cylindrical-coordinate representation of color #C81639: hue angle of 348.2º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81639 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 57 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.22 |
| HSL | 348.2º | 0.8% | 0.44% | - |
| HSV(B) | 348.2º | 0.89% | 0.78% | - |
| XYZ | 24.84 | 13.15 | 5.1 | - |
| YUV | 79.21 | 115.47 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 57 | 0 | 0.89 | 0.72 | 0.22 | 348.2 | 0.8 | 0.44 |
| Hex | C8 | 16 | 39 | 0 | 59 | 48 | 16 | 15C | 50 | 2C |
| Octal | 310 | 26 | 71 | 0 | 131 | 110 | 26 | 534 | 120 | 54 |
| Binary | 11001000 | 10110 | 111001 | 0 | 1011001 | 1001000 | 10110 | 101011100 | 1010000 | 101100 |
Color Harmonies of #C81639
Complementary color
Monochromatic Colors of #C81639
Black with #C81639
Text Example
Text Example
White with #C81639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81639; }
p { color: rgb(200,22,57); }
H1.HeaderClassName
{
color: #C81639;
}
.AnyTagClassName
{
color: #C81639;
}
</style>
background-color css
<style>
a { background-color: #C81639; }
a { background-color: rgb(200,22,57); }
div.DivClassName
{
background-color: #C81639;
}
.BgClassName
{
background-color: #C81639;
}
</style>
border-color css
<style>
span { border-color: #C81639; }
span { border-color: rgb(200,22,57); }
td.TdClassName
{
border-color: #C81639;
}
.TagClassName
{
border-color: #C81639;
}
</style>