Shades of Cardinal #C9123D
Tints of Cardinal #C9123D
RGB
CMYK
RGB Variations
Color information
#C9123D (or 0xC9123D) is known color: Cardinal. HEX triplet: C9, 12 and 3D. RGB value is (201,18,61). Sum of RGB (Red+Green+Blue) = 201+18+61=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C9123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9123D is #36EDC2. Grayscale: #4D4D4D. Windows color (decimal): -3599811 or 4002505. OLE color: 4002505.
HSL color Cylindrical-coordinate representation of color #C9123D: hue angle of 345.9º 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 #C9123D is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 61 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.21 |
| HSL | 345.9º | 0.84% | 0.43% | - |
| HSV(B) | 345.9º | 0.91% | 0.79% | - |
| XYZ | 25.15 | 13.19 | 5.63 | - |
| YUV | 77.62 | 118.63 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 61 | 0 | 0.91 | 0.70 | 0.21 | 345.9 | 0.84 | 0.43 |
| Hex | C9 | 12 | 3D | 0 | 5B | 46 | 15 | 15A | 54 | 2B |
| Octal | 311 | 22 | 75 | 0 | 133 | 106 | 25 | 532 | 124 | 53 |
| Binary | 11001001 | 10010 | 111101 | 0 | 1011011 | 1000110 | 10101 | 101011010 | 1010100 | 101011 |
Color Harmonies of #C9123D
Complementary color
Monochromatic Colors of #C9123D
Black with #C9123D
Text Example
Text Example
White with #C9123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9123D; }
p { color: rgb(201,18,61); }
H1.HeaderClassName
{
color: #C9123D;
}
.AnyTagClassName
{
color: #C9123D;
}
</style>
background-color css
<style>
a { background-color: #C9123D; }
a { background-color: rgb(201,18,61); }
div.DivClassName
{
background-color: #C9123D;
}
.BgClassName
{
background-color: #C9123D;
}
</style>
border-color css
<style>
span { border-color: #C9123D; }
span { border-color: rgb(201,18,61); }
td.TdClassName
{
border-color: #C9123D;
}
.TagClassName
{
border-color: #C9123D;
}
</style>