Shades of Cardinal #C9242D
Tints of Cardinal #C9242D
RGB
CMYK
RGB Variations
Color information
#C9242D (or 0xC9242D) is known color: Cardinal. HEX triplet: C9, 24 and 2D. RGB value is (201,36,45). Sum of RGB (Red+Green+Blue) = 201+36+45=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C9242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9242D is #36DBD2. Grayscale: #565656. Windows color (decimal): -3595219 or 2958537. OLE color: 2958537.
HSL color Cylindrical-coordinate representation of color #C9242D: hue angle of 356.73º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9242D is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 45 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.21 |
| HSL | 356.73º | 0.7% | 0.46% | - |
| HSV(B) | 356.73º | 0.82% | 0.79% | - |
| XYZ | 25.19 | 13.87 | 3.83 | - |
| YUV | 86.36 | 104.66 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 45 | 0 | 0.82 | 0.78 | 0.21 | 356.73 | 0.7 | 0.46 |
| Hex | C9 | 24 | 2D | 0 | 52 | 4E | 15 | 165 | 46 | 2E |
| Octal | 311 | 44 | 55 | 0 | 122 | 116 | 25 | 545 | 106 | 56 |
| Binary | 11001001 | 100100 | 101101 | 0 | 1010010 | 1001110 | 10101 | 101100101 | 1000110 | 101110 |
Color Harmonies of #C9242D
Complementary color
Monochromatic Colors of #C9242D
Black with #C9242D
Text Example
Text Example
White with #C9242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9242D; }
p { color: rgb(201,36,45); }
H1.HeaderClassName
{
color: #C9242D;
}
.AnyTagClassName
{
color: #C9242D;
}
</style>
background-color css
<style>
a { background-color: #C9242D; }
a { background-color: rgb(201,36,45); }
div.DivClassName
{
background-color: #C9242D;
}
.BgClassName
{
background-color: #C9242D;
}
</style>
border-color css
<style>
span { border-color: #C9242D; }
span { border-color: rgb(201,36,45); }
td.TdClassName
{
border-color: #C9242D;
}
.TagClassName
{
border-color: #C9242D;
}
</style>