Shades of Cardinal #C9233D
Tints of Cardinal #C9233D
RGB
CMYK
RGB Variations
Color information
#C9233D (or 0xC9233D) is known color: Cardinal. HEX triplet: C9, 23 and 3D. RGB value is (201,35,61). Sum of RGB (Red+Green+Blue) = 201+35+61=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C9233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9233D is #36DCC2. Grayscale: #575757. Windows color (decimal): -3595459 or 4006857. OLE color: 4006857.
HSL color Cylindrical-coordinate representation of color #C9233D: hue angle of 350.6º 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 #C9233D is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 61 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.21 |
| HSL | 350.6º | 0.7% | 0.46% | - |
| HSV(B) | 350.6º | 0.83% | 0.79% | - |
| XYZ | 25.53 | 13.96 | 5.76 | - |
| YUV | 87.6 | 113 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 61 | 0 | 0.83 | 0.70 | 0.21 | 350.6 | 0.7 | 0.46 |
| Hex | C9 | 23 | 3D | 0 | 53 | 46 | 15 | 15F | 46 | 2E |
| Octal | 311 | 43 | 75 | 0 | 123 | 106 | 25 | 537 | 106 | 56 |
| Binary | 11001001 | 100011 | 111101 | 0 | 1010011 | 1000110 | 10101 | 101011111 | 1000110 | 101110 |
Color Harmonies of #C9233D
Complementary color
Monochromatic Colors of #C9233D
Black with #C9233D
Text Example
Text Example
White with #C9233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9233D; }
p { color: rgb(201,35,61); }
H1.HeaderClassName
{
color: #C9233D;
}
.AnyTagClassName
{
color: #C9233D;
}
</style>
background-color css
<style>
a { background-color: #C9233D; }
a { background-color: rgb(201,35,61); }
div.DivClassName
{
background-color: #C9233D;
}
.BgClassName
{
background-color: #C9233D;
}
</style>
border-color css
<style>
span { border-color: #C9233D; }
span { border-color: rgb(201,35,61); }
td.TdClassName
{
border-color: #C9233D;
}
.TagClassName
{
border-color: #C9233D;
}
</style>