Shades of Cardinal #C9182F
Tints of Cardinal #C9182F
RGB
CMYK
RGB Variations
Color information
#C9182F (or 0xC9182F) is known color: Cardinal. HEX triplet: C9, 18 and 2F. RGB value is (201,24,47). Sum of RGB (Red+Green+Blue) = 201+24+47=272 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.90% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 201 - color contains mainly: red. Hex color #C9182F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9182F is #36E7D0. Grayscale: #4F4F4F. Windows color (decimal): -3598289 or 3086537. OLE color: 3086537.
HSL color Cylindrical-coordinate representation of color #C9182F: hue angle of 352.2º 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 #C9182F is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 47 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.21 |
| HSL | 352.2º | 0.79% | 0.44% | - |
| HSV(B) | 352.2º | 0.88% | 0.79% | - |
| XYZ | 24.93 | 13.28 | 3.94 | - |
| YUV | 79.55 | 109.64 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 47 | 0 | 0.88 | 0.77 | 0.21 | 352.2 | 0.79 | 0.44 |
| Hex | C9 | 18 | 2F | 0 | 58 | 4D | 15 | 160 | 4F | 2C |
| Octal | 311 | 30 | 57 | 0 | 130 | 115 | 25 | 540 | 117 | 54 |
| Binary | 11001001 | 11000 | 101111 | 0 | 1011000 | 1001101 | 10101 | 101100000 | 1001111 | 101100 |
Color Harmonies of #C9182F
Complementary color
Monochromatic Colors of #C9182F
Black with #C9182F
Text Example
Text Example
White with #C9182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9182F; }
p { color: rgb(201,24,47); }
H1.HeaderClassName
{
color: #C9182F;
}
.AnyTagClassName
{
color: #C9182F;
}
</style>
background-color css
<style>
a { background-color: #C9182F; }
a { background-color: rgb(201,24,47); }
div.DivClassName
{
background-color: #C9182F;
}
.BgClassName
{
background-color: #C9182F;
}
</style>
border-color css
<style>
span { border-color: #C9182F; }
span { border-color: rgb(201,24,47); }
td.TdClassName
{
border-color: #C9182F;
}
.TagClassName
{
border-color: #C9182F;
}
</style>