Shades of Cardinal #C4242D
Tints of Cardinal #C4242D
RGB
CMYK
RGB Variations
Color information
#C4242D (or 0xC4242D) is known color: Cardinal. HEX triplet: C4, 24 and 2D. RGB value is (196,36,45). Sum of RGB (Red+Green+Blue) = 196+36+45=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C4242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4242D is #3BDBD2. Grayscale: #545454. Windows color (decimal): -3922899 or 2958532. OLE color: 2958532.
HSL color Cylindrical-coordinate representation of color #C4242D: hue angle of 356.62º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4242D is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 45 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.23 |
| HSL | 356.63º | 0.69% | 0.45% | - |
| HSV(B) | 356.63º | 0.82% | 0.77% | - |
| XYZ | 23.87 | 13.19 | 3.77 | - |
| YUV | 84.87 | 105.51 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 45 | 0 | 0.82 | 0.77 | 0.23 | 356.63 | 0.69 | 0.45 |
| Hex | C4 | 24 | 2D | 0 | 52 | 4D | 17 | 165 | 45 | 2D |
| Octal | 304 | 44 | 55 | 0 | 122 | 115 | 27 | 545 | 105 | 55 |
| Binary | 11000100 | 100100 | 101101 | 0 | 1010010 | 1001101 | 10111 | 101100101 | 1000101 | 101101 |
Color Harmonies of #C4242D
Complementary color
Monochromatic Colors of #C4242D
Black with #C4242D
Text Example
Text Example
White with #C4242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4242D; }
p { color: rgb(196,36,45); }
H1.HeaderClassName
{
color: #C4242D;
}
.AnyTagClassName
{
color: #C4242D;
}
</style>
background-color css
<style>
a { background-color: #C4242D; }
a { background-color: rgb(196,36,45); }
div.DivClassName
{
background-color: #C4242D;
}
.BgClassName
{
background-color: #C4242D;
}
</style>
border-color css
<style>
span { border-color: #C4242D; }
span { border-color: rgb(196,36,45); }
td.TdClassName
{
border-color: #C4242D;
}
.TagClassName
{
border-color: #C4242D;
}
</style>