Shades of Cardinal #C40638
Tints of Cardinal #C40638
RGB
CMYK
RGB Variations
Color information
#C40638 (or 0xC40638) is known color: Cardinal. HEX triplet: C4, 06 and 38. RGB value is (196,6,56). Sum of RGB (Red+Green+Blue) = 196+6+56=258 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.97% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 196 - color contains mainly: red. Hex color #C40638 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40638 is #3BF9C7. Grayscale: #444444. Windows color (decimal): -3930568 or 3671748. OLE color: 3671748.
HSL color Cylindrical-coordinate representation of color #C40638: hue angle of 344.21º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40638 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 56 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.23 |
| HSL | 344.21º | 0.94% | 0.4% | - |
| HSV(B) | 344.21º | 0.97% | 0.77% | - |
| XYZ | 23.54 | 12.15 | 4.85 | - |
| YUV | 68.51 | 120.95 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 56 | 0 | 0.97 | 0.71 | 0.23 | 344.21 | 0.94 | 0.4 |
| Hex | C4 | 6 | 38 | 0 | 61 | 47 | 17 | 158 | 5E | 28 |
| Octal | 304 | 6 | 70 | 0 | 141 | 107 | 27 | 530 | 136 | 50 |
| Binary | 11000100 | 110 | 111000 | 0 | 1100001 | 1000111 | 10111 | 101011000 | 1011110 | 101000 |
Color Harmonies of #C40638
Complementary color
Monochromatic Colors of #C40638
Black with #C40638
Text Example
Text Example
White with #C40638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40638; }
p { color: rgb(196,6,56); }
H1.HeaderClassName
{
color: #C40638;
}
.AnyTagClassName
{
color: #C40638;
}
</style>
background-color css
<style>
a { background-color: #C40638; }
a { background-color: rgb(196,6,56); }
div.DivClassName
{
background-color: #C40638;
}
.BgClassName
{
background-color: #C40638;
}
</style>
border-color css
<style>
span { border-color: #C40638; }
span { border-color: rgb(196,6,56); }
td.TdClassName
{
border-color: #C40638;
}
.TagClassName
{
border-color: #C40638;
}
</style>