Shades of Cardinal #C81E48
Tints of Cardinal #C81E48
RGB
CMYK
RGB Variations
Color information
#C81E48 (or 0xC81E48) is known color: Cardinal. HEX triplet: C8, 1E and 48. RGB value is (200,30,72). Sum of RGB (Red+Green+Blue) = 200+30+72=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81E48 is #37E1B7. Grayscale: #555555. Windows color (decimal): -3662264 or 4726472. OLE color: 4726472.
HSL color Cylindrical-coordinate representation of color #C81E48: hue angle of 345.18º 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 #C81E48 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 30 | 72 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.22 |
| HSL | 345.18º | 0.74% | 0.45% | - |
| HSV(B) | 345.18º | 0.85% | 0.78% | - |
| XYZ | 25.45 | 13.68 | 7.43 | - |
| YUV | 85.62 | 120.32 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 72 | 0 | 0.85 | 0.64 | 0.22 | 345.18 | 0.74 | 0.45 |
| Hex | C8 | 1E | 48 | 0 | 55 | 40 | 16 | 159 | 4A | 2D |
| Octal | 310 | 36 | 110 | 0 | 125 | 100 | 26 | 531 | 112 | 55 |
| Binary | 11001000 | 11110 | 1001000 | 0 | 1010101 | 1000000 | 10110 | 101011001 | 1001010 | 101101 |
Color Harmonies of #C81E48
Complementary color
Monochromatic Colors of #C81E48
Black with #C81E48
Text Example
Text Example
White with #C81E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81E48; }
p { color: rgb(200,30,72); }
H1.HeaderClassName
{
color: #C81E48;
}
.AnyTagClassName
{
color: #C81E48;
}
</style>
background-color css
<style>
a { background-color: #C81E48; }
a { background-color: rgb(200,30,72); }
div.DivClassName
{
background-color: #C81E48;
}
.BgClassName
{
background-color: #C81E48;
}
</style>
border-color css
<style>
span { border-color: #C81E48; }
span { border-color: rgb(200,30,72); }
td.TdClassName
{
border-color: #C81E48;
}
.TagClassName
{
border-color: #C81E48;
}
</style>