Shades of Cardinal #C92737
Tints of Cardinal #C92737
RGB
CMYK
RGB Variations
Color information
#C92737 (or 0xC92737) is known color: Cardinal. HEX triplet: C9, 27 and 37. RGB value is (201,39,55). Sum of RGB (Red+Green+Blue) = 201+39+55=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C92737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92737 is #36D8C8. Grayscale: #595959. Windows color (decimal): -3594441 or 3614665. OLE color: 3614665.
HSL color Cylindrical-coordinate representation of color #C92737: hue angle of 354.07º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92737 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 55 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.21 |
| HSL | 354.07º | 0.68% | 0.47% | - |
| HSV(B) | 354.07º | 0.81% | 0.79% | - |
| XYZ | 25.5 | 14.14 | 5 | - |
| YUV | 89.26 | 108.67 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 55 | 0 | 0.81 | 0.73 | 0.21 | 354.07 | 0.68 | 0.47 |
| Hex | C9 | 27 | 37 | 0 | 51 | 49 | 15 | 162 | 44 | 2F |
| Octal | 311 | 47 | 67 | 0 | 121 | 111 | 25 | 542 | 104 | 57 |
| Binary | 11001001 | 100111 | 110111 | 0 | 1010001 | 1001001 | 10101 | 101100010 | 1000100 | 101111 |
Color Harmonies of #C92737
Complementary color
Monochromatic Colors of #C92737
Black with #C92737
Text Example
Text Example
White with #C92737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92737; }
p { color: rgb(201,39,55); }
H1.HeaderClassName
{
color: #C92737;
}
.AnyTagClassName
{
color: #C92737;
}
</style>
background-color css
<style>
a { background-color: #C92737; }
a { background-color: rgb(201,39,55); }
div.DivClassName
{
background-color: #C92737;
}
.BgClassName
{
background-color: #C92737;
}
</style>
border-color css
<style>
span { border-color: #C92737; }
span { border-color: rgb(201,39,55); }
td.TdClassName
{
border-color: #C92737;
}
.TagClassName
{
border-color: #C92737;
}
</style>