Shades of Cardinal #C9202D
Tints of Cardinal #C9202D
RGB
CMYK
RGB Variations
Color information
#C9202D (or 0xC9202D) is known color: Cardinal. HEX triplet: C9, 20 and 2D. RGB value is (201,32,45). Sum of RGB (Red+Green+Blue) = 201+32+45=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C9202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9202D is #36DFD2. Grayscale: #545454. Windows color (decimal): -3596243 or 2957513. OLE color: 2957513.
HSL color Cylindrical-coordinate representation of color #C9202D: hue angle of 355.38º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9202D is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 45 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.21 |
| HSL | 355.38º | 0.73% | 0.46% | - |
| HSV(B) | 355.38º | 0.84% | 0.79% | - |
| XYZ | 25.08 | 13.64 | 3.79 | - |
| YUV | 84.01 | 105.99 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 45 | 0 | 0.84 | 0.78 | 0.21 | 355.38 | 0.73 | 0.46 |
| Hex | C9 | 20 | 2D | 0 | 54 | 4E | 15 | 163 | 49 | 2E |
| Octal | 311 | 40 | 55 | 0 | 124 | 116 | 25 | 543 | 111 | 56 |
| Binary | 11001001 | 100000 | 101101 | 0 | 1010100 | 1001110 | 10101 | 101100011 | 1001001 | 101110 |
Color Harmonies of #C9202D
Complementary color
Monochromatic Colors of #C9202D
Black with #C9202D
Text Example
Text Example
White with #C9202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9202D; }
p { color: rgb(201,32,45); }
H1.HeaderClassName
{
color: #C9202D;
}
.AnyTagClassName
{
color: #C9202D;
}
</style>
background-color css
<style>
a { background-color: #C9202D; }
a { background-color: rgb(201,32,45); }
div.DivClassName
{
background-color: #C9202D;
}
.BgClassName
{
background-color: #C9202D;
}
</style>
border-color css
<style>
span { border-color: #C9202D; }
span { border-color: rgb(201,32,45); }
td.TdClassName
{
border-color: #C9202D;
}
.TagClassName
{
border-color: #C9202D;
}
</style>