Shades of Cardinal #C81438
Tints of Cardinal #C81438
RGB
CMYK
RGB Variations
Color information
#C81438 (or 0xC81438) is known color: Cardinal. HEX triplet: C8, 14 and 38. RGB value is (200,20,56). Sum of RGB (Red+Green+Blue) = 200+20+56=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C81438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81438 is #37EBC7. Grayscale: #4D4D4D. Windows color (decimal): -3664840 or 3675336. OLE color: 3675336.
HSL color Cylindrical-coordinate representation of color #C81438: hue angle of 348º 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 #C81438 is Cyan = 0, Magento = 0.9, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 56 | - |
| CMYK | 0 | 0.9 | 0.72 | 0.22 |
| HSL | 348º | 0.82% | 0.43% | - |
| HSV(B) | 348º | 0.9% | 0.78% | - |
| XYZ | 24.78 | 13.07 | 4.96 | - |
| YUV | 77.92 | 115.63 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 56 | 0 | 0.9 | 0.72 | 0.22 | 348 | 0.82 | 0.43 |
| Hex | C8 | 14 | 38 | 0 | 5A | 48 | 16 | 15C | 52 | 2B |
| Octal | 310 | 24 | 70 | 0 | 132 | 110 | 26 | 534 | 122 | 53 |
| Binary | 11001000 | 10100 | 111000 | 0 | 1011010 | 1001000 | 10110 | 101011100 | 1010010 | 101011 |
Color Harmonies of #C81438
Complementary color
Monochromatic Colors of #C81438
Black with #C81438
Text Example
Text Example
White with #C81438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81438; }
p { color: rgb(200,20,56); }
H1.HeaderClassName
{
color: #C81438;
}
.AnyTagClassName
{
color: #C81438;
}
</style>
background-color css
<style>
a { background-color: #C81438; }
a { background-color: rgb(200,20,56); }
div.DivClassName
{
background-color: #C81438;
}
.BgClassName
{
background-color: #C81438;
}
</style>
border-color css
<style>
span { border-color: #C81438; }
span { border-color: rgb(200,20,56); }
td.TdClassName
{
border-color: #C81438;
}
.TagClassName
{
border-color: #C81438;
}
</style>