Shades of Cardinal #C81E4A
Tints of Cardinal #C81E4A
RGB
CMYK
RGB Variations
Color information
#C81E4A (or 0xC81E4A) is known color: Cardinal. HEX triplet: C8, 1E and 4A. RGB value is (200,30,74). Sum of RGB (Red+Green+Blue) = 200+30+74=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81E4A is #37E1B5. Grayscale: #555555. Windows color (decimal): -3662262 or 4857544. OLE color: 4857544.
HSL color Cylindrical-coordinate representation of color #C81E4A: hue angle of 344.47º 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 #C81E4A is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 30 | 74 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.22 |
| HSL | 344.47º | 0.74% | 0.45% | - |
| HSV(B) | 344.47º | 0.85% | 0.78% | - |
| XYZ | 25.52 | 13.7 | 7.78 | - |
| YUV | 85.85 | 121.32 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 74 | 0 | 0.85 | 0.63 | 0.22 | 344.47 | 0.74 | 0.45 |
| Hex | C8 | 1E | 4A | 0 | 55 | 3F | 16 | 158 | 4A | 2D |
| Octal | 310 | 36 | 112 | 0 | 125 | 77 | 26 | 530 | 112 | 55 |
| Binary | 11001000 | 11110 | 1001010 | 0 | 1010101 | 111111 | 10110 | 101011000 | 1001010 | 101101 |
Color Harmonies of #C81E4A
Complementary color
Monochromatic Colors of #C81E4A
Black with #C81E4A
Text Example
Text Example
White with #C81E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81E4A; }
p { color: rgb(200,30,74); }
H1.HeaderClassName
{
color: #C81E4A;
}
.AnyTagClassName
{
color: #C81E4A;
}
</style>
background-color css
<style>
a { background-color: #C81E4A; }
a { background-color: rgb(200,30,74); }
div.DivClassName
{
background-color: #C81E4A;
}
.BgClassName
{
background-color: #C81E4A;
}
</style>
border-color css
<style>
span { border-color: #C81E4A; }
span { border-color: rgb(200,30,74); }
td.TdClassName
{
border-color: #C81E4A;
}
.TagClassName
{
border-color: #C81E4A;
}
</style>