Shades of Cardinal #C4243F
Tints of Cardinal #C4243F
RGB
CMYK
RGB Variations
Color information
#C4243F (or 0xC4243F) is known color: Cardinal. HEX triplet: C4, 24 and 3F. RGB value is (196,36,63). Sum of RGB (Red+Green+Blue) = 196+36+63=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C4243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4243F is #3BDBC0. Grayscale: #565656. Windows color (decimal): -3922881 or 4138180. OLE color: 4138180.
HSL color Cylindrical-coordinate representation of color #C4243F: hue angle of 349.88º 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 #C4243F is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 63 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.23 |
| HSL | 349.88º | 0.69% | 0.45% | - |
| HSV(B) | 349.88º | 0.82% | 0.77% | - |
| XYZ | 24.29 | 13.36 | 6 | - |
| YUV | 86.92 | 114.51 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 63 | 0 | 0.82 | 0.68 | 0.23 | 349.88 | 0.69 | 0.45 |
| Hex | C4 | 24 | 3F | 0 | 52 | 44 | 17 | 15E | 45 | 2D |
| Octal | 304 | 44 | 77 | 0 | 122 | 104 | 27 | 536 | 105 | 55 |
| Binary | 11000100 | 100100 | 111111 | 0 | 1010010 | 1000100 | 10111 | 101011110 | 1000101 | 101101 |
Color Harmonies of #C4243F
Complementary color
Monochromatic Colors of #C4243F
Black with #C4243F
Text Example
Text Example
White with #C4243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4243F; }
p { color: rgb(196,36,63); }
H1.HeaderClassName
{
color: #C4243F;
}
.AnyTagClassName
{
color: #C4243F;
}
</style>
background-color css
<style>
a { background-color: #C4243F; }
a { background-color: rgb(196,36,63); }
div.DivClassName
{
background-color: #C4243F;
}
.BgClassName
{
background-color: #C4243F;
}
</style>
border-color css
<style>
span { border-color: #C4243F; }
span { border-color: rgb(196,36,63); }
td.TdClassName
{
border-color: #C4243F;
}
.TagClassName
{
border-color: #C4243F;
}
</style>