Shades of Cardinal #C91933
Tints of Cardinal #C91933
RGB
CMYK
RGB Variations
Color information
#C91933 (or 0xC91933) is known color: Cardinal. HEX triplet: C9, 19 and 33. RGB value is (201,25,51). Sum of RGB (Red+Green+Blue) = 201+25+51=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C91933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91933 is #36E6CC. Grayscale: #505050. Windows color (decimal): -3598029 or 3348937. OLE color: 3348937.
HSL color Cylindrical-coordinate representation of color #C91933: hue angle of 351.14º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91933 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 51 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.21 |
| HSL | 351.14º | 0.78% | 0.44% | - |
| HSV(B) | 351.14º | 0.88% | 0.79% | - |
| XYZ | 25.03 | 13.35 | 4.39 | - |
| YUV | 80.59 | 111.31 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 51 | 0 | 0.88 | 0.75 | 0.21 | 351.14 | 0.78 | 0.44 |
| Hex | C9 | 19 | 33 | 0 | 58 | 4B | 15 | 15F | 4E | 2C |
| Octal | 311 | 31 | 63 | 0 | 130 | 113 | 25 | 537 | 116 | 54 |
| Binary | 11001001 | 11001 | 110011 | 0 | 1011000 | 1001011 | 10101 | 101011111 | 1001110 | 101100 |
Color Harmonies of #C91933
Complementary color
Monochromatic Colors of #C91933
Black with #C91933
Text Example
Text Example
White with #C91933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91933; }
p { color: rgb(201,25,51); }
H1.HeaderClassName
{
color: #C91933;
}
.AnyTagClassName
{
color: #C91933;
}
</style>
background-color css
<style>
a { background-color: #C91933; }
a { background-color: rgb(201,25,51); }
div.DivClassName
{
background-color: #C91933;
}
.BgClassName
{
background-color: #C91933;
}
</style>
border-color css
<style>
span { border-color: #C91933; }
span { border-color: rgb(201,25,51); }
td.TdClassName
{
border-color: #C91933;
}
.TagClassName
{
border-color: #C91933;
}
</style>