Shades of Cardinal #C81535
Tints of Cardinal #C81535
RGB
CMYK
RGB Variations
Color information
#C81535 (or 0xC81535) is known color: Cardinal. HEX triplet: C8, 15 and 35. RGB value is (200,21,53). Sum of RGB (Red+Green+Blue) = 200+21+53=274 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.99% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 200 - color contains mainly: red. Hex color #C81535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81535 is #37EACA. Grayscale: #4E4E4E. Windows color (decimal): -3664587 or 3478984. OLE color: 3478984.
HSL color Cylindrical-coordinate representation of color #C81535: hue angle of 349.27º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81535 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 53 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.22 |
| HSL | 349.27º | 0.81% | 0.43% | - |
| HSV(B) | 349.27º | 0.9% | 0.78% | - |
| XYZ | 24.73 | 13.07 | 4.59 | - |
| YUV | 78.17 | 113.8 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 53 | 0 | 0.90 | 0.74 | 0.22 | 349.27 | 0.81 | 0.43 |
| Hex | C8 | 15 | 35 | 0 | 5A | 4A | 16 | 15D | 51 | 2B |
| Octal | 310 | 25 | 65 | 0 | 132 | 112 | 26 | 535 | 121 | 53 |
| Binary | 11001000 | 10101 | 110101 | 0 | 1011010 | 1001010 | 10110 | 101011101 | 1010001 | 101011 |
Color Harmonies of #C81535
Complementary color
Monochromatic Colors of #C81535
Black with #C81535
Text Example
Text Example
White with #C81535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81535; }
p { color: rgb(200,21,53); }
H1.HeaderClassName
{
color: #C81535;
}
.AnyTagClassName
{
color: #C81535;
}
</style>
background-color css
<style>
a { background-color: #C81535; }
a { background-color: rgb(200,21,53); }
div.DivClassName
{
background-color: #C81535;
}
.BgClassName
{
background-color: #C81535;
}
</style>
border-color css
<style>
span { border-color: #C81535; }
span { border-color: rgb(200,21,53); }
td.TdClassName
{
border-color: #C81535;
}
.TagClassName
{
border-color: #C81535;
}
</style>