Shades of Cardinal #C9232D
Tints of Cardinal #C9232D
RGB
CMYK
RGB Variations
Color information
#C9232D (or 0xC9232D) is known color: Cardinal. HEX triplet: C9, 23 and 2D. RGB value is (201,35,45). Sum of RGB (Red+Green+Blue) = 201+35+45=281 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.53% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 201 - color contains mainly: red. Hex color #C9232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9232D is #36DCD2. Grayscale: #555555. Windows color (decimal): -3595475 or 2958281. OLE color: 2958281.
HSL color Cylindrical-coordinate representation of color #C9232D: hue angle of 356.39º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9232D is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 45 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.21 |
| HSL | 356.39º | 0.7% | 0.46% | - |
| HSV(B) | 356.39º | 0.83% | 0.79% | - |
| XYZ | 25.16 | 13.81 | 3.82 | - |
| YUV | 85.77 | 105 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 45 | 0 | 0.83 | 0.78 | 0.21 | 356.39 | 0.7 | 0.46 |
| Hex | C9 | 23 | 2D | 0 | 53 | 4E | 15 | 164 | 46 | 2E |
| Octal | 311 | 43 | 55 | 0 | 123 | 116 | 25 | 544 | 106 | 56 |
| Binary | 11001001 | 100011 | 101101 | 0 | 1010011 | 1001110 | 10101 | 101100100 | 1000110 | 101110 |
Color Harmonies of #C9232D
Complementary color
Monochromatic Colors of #C9232D
Black with #C9232D
Text Example
Text Example
White with #C9232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9232D; }
p { color: rgb(201,35,45); }
H1.HeaderClassName
{
color: #C9232D;
}
.AnyTagClassName
{
color: #C9232D;
}
</style>
background-color css
<style>
a { background-color: #C9232D; }
a { background-color: rgb(201,35,45); }
div.DivClassName
{
background-color: #C9232D;
}
.BgClassName
{
background-color: #C9232D;
}
</style>
border-color css
<style>
span { border-color: #C9232D; }
span { border-color: rgb(201,35,45); }
td.TdClassName
{
border-color: #C9232D;
}
.TagClassName
{
border-color: #C9232D;
}
</style>