Shades of Cardinal #C81E49
Tints of Cardinal #C81E49
RGB
CMYK
RGB Variations
Color information
#C81E49 (or 0xC81E49) is known color: Cardinal. HEX triplet: C8, 1E and 49. RGB value is (200,30,73). Sum of RGB (Red+Green+Blue) = 200+30+73=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81E49 is #37E1B6. Grayscale: #555555. Windows color (decimal): -3662263 or 4792008. OLE color: 4792008.
HSL color Cylindrical-coordinate representation of color #C81E49: hue angle of 344.82º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81E49 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 30 | 73 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.22 |
| HSL | 344.82º | 0.74% | 0.45% | - |
| HSV(B) | 344.82º | 0.85% | 0.78% | - |
| XYZ | 25.49 | 13.69 | 7.6 | - |
| YUV | 85.73 | 120.82 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 73 | 0 | 0.85 | 0.64 | 0.22 | 344.82 | 0.74 | 0.45 |
| Hex | C8 | 1E | 49 | 0 | 55 | 40 | 16 | 159 | 4A | 2D |
| Octal | 310 | 36 | 111 | 0 | 125 | 100 | 26 | 531 | 112 | 55 |
| Binary | 11001000 | 11110 | 1001001 | 0 | 1010101 | 1000000 | 10110 | 101011001 | 1001010 | 101101 |
Color Harmonies of #C81E49
Complementary color
Monochromatic Colors of #C81E49
Black with #C81E49
Text Example
Text Example
White with #C81E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81E49; }
p { color: rgb(200,30,73); }
H1.HeaderClassName
{
color: #C81E49;
}
.AnyTagClassName
{
color: #C81E49;
}
</style>
background-color css
<style>
a { background-color: #C81E49; }
a { background-color: rgb(200,30,73); }
div.DivClassName
{
background-color: #C81E49;
}
.BgClassName
{
background-color: #C81E49;
}
</style>
border-color css
<style>
span { border-color: #C81E49; }
span { border-color: rgb(200,30,73); }
td.TdClassName
{
border-color: #C81E49;
}
.TagClassName
{
border-color: #C81E49;
}
</style>