Shades of Cardinal #C90E43
Tints of Cardinal #C90E43
RGB
CMYK
RGB Variations
Color information
#C90E43 (or 0xC90E43) is known color: Cardinal. HEX triplet: C9, 0E and 43. RGB value is (201,14,67). Sum of RGB (Red+Green+Blue) = 201+14+67=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C90E43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90E43 is #36F1BC. Grayscale: #4B4B4B. Windows color (decimal): -3600829 or 4394697. OLE color: 4394697.
HSL color Cylindrical-coordinate representation of color #C90E43: hue angle of 342.99º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90E43 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 14 | 67 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.21 |
| HSL | 342.99º | 0.87% | 0.42% | - |
| HSV(B) | 342.99º | 0.93% | 0.79% | - |
| XYZ | 25.26 | 13.14 | 6.51 | - |
| YUV | 75.96 | 122.95 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 14 | 67 | 0 | 0.93 | 0.67 | 0.21 | 342.99 | 0.87 | 0.42 |
| Hex | C9 | E | 43 | 0 | 5D | 43 | 15 | 157 | 57 | 2A |
| Octal | 311 | 16 | 103 | 0 | 135 | 103 | 25 | 527 | 127 | 52 |
| Binary | 11001001 | 1110 | 1000011 | 0 | 1011101 | 1000011 | 10101 | 101010111 | 1010111 | 101010 |
Color Harmonies of #C90E43
Complementary color
Monochromatic Colors of #C90E43
Black with #C90E43
Text Example
Text Example
White with #C90E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90E43; }
p { color: rgb(201,14,67); }
H1.HeaderClassName
{
color: #C90E43;
}
.AnyTagClassName
{
color: #C90E43;
}
</style>
background-color css
<style>
a { background-color: #C90E43; }
a { background-color: rgb(201,14,67); }
div.DivClassName
{
background-color: #C90E43;
}
.BgClassName
{
background-color: #C90E43;
}
</style>
border-color css
<style>
span { border-color: #C90E43; }
span { border-color: rgb(201,14,67); }
td.TdClassName
{
border-color: #C90E43;
}
.TagClassName
{
border-color: #C90E43;
}
</style>