Shades of Cardinal #C81849
Tints of Cardinal #C81849
RGB
CMYK
RGB Variations
Color information
#C81849 (or 0xC81849) is known color: Cardinal. HEX triplet: C8, 18 and 49. RGB value is (200,24,73). Sum of RGB (Red+Green+Blue) = 200+24+73=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C81849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81849 is #37E7B6. Grayscale: #525252. Windows color (decimal): -3663799 or 4790472. OLE color: 4790472.
HSL color Cylindrical-coordinate representation of color #C81849: hue angle of 343.3º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81849 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 73 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.22 |
| HSL | 343.3º | 0.79% | 0.44% | - |
| HSV(B) | 343.3º | 0.88% | 0.78% | - |
| XYZ | 25.35 | 13.41 | 7.56 | - |
| YUV | 82.21 | 122.81 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 73 | 0 | 0.88 | 0.64 | 0.22 | 343.3 | 0.79 | 0.44 |
| Hex | C8 | 18 | 49 | 0 | 58 | 40 | 16 | 157 | 4F | 2C |
| Octal | 310 | 30 | 111 | 0 | 130 | 100 | 26 | 527 | 117 | 54 |
| Binary | 11001000 | 11000 | 1001001 | 0 | 1011000 | 1000000 | 10110 | 101010111 | 1001111 | 101100 |
Color Harmonies of #C81849
Complementary color
Monochromatic Colors of #C81849
Black with #C81849
Text Example
Text Example
White with #C81849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81849; }
p { color: rgb(200,24,73); }
H1.HeaderClassName
{
color: #C81849;
}
.AnyTagClassName
{
color: #C81849;
}
</style>
background-color css
<style>
a { background-color: #C81849; }
a { background-color: rgb(200,24,73); }
div.DivClassName
{
background-color: #C81849;
}
.BgClassName
{
background-color: #C81849;
}
</style>
border-color css
<style>
span { border-color: #C81849; }
span { border-color: rgb(200,24,73); }
td.TdClassName
{
border-color: #C81849;
}
.TagClassName
{
border-color: #C81849;
}
</style>