Shades of Cardinal #C9223B
Tints of Cardinal #C9223B
RGB
CMYK
RGB Variations
Color information
#C9223B (or 0xC9223B) is known color: Cardinal. HEX triplet: C9, 22 and 3B. RGB value is (201,34,59). Sum of RGB (Red+Green+Blue) = 201+34+59=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C9223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9223B is #36DDC4. Grayscale: #565656. Windows color (decimal): -3595717 or 3875529. OLE color: 3875529.
HSL color Cylindrical-coordinate representation of color #C9223B: hue angle of 351.02º degrees, saturation: 0.71, 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 #C9223B is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 59 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.21 |
| HSL | 351.02º | 0.71% | 0.46% | - |
| HSV(B) | 351.02º | 0.83% | 0.79% | - |
| XYZ | 25.45 | 13.88 | 5.47 | - |
| YUV | 86.78 | 112.33 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 59 | 0 | 0.83 | 0.71 | 0.21 | 351.02 | 0.71 | 0.46 |
| Hex | C9 | 22 | 3B | 0 | 53 | 47 | 15 | 15F | 47 | 2E |
| Octal | 311 | 42 | 73 | 0 | 123 | 107 | 25 | 537 | 107 | 56 |
| Binary | 11001001 | 100010 | 111011 | 0 | 1010011 | 1000111 | 10101 | 101011111 | 1000111 | 101110 |
Color Harmonies of #C9223B
Complementary color
Monochromatic Colors of #C9223B
Black with #C9223B
Text Example
Text Example
White with #C9223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9223B; }
p { color: rgb(201,34,59); }
H1.HeaderClassName
{
color: #C9223B;
}
.AnyTagClassName
{
color: #C9223B;
}
</style>
background-color css
<style>
a { background-color: #C9223B; }
a { background-color: rgb(201,34,59); }
div.DivClassName
{
background-color: #C9223B;
}
.BgClassName
{
background-color: #C9223B;
}
</style>
border-color css
<style>
span { border-color: #C9223B; }
span { border-color: rgb(201,34,59); }
td.TdClassName
{
border-color: #C9223B;
}
.TagClassName
{
border-color: #C9223B;
}
</style>