Shades of Cardinal #C40231
Tints of Cardinal #C40231
RGB
CMYK
RGB Variations
Color information
#C40231 (or 0xC40231) is known color: Cardinal. HEX triplet: C4, 02 and 31. RGB value is (196,2,49). Sum of RGB (Red+Green+Blue) = 196+2+49=247 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.35% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 196 - color contains mainly: red. Hex color #C40231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40231 is #3BFDCE. Grayscale: #414141. Windows color (decimal): -3931599 or 3211972. OLE color: 3211972.
HSL color Cylindrical-coordinate representation of color #C40231: hue angle of 345.46º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C40231 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 2 | 49 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.23 |
| HSL | 345.46º | 0.98% | 0.39% | - |
| HSV(B) | 345.46º | 0.99% | 0.77% | - |
| XYZ | 23.34 | 12 | 3.99 | - |
| YUV | 65.36 | 118.77 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 2 | 49 | 0 | 0.99 | 0.75 | 0.23 | 345.46 | 0.98 | 0.39 |
| Hex | C4 | 2 | 31 | 0 | 63 | 4B | 17 | 159 | 62 | 27 |
| Octal | 304 | 2 | 61 | 0 | 143 | 113 | 27 | 531 | 142 | 47 |
| Binary | 11000100 | 10 | 110001 | 0 | 1100011 | 1001011 | 10111 | 101011001 | 1100010 | 100111 |
Color Harmonies of #C40231
Complementary color
Monochromatic Colors of #C40231
Black with #C40231
Text Example
Text Example
White with #C40231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40231; }
p { color: rgb(196,2,49); }
H1.HeaderClassName
{
color: #C40231;
}
.AnyTagClassName
{
color: #C40231;
}
</style>
background-color css
<style>
a { background-color: #C40231; }
a { background-color: rgb(196,2,49); }
div.DivClassName
{
background-color: #C40231;
}
.BgClassName
{
background-color: #C40231;
}
</style>
border-color css
<style>
span { border-color: #C40231; }
span { border-color: rgb(196,2,49); }
td.TdClassName
{
border-color: #C40231;
}
.TagClassName
{
border-color: #C40231;
}
</style>