Shades of Cardinal #C40038
Tints of Cardinal #C40038
RGB
CMYK
RGB Variations
Color information
#C40038 (or 0xC40038) is known color: Cardinal. HEX triplet: C4, 00 and 38. RGB value is (196,0,56). Sum of RGB (Red+Green+Blue) = 196+0+56=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C40038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40038 is #3BFFC7. Grayscale: #404040. Windows color (decimal): -3932104 or 3670212. OLE color: 3670212.
HSL color Cylindrical-coordinate representation of color #C40038: hue angle of 342.86º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C40038 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.71 | 0.23 |
| HSL | 342.86º | 1% | 0.38% | - |
| HSV(B) | 342.86º | 1% | 0.77% | - |
| XYZ | 23.48 | 12.02 | 4.82 | - |
| YUV | 64.99 | 122.93 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 56 | 0 | 1 | 0.71 | 0.23 | 342.86 | 1 | 0.38 |
| Hex | C4 | 0 | 38 | 0 | 64 | 47 | 17 | 157 | 64 | 26 |
| Octal | 304 | 0 | 70 | 0 | 144 | 107 | 27 | 527 | 144 | 46 |
| Binary | 11000100 | 0 | 111000 | 0 | 1100100 | 1000111 | 10111 | 101010111 | 1100100 | 100110 |
Color Harmonies of #C40038
Complementary color
Monochromatic Colors of #C40038
Black with #C40038
Text Example
Text Example
White with #C40038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40038; }
p { color: rgb(196,0,56); }
H1.HeaderClassName
{
color: #C40038;
}
.AnyTagClassName
{
color: #C40038;
}
</style>
background-color css
<style>
a { background-color: #C40038; }
a { background-color: rgb(196,0,56); }
div.DivClassName
{
background-color: #C40038;
}
.BgClassName
{
background-color: #C40038;
}
</style>
border-color css
<style>
span { border-color: #C40038; }
span { border-color: rgb(196,0,56); }
td.TdClassName
{
border-color: #C40038;
}
.TagClassName
{
border-color: #C40038;
}
</style>