Shades of Cardinal #C91C3C
Tints of Cardinal #C91C3C
RGB
CMYK
RGB Variations
Color information
#C91C3C (or 0xC91C3C) is known color: Cardinal. HEX triplet: C9, 1C and 3C. RGB value is (201,28,60). Sum of RGB (Red+Green+Blue) = 201+28+60=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C91C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91C3C is #36E3C3. Grayscale: #535353. Windows color (decimal): -3597252 or 3939529. OLE color: 3939529.
HSL color Cylindrical-coordinate representation of color #C91C3C: hue angle of 348.9º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91C3C is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 28 | 60 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.21 |
| HSL | 348.9º | 0.76% | 0.45% | - |
| HSV(B) | 348.9º | 0.86% | 0.79% | - |
| XYZ | 25.32 | 13.57 | 5.56 | - |
| YUV | 83.38 | 114.81 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 28 | 60 | 0 | 0.86 | 0.70 | 0.21 | 348.9 | 0.76 | 0.45 |
| Hex | C9 | 1C | 3C | 0 | 56 | 46 | 15 | 15D | 4C | 2D |
| Octal | 311 | 34 | 74 | 0 | 126 | 106 | 25 | 535 | 114 | 55 |
| Binary | 11001001 | 11100 | 111100 | 0 | 1010110 | 1000110 | 10101 | 101011101 | 1001100 | 101101 |
Color Harmonies of #C91C3C
Complementary color
Monochromatic Colors of #C91C3C
Black with #C91C3C
Text Example
Text Example
White with #C91C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91C3C; }
p { color: rgb(201,28,60); }
H1.HeaderClassName
{
color: #C91C3C;
}
.AnyTagClassName
{
color: #C91C3C;
}
</style>
background-color css
<style>
a { background-color: #C91C3C; }
a { background-color: rgb(201,28,60); }
div.DivClassName
{
background-color: #C91C3C;
}
.BgClassName
{
background-color: #C91C3C;
}
</style>
border-color css
<style>
span { border-color: #C91C3C; }
span { border-color: rgb(201,28,60); }
td.TdClassName
{
border-color: #C91C3C;
}
.TagClassName
{
border-color: #C91C3C;
}
</style>