Shades of Cardinal #C81C36
Tints of Cardinal #C81C36
RGB
CMYK
RGB Variations
Color information
#C81C36 (or 0xC81C36) is known color: Cardinal. HEX triplet: C8, 1C and 36. RGB value is (200,28,54). Sum of RGB (Red+Green+Blue) = 200+28+54=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C81C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81C36 is #37E3C9. Grayscale: #525252. Windows color (decimal): -3662794 or 3546312. OLE color: 3546312.
HSL color Cylindrical-coordinate representation of color #C81C36: hue angle of 350.93º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81C36 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 28 | 54 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.22 |
| HSL | 350.93º | 0.75% | 0.45% | - |
| HSV(B) | 350.93º | 0.86% | 0.78% | - |
| XYZ | 24.9 | 13.38 | 4.76 | - |
| YUV | 82.39 | 111.98 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 28 | 54 | 0 | 0.86 | 0.73 | 0.22 | 350.93 | 0.75 | 0.45 |
| Hex | C8 | 1C | 36 | 0 | 56 | 49 | 16 | 15F | 4B | 2D |
| Octal | 310 | 34 | 66 | 0 | 126 | 111 | 26 | 537 | 113 | 55 |
| Binary | 11001000 | 11100 | 110110 | 0 | 1010110 | 1001001 | 10110 | 101011111 | 1001011 | 101101 |
Color Harmonies of #C81C36
Complementary color
Monochromatic Colors of #C81C36
Black with #C81C36
Text Example
Text Example
White with #C81C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81C36; }
p { color: rgb(200,28,54); }
H1.HeaderClassName
{
color: #C81C36;
}
.AnyTagClassName
{
color: #C81C36;
}
</style>
background-color css
<style>
a { background-color: #C81C36; }
a { background-color: rgb(200,28,54); }
div.DivClassName
{
background-color: #C81C36;
}
.BgClassName
{
background-color: #C81C36;
}
</style>
border-color css
<style>
span { border-color: #C81C36; }
span { border-color: rgb(200,28,54); }
td.TdClassName
{
border-color: #C81C36;
}
.TagClassName
{
border-color: #C81C36;
}
</style>