Shades of Cardinal #C42638
Tints of Cardinal #C42638
RGB
CMYK
RGB Variations
Color information
#C42638 (or 0xC42638) is known color: Cardinal. HEX triplet: C4, 26 and 38. RGB value is (196,38,56). Sum of RGB (Red+Green+Blue) = 196+38+56=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C42638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42638 is #3BD9C7. Grayscale: #575757. Windows color (decimal): -3922376 or 3679940. OLE color: 3679940.
HSL color Cylindrical-coordinate representation of color #C42638: hue angle of 353.16º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42638 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 56 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.23 |
| HSL | 353.16º | 0.68% | 0.46% | - |
| HSV(B) | 353.16º | 0.81% | 0.77% | - |
| XYZ | 24.17 | 13.41 | 5.06 | - |
| YUV | 87.29 | 110.35 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 56 | 0 | 0.81 | 0.71 | 0.23 | 353.16 | 0.68 | 0.46 |
| Hex | C4 | 26 | 38 | 0 | 51 | 47 | 17 | 161 | 44 | 2E |
| Octal | 304 | 46 | 70 | 0 | 121 | 107 | 27 | 541 | 104 | 56 |
| Binary | 11000100 | 100110 | 111000 | 0 | 1010001 | 1000111 | 10111 | 101100001 | 1000100 | 101110 |
Color Harmonies of #C42638
Complementary color
Monochromatic Colors of #C42638
Black with #C42638
Text Example
Text Example
White with #C42638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42638; }
p { color: rgb(196,38,56); }
H1.HeaderClassName
{
color: #C42638;
}
.AnyTagClassName
{
color: #C42638;
}
</style>
background-color css
<style>
a { background-color: #C42638; }
a { background-color: rgb(196,38,56); }
div.DivClassName
{
background-color: #C42638;
}
.BgClassName
{
background-color: #C42638;
}
</style>
border-color css
<style>
span { border-color: #C42638; }
span { border-color: rgb(196,38,56); }
td.TdClassName
{
border-color: #C42638;
}
.TagClassName
{
border-color: #C42638;
}
</style>