Shades of Cardinal #C9233C
Tints of Cardinal #C9233C
RGB
CMYK
RGB Variations
Color information
#C9233C (or 0xC9233C) is known color: Cardinal. HEX triplet: C9, 23 and 3C. RGB value is (201,35,60). Sum of RGB (Red+Green+Blue) = 201+35+60=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C9233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9233C is #36DCC3. Grayscale: #575757. Windows color (decimal): -3595460 or 3941321. OLE color: 3941321.
HSL color Cylindrical-coordinate representation of color #C9233C: hue angle of 350.96º 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 #C9233C is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 60 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.21 |
| HSL | 350.96º | 0.7% | 0.46% | - |
| HSV(B) | 350.96º | 0.83% | 0.79% | - |
| XYZ | 25.5 | 13.95 | 5.62 | - |
| YUV | 87.48 | 112.5 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 60 | 0 | 0.83 | 0.70 | 0.21 | 350.96 | 0.7 | 0.46 |
| Hex | C9 | 23 | 3C | 0 | 53 | 46 | 15 | 15F | 46 | 2E |
| Octal | 311 | 43 | 74 | 0 | 123 | 106 | 25 | 537 | 106 | 56 |
| Binary | 11001001 | 100011 | 111100 | 0 | 1010011 | 1000110 | 10101 | 101011111 | 1000110 | 101110 |
Color Harmonies of #C9233C
Complementary color
Monochromatic Colors of #C9233C
Black with #C9233C
Text Example
Text Example
White with #C9233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9233C; }
p { color: rgb(201,35,60); }
H1.HeaderClassName
{
color: #C9233C;
}
.AnyTagClassName
{
color: #C9233C;
}
</style>
background-color css
<style>
a { background-color: #C9233C; }
a { background-color: rgb(201,35,60); }
div.DivClassName
{
background-color: #C9233C;
}
.BgClassName
{
background-color: #C9233C;
}
</style>
border-color css
<style>
span { border-color: #C9233C; }
span { border-color: rgb(201,35,60); }
td.TdClassName
{
border-color: #C9233C;
}
.TagClassName
{
border-color: #C9233C;
}
</style>