Shades of Cardinal #C7243F
Tints of Cardinal #C7243F
RGB
CMYK
RGB Variations
Color information
#C7243F (or 0xC7243F) is known color: Cardinal. HEX triplet: C7, 24 and 3F. RGB value is (199,36,63). Sum of RGB (Red+Green+Blue) = 199+36+63=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C7243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7243F is #38DBC0. Grayscale: #575757. Windows color (decimal): -3726273 or 4138183. OLE color: 4138183.
HSL color Cylindrical-coordinate representation of color #C7243F: hue angle of 350.06º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7243F is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 63 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.22 |
| HSL | 350.06º | 0.69% | 0.46% | - |
| HSV(B) | 350.06º | 0.82% | 0.78% | - |
| XYZ | 25.08 | 13.76 | 6.04 | - |
| YUV | 87.82 | 114 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 63 | 0 | 0.82 | 0.68 | 0.22 | 350.06 | 0.69 | 0.46 |
| Hex | C7 | 24 | 3F | 0 | 52 | 44 | 16 | 15E | 45 | 2E |
| Octal | 307 | 44 | 77 | 0 | 122 | 104 | 26 | 536 | 105 | 56 |
| Binary | 11000111 | 100100 | 111111 | 0 | 1010010 | 1000100 | 10110 | 101011110 | 1000101 | 101110 |
Color Harmonies of #C7243F
Complementary color
Monochromatic Colors of #C7243F
Black with #C7243F
Text Example
Text Example
White with #C7243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7243F; }
p { color: rgb(199,36,63); }
H1.HeaderClassName
{
color: #C7243F;
}
.AnyTagClassName
{
color: #C7243F;
}
</style>
background-color css
<style>
a { background-color: #C7243F; }
a { background-color: rgb(199,36,63); }
div.DivClassName
{
background-color: #C7243F;
}
.BgClassName
{
background-color: #C7243F;
}
</style>
border-color css
<style>
span { border-color: #C7243F; }
span { border-color: rgb(199,36,63); }
td.TdClassName
{
border-color: #C7243F;
}
.TagClassName
{
border-color: #C7243F;
}
</style>