Shades of Cardinal #C9202F
Tints of Cardinal #C9202F
RGB
CMYK
RGB Variations
Color information
#C9202F (or 0xC9202F) is known color: Cardinal. HEX triplet: C9, 20 and 2F. RGB value is (201,32,47). Sum of RGB (Red+Green+Blue) = 201+32+47=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C9202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9202F is #36DFD0. Grayscale: #545454. Windows color (decimal): -3596241 or 3088585. OLE color: 3088585.
HSL color Cylindrical-coordinate representation of color #C9202F: hue angle of 354.67º 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 #C9202F is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 47 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.21 |
| HSL | 354.67º | 0.73% | 0.46% | - |
| HSV(B) | 354.67º | 0.84% | 0.79% | - |
| XYZ | 25.12 | 13.66 | 4 | - |
| YUV | 84.24 | 106.99 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 47 | 0 | 0.84 | 0.77 | 0.21 | 354.67 | 0.73 | 0.46 |
| Hex | C9 | 20 | 2F | 0 | 54 | 4D | 15 | 163 | 49 | 2E |
| Octal | 311 | 40 | 57 | 0 | 124 | 115 | 25 | 543 | 111 | 56 |
| Binary | 11001001 | 100000 | 101111 | 0 | 1010100 | 1001101 | 10101 | 101100011 | 1001001 | 101110 |
Color Harmonies of #C9202F
Complementary color
Monochromatic Colors of #C9202F
Black with #C9202F
Text Example
Text Example
White with #C9202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9202F; }
p { color: rgb(201,32,47); }
H1.HeaderClassName
{
color: #C9202F;
}
.AnyTagClassName
{
color: #C9202F;
}
</style>
background-color css
<style>
a { background-color: #C9202F; }
a { background-color: rgb(201,32,47); }
div.DivClassName
{
background-color: #C9202F;
}
.BgClassName
{
background-color: #C9202F;
}
</style>
border-color css
<style>
span { border-color: #C9202F; }
span { border-color: rgb(201,32,47); }
td.TdClassName
{
border-color: #C9202F;
}
.TagClassName
{
border-color: #C9202F;
}
</style>