Shades of Cardinal #C81C31
Tints of Cardinal #C81C31
RGB
CMYK
RGB Variations
Color information
#C81C31 (or 0xC81C31) is known color: Cardinal. HEX triplet: C8, 1C and 31. RGB value is (200,28,49). Sum of RGB (Red+Green+Blue) = 200+28+49=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C81C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81C31 is #37E3CE. Grayscale: #515151. Windows color (decimal): -3662799 or 3218632. OLE color: 3218632.
HSL color Cylindrical-coordinate representation of color #C81C31: hue angle of 352.67º 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 #C81C31 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 28 | 49 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.22 |
| HSL | 352.67º | 0.75% | 0.45% | - |
| HSV(B) | 352.67º | 0.86% | 0.78% | - |
| XYZ | 24.79 | 13.33 | 4.17 | - |
| YUV | 81.82 | 109.48 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 28 | 49 | 0 | 0.86 | 0.76 | 0.22 | 352.67 | 0.75 | 0.45 |
| Hex | C8 | 1C | 31 | 0 | 56 | 4C | 16 | 161 | 4B | 2D |
| Octal | 310 | 34 | 61 | 0 | 126 | 114 | 26 | 541 | 113 | 55 |
| Binary | 11001000 | 11100 | 110001 | 0 | 1010110 | 1001100 | 10110 | 101100001 | 1001011 | 101101 |
Color Harmonies of #C81C31
Complementary color
Monochromatic Colors of #C81C31
Black with #C81C31
Text Example
Text Example
White with #C81C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81C31; }
p { color: rgb(200,28,49); }
H1.HeaderClassName
{
color: #C81C31;
}
.AnyTagClassName
{
color: #C81C31;
}
</style>
background-color css
<style>
a { background-color: #C81C31; }
a { background-color: rgb(200,28,49); }
div.DivClassName
{
background-color: #C81C31;
}
.BgClassName
{
background-color: #C81C31;
}
</style>
border-color css
<style>
span { border-color: #C81C31; }
span { border-color: rgb(200,28,49); }
td.TdClassName
{
border-color: #C81C31;
}
.TagClassName
{
border-color: #C81C31;
}
</style>