Shades of Cardinal #C92143
Tints of Cardinal #C92143
RGB
CMYK
RGB Variations
Color information
#C92143 (or 0xC92143) is known color: Cardinal. HEX triplet: C9, 21 and 43. RGB value is (201,33,67). Sum of RGB (Red+Green+Blue) = 201+33+67=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C92143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92143 is #36DEBC. Grayscale: #575757. Windows color (decimal): -3595965 or 4399561. OLE color: 4399561.
HSL color Cylindrical-coordinate representation of color #C92143: hue angle of 347.86º 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 #C92143 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 67 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.21 |
| HSL | 347.86º | 0.72% | 0.46% | - |
| HSV(B) | 347.86º | 0.84% | 0.79% | - |
| XYZ | 25.64 | 13.91 | 6.64 | - |
| YUV | 87.11 | 116.66 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 67 | 0 | 0.84 | 0.67 | 0.21 | 347.86 | 0.72 | 0.46 |
| Hex | C9 | 21 | 43 | 0 | 54 | 43 | 15 | 15C | 48 | 2E |
| Octal | 311 | 41 | 103 | 0 | 124 | 103 | 25 | 534 | 110 | 56 |
| Binary | 11001001 | 100001 | 1000011 | 0 | 1010100 | 1000011 | 10101 | 101011100 | 1001000 | 101110 |
Color Harmonies of #C92143
Complementary color
Monochromatic Colors of #C92143
Black with #C92143
Text Example
Text Example
White with #C92143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92143; }
p { color: rgb(201,33,67); }
H1.HeaderClassName
{
color: #C92143;
}
.AnyTagClassName
{
color: #C92143;
}
</style>
background-color css
<style>
a { background-color: #C92143; }
a { background-color: rgb(201,33,67); }
div.DivClassName
{
background-color: #C92143;
}
.BgClassName
{
background-color: #C92143;
}
</style>
border-color css
<style>
span { border-color: #C92143; }
span { border-color: rgb(201,33,67); }
td.TdClassName
{
border-color: #C92143;
}
.TagClassName
{
border-color: #C92143;
}
</style>