Shades of Cardinal #C9123C
Tints of Cardinal #C9123C
RGB
CMYK
RGB Variations
Color information
#C9123C (or 0xC9123C) is known color: Cardinal. HEX triplet: C9, 12 and 3C. RGB value is (201,18,60). Sum of RGB (Red+Green+Blue) = 201+18+60=279 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.04% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 201 - color contains mainly: red. Hex color #C9123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9123C is #36EDC3. Grayscale: #4D4D4D. Windows color (decimal): -3599812 or 3936969. OLE color: 3936969.
HSL color Cylindrical-coordinate representation of color #C9123C: hue angle of 346.23º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9123C is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 60 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.21 |
| HSL | 346.23º | 0.84% | 0.43% | - |
| HSV(B) | 346.23º | 0.91% | 0.79% | - |
| XYZ | 25.12 | 13.18 | 5.49 | - |
| YUV | 77.51 | 118.13 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 60 | 0 | 0.91 | 0.70 | 0.21 | 346.23 | 0.84 | 0.43 |
| Hex | C9 | 12 | 3C | 0 | 5B | 46 | 15 | 15A | 54 | 2B |
| Octal | 311 | 22 | 74 | 0 | 133 | 106 | 25 | 532 | 124 | 53 |
| Binary | 11001001 | 10010 | 111100 | 0 | 1011011 | 1000110 | 10101 | 101011010 | 1010100 | 101011 |
Color Harmonies of #C9123C
Complementary color
Monochromatic Colors of #C9123C
Black with #C9123C
Text Example
Text Example
White with #C9123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9123C; }
p { color: rgb(201,18,60); }
H1.HeaderClassName
{
color: #C9123C;
}
.AnyTagClassName
{
color: #C9123C;
}
</style>
background-color css
<style>
a { background-color: #C9123C; }
a { background-color: rgb(201,18,60); }
div.DivClassName
{
background-color: #C9123C;
}
.BgClassName
{
background-color: #C9123C;
}
</style>
border-color css
<style>
span { border-color: #C9123C; }
span { border-color: rgb(201,18,60); }
td.TdClassName
{
border-color: #C9123C;
}
.TagClassName
{
border-color: #C9123C;
}
</style>