Shades of Cardinal #C81436
Tints of Cardinal #C81436
RGB
CMYK
RGB Variations
Color information
#C81436 (or 0xC81436) is known color: Cardinal. HEX triplet: C8, 14 and 36. RGB value is (200,20,54). Sum of RGB (Red+Green+Blue) = 200+20+54=274 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.99% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 200 - color contains mainly: red. Hex color #C81436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81436 is #37EBC9. Grayscale: #4D4D4D. Windows color (decimal): -3664842 or 3544264. OLE color: 3544264.
HSL color Cylindrical-coordinate representation of color #C81436: hue angle of 348.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81436 is Cyan = 0, Magento = 0.9, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 54 | - |
| CMYK | 0 | 0.9 | 0.73 | 0.22 |
| HSL | 348.67º | 0.82% | 0.43% | - |
| HSV(B) | 348.67º | 0.9% | 0.78% | - |
| XYZ | 24.74 | 13.05 | 4.7 | - |
| YUV | 77.7 | 114.63 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 54 | 0 | 0.9 | 0.73 | 0.22 | 348.67 | 0.82 | 0.43 |
| Hex | C8 | 14 | 36 | 0 | 5A | 49 | 16 | 15D | 52 | 2B |
| Octal | 310 | 24 | 66 | 0 | 132 | 111 | 26 | 535 | 122 | 53 |
| Binary | 11001000 | 10100 | 110110 | 0 | 1011010 | 1001001 | 10110 | 101011101 | 1010010 | 101011 |
Color Harmonies of #C81436
Complementary color
Monochromatic Colors of #C81436
Black with #C81436
Text Example
Text Example
White with #C81436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81436; }
p { color: rgb(200,20,54); }
H1.HeaderClassName
{
color: #C81436;
}
.AnyTagClassName
{
color: #C81436;
}
</style>
background-color css
<style>
a { background-color: #C81436; }
a { background-color: rgb(200,20,54); }
div.DivClassName
{
background-color: #C81436;
}
.BgClassName
{
background-color: #C81436;
}
</style>
border-color css
<style>
span { border-color: #C81436; }
span { border-color: rgb(200,20,54); }
td.TdClassName
{
border-color: #C81436;
}
.TagClassName
{
border-color: #C81436;
}
</style>