Shades of Cardinal #C91734
Tints of Cardinal #C91734
RGB
CMYK
RGB Variations
Color information
#C91734 (or 0xC91734) is known color: Cardinal. HEX triplet: C9, 17 and 34. RGB value is (201,23,52). Sum of RGB (Red+Green+Blue) = 201+23+52=276 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.83% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 201 - color contains mainly: red. Hex color #C91734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91734 is #36E8CB. Grayscale: #4F4F4F. Windows color (decimal): -3598540 or 3413961. OLE color: 3413961.
HSL color Cylindrical-coordinate representation of color #C91734: hue angle of 350.22º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91734 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 52 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.21 |
| HSL | 350.22º | 0.79% | 0.44% | - |
| HSV(B) | 350.22º | 0.89% | 0.79% | - |
| XYZ | 25.01 | 13.28 | 4.49 | - |
| YUV | 79.53 | 112.47 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 52 | 0 | 0.89 | 0.74 | 0.21 | 350.22 | 0.79 | 0.44 |
| Hex | C9 | 17 | 34 | 0 | 59 | 4A | 15 | 15E | 4F | 2C |
| Octal | 311 | 27 | 64 | 0 | 131 | 112 | 25 | 536 | 117 | 54 |
| Binary | 11001001 | 10111 | 110100 | 0 | 1011001 | 1001010 | 10101 | 101011110 | 1001111 | 101100 |
Color Harmonies of #C91734
Complementary color
Monochromatic Colors of #C91734
Black with #C91734
Text Example
Text Example
White with #C91734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91734; }
p { color: rgb(201,23,52); }
H1.HeaderClassName
{
color: #C91734;
}
.AnyTagClassName
{
color: #C91734;
}
</style>
background-color css
<style>
a { background-color: #C91734; }
a { background-color: rgb(201,23,52); }
div.DivClassName
{
background-color: #C91734;
}
.BgClassName
{
background-color: #C91734;
}
</style>
border-color css
<style>
span { border-color: #C91734; }
span { border-color: rgb(201,23,52); }
td.TdClassName
{
border-color: #C91734;
}
.TagClassName
{
border-color: #C91734;
}
</style>