Shades of Cardinal #C92130
Tints of Cardinal #C92130
RGB
CMYK
RGB Variations
Color information
#C92130 (or 0xC92130) is known color: Cardinal. HEX triplet: C9, 21 and 30. RGB value is (201,33,48). Sum of RGB (Red+Green+Blue) = 201+33+48=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C92130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92130 is #36DECF. Grayscale: #555555. Windows color (decimal): -3595984 or 3154377. OLE color: 3154377.
HSL color Cylindrical-coordinate representation of color #C92130: hue angle of 354.64º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92130 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 48 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.21 |
| HSL | 354.64º | 0.72% | 0.46% | - |
| HSV(B) | 354.64º | 0.84% | 0.79% | - |
| XYZ | 25.16 | 13.72 | 4.12 | - |
| YUV | 84.94 | 107.16 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 48 | 0 | 0.84 | 0.76 | 0.21 | 354.64 | 0.72 | 0.46 |
| Hex | C9 | 21 | 30 | 0 | 54 | 4C | 15 | 163 | 48 | 2E |
| Octal | 311 | 41 | 60 | 0 | 124 | 114 | 25 | 543 | 110 | 56 |
| Binary | 11001001 | 100001 | 110000 | 0 | 1010100 | 1001100 | 10101 | 101100011 | 1001000 | 101110 |
Color Harmonies of #C92130
Complementary color
Monochromatic Colors of #C92130
Black with #C92130
Text Example
Text Example
White with #C92130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92130; }
p { color: rgb(201,33,48); }
H1.HeaderClassName
{
color: #C92130;
}
.AnyTagClassName
{
color: #C92130;
}
</style>
background-color css
<style>
a { background-color: #C92130; }
a { background-color: rgb(201,33,48); }
div.DivClassName
{
background-color: #C92130;
}
.BgClassName
{
background-color: #C92130;
}
</style>
border-color css
<style>
span { border-color: #C92130; }
span { border-color: rgb(201,33,48); }
td.TdClassName
{
border-color: #C92130;
}
.TagClassName
{
border-color: #C92130;
}
</style>