Shades of Cardinal #C9133F
Tints of Cardinal #C9133F
RGB
CMYK
RGB Variations
Color information
#C9133F (or 0xC9133F) is known color: Cardinal. HEX triplet: C9, 13 and 3F. RGB value is (201,19,63). Sum of RGB (Red+Green+Blue) = 201+19+63=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C9133F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9133F is #36ECC0. Grayscale: #4E4E4E. Windows color (decimal): -3599553 or 4133833. OLE color: 4133833.
HSL color Cylindrical-coordinate representation of color #C9133F: hue angle of 345.49º degrees, saturation: 0.83, 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 #C9133F is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 63 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.21 |
| HSL | 345.49º | 0.83% | 0.43% | - |
| HSV(B) | 345.49º | 0.91% | 0.79% | - |
| XYZ | 25.22 | 13.24 | 5.93 | - |
| YUV | 78.43 | 119.3 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 63 | 0 | 0.91 | 0.69 | 0.21 | 345.49 | 0.83 | 0.43 |
| Hex | C9 | 13 | 3F | 0 | 5B | 45 | 15 | 159 | 53 | 2B |
| Octal | 311 | 23 | 77 | 0 | 133 | 105 | 25 | 531 | 123 | 53 |
| Binary | 11001001 | 10011 | 111111 | 0 | 1011011 | 1000101 | 10101 | 101011001 | 1010011 | 101011 |
Color Harmonies of #C9133F
Complementary color
Monochromatic Colors of #C9133F
Black with #C9133F
Text Example
Text Example
White with #C9133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9133F; }
p { color: rgb(201,19,63); }
H1.HeaderClassName
{
color: #C9133F;
}
.AnyTagClassName
{
color: #C9133F;
}
</style>
background-color css
<style>
a { background-color: #C9133F; }
a { background-color: rgb(201,19,63); }
div.DivClassName
{
background-color: #C9133F;
}
.BgClassName
{
background-color: #C9133F;
}
</style>
border-color css
<style>
span { border-color: #C9133F; }
span { border-color: rgb(201,19,63); }
td.TdClassName
{
border-color: #C9133F;
}
.TagClassName
{
border-color: #C9133F;
}
</style>