Shades of Cardinal #C9134F
Tints of Cardinal #C9134F
RGB
CMYK
RGB Variations
Color information
#C9134F (or 0xC9134F) is known color: Cardinal. HEX triplet: C9, 13 and 4F. RGB value is (201,19,79). Sum of RGB (Red+Green+Blue) = 201+19+79=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C9134F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9134F is #36ECB0. Grayscale: #505050. Windows color (decimal): -3599537 or 5182409. OLE color: 5182409.
HSL color Cylindrical-coordinate representation of color #C9134F: hue angle of 340.22º 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 #C9134F is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 79 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.21 |
| HSL | 340.22º | 0.83% | 0.43% | - |
| HSV(B) | 340.22º | 0.91% | 0.79% | - |
| XYZ | 25.73 | 13.45 | 8.64 | - |
| YUV | 80.26 | 127.3 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 79 | 0 | 0.91 | 0.61 | 0.21 | 340.22 | 0.83 | 0.43 |
| Hex | C9 | 13 | 4F | 0 | 5B | 3D | 15 | 154 | 53 | 2B |
| Octal | 311 | 23 | 117 | 0 | 133 | 75 | 25 | 524 | 123 | 53 |
| Binary | 11001001 | 10011 | 1001111 | 0 | 1011011 | 111101 | 10101 | 101010100 | 1010011 | 101011 |
Color Harmonies of #C9134F
Complementary color
Monochromatic Colors of #C9134F
Black with #C9134F
Text Example
Text Example
White with #C9134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9134F; }
p { color: rgb(201,19,79); }
H1.HeaderClassName
{
color: #C9134F;
}
.AnyTagClassName
{
color: #C9134F;
}
</style>
background-color css
<style>
a { background-color: #C9134F; }
a { background-color: rgb(201,19,79); }
div.DivClassName
{
background-color: #C9134F;
}
.BgClassName
{
background-color: #C9134F;
}
</style>
border-color css
<style>
span { border-color: #C9134F; }
span { border-color: rgb(201,19,79); }
td.TdClassName
{
border-color: #C9134F;
}
.TagClassName
{
border-color: #C9134F;
}
</style>