Shades of Cardinal #C81631
Tints of Cardinal #C81631
RGB
CMYK
RGB Variations
Color information
#C81631 (or 0xC81631) is known color: Cardinal. HEX triplet: C8, 16 and 31. RGB value is (200,22,49). Sum of RGB (Red+Green+Blue) = 200+22+49=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C81631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81631 is #37E9CE. Grayscale: #4E4E4E. Windows color (decimal): -3664335 or 3217096. OLE color: 3217096.
HSL color Cylindrical-coordinate representation of color #C81631: hue angle of 350.9º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81631 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 49 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.22 |
| HSL | 350.9º | 0.8% | 0.44% | - |
| HSV(B) | 350.9º | 0.89% | 0.78% | - |
| XYZ | 24.66 | 13.07 | 4.13 | - |
| YUV | 78.3 | 111.47 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 49 | 0 | 0.89 | 0.76 | 0.22 | 350.9 | 0.8 | 0.44 |
| Hex | C8 | 16 | 31 | 0 | 59 | 4C | 16 | 15F | 50 | 2C |
| Octal | 310 | 26 | 61 | 0 | 131 | 114 | 26 | 537 | 120 | 54 |
| Binary | 11001000 | 10110 | 110001 | 0 | 1011001 | 1001100 | 10110 | 101011111 | 1010000 | 101100 |
Color Harmonies of #C81631
Complementary color
Monochromatic Colors of #C81631
Black with #C81631
Text Example
Text Example
White with #C81631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81631; }
p { color: rgb(200,22,49); }
H1.HeaderClassName
{
color: #C81631;
}
.AnyTagClassName
{
color: #C81631;
}
</style>
background-color css
<style>
a { background-color: #C81631; }
a { background-color: rgb(200,22,49); }
div.DivClassName
{
background-color: #C81631;
}
.BgClassName
{
background-color: #C81631;
}
</style>
border-color css
<style>
span { border-color: #C81631; }
span { border-color: rgb(200,22,49); }
td.TdClassName
{
border-color: #C81631;
}
.TagClassName
{
border-color: #C81631;
}
</style>