Shades of Cardinal #C91838
Tints of Cardinal #C91838
RGB
CMYK
RGB Variations
Color information
#C91838 (or 0xC91838) is known color: Cardinal. HEX triplet: C9, 18 and 38. RGB value is (201,24,56). Sum of RGB (Red+Green+Blue) = 201+24+56=281 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.53% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 201 - color contains mainly: red. Hex color #C91838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91838 is #36E7C7. Grayscale: #505050. Windows color (decimal): -3598280 or 3676361. OLE color: 3676361.
HSL color Cylindrical-coordinate representation of color #C91838: hue angle of 349.15º degrees, saturation: 0.79, 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 #C91838 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 56 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.21 |
| HSL | 349.15º | 0.79% | 0.44% | - |
| HSV(B) | 349.15º | 0.88% | 0.79% | - |
| XYZ | 25.13 | 13.36 | 5 | - |
| YUV | 80.57 | 114.14 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 56 | 0 | 0.88 | 0.72 | 0.21 | 349.15 | 0.79 | 0.44 |
| Hex | C9 | 18 | 38 | 0 | 58 | 48 | 15 | 15D | 4F | 2C |
| Octal | 311 | 30 | 70 | 0 | 130 | 110 | 25 | 535 | 117 | 54 |
| Binary | 11001001 | 11000 | 111000 | 0 | 1011000 | 1001000 | 10101 | 101011101 | 1001111 | 101100 |
Color Harmonies of #C91838
Complementary color
Monochromatic Colors of #C91838
Black with #C91838
Text Example
Text Example
White with #C91838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91838; }
p { color: rgb(201,24,56); }
H1.HeaderClassName
{
color: #C91838;
}
.AnyTagClassName
{
color: #C91838;
}
</style>
background-color css
<style>
a { background-color: #C91838; }
a { background-color: rgb(201,24,56); }
div.DivClassName
{
background-color: #C91838;
}
.BgClassName
{
background-color: #C91838;
}
</style>
border-color css
<style>
span { border-color: #C91838; }
span { border-color: rgb(201,24,56); }
td.TdClassName
{
border-color: #C91838;
}
.TagClassName
{
border-color: #C91838;
}
</style>