Shades of Cardinal #C7243B
Tints of Cardinal #C7243B
RGB
CMYK
RGB Variations
Color information
#C7243B (or 0xC7243B) is known color: Cardinal. HEX triplet: C7, 24 and 3B. RGB value is (199,36,59). Sum of RGB (Red+Green+Blue) = 199+36+59=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C7243B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7243B is #38DBC4. Grayscale: #575757. Windows color (decimal): -3726277 or 3876039. OLE color: 3876039.
HSL color Cylindrical-coordinate representation of color #C7243B: hue angle of 351.53º 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 #C7243B is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 59 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.22 |
| HSL | 351.53º | 0.69% | 0.46% | - |
| HSV(B) | 351.53º | 0.82% | 0.78% | - |
| XYZ | 24.97 | 13.72 | 5.47 | - |
| YUV | 87.36 | 112 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 59 | 0 | 0.82 | 0.70 | 0.22 | 351.53 | 0.69 | 0.46 |
| Hex | C7 | 24 | 3B | 0 | 52 | 46 | 16 | 160 | 45 | 2E |
| Octal | 307 | 44 | 73 | 0 | 122 | 106 | 26 | 540 | 105 | 56 |
| Binary | 11000111 | 100100 | 111011 | 0 | 1010010 | 1000110 | 10110 | 101100000 | 1000101 | 101110 |
Color Harmonies of #C7243B
Complementary color
Monochromatic Colors of #C7243B
Black with #C7243B
Text Example
Text Example
White with #C7243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7243B; }
p { color: rgb(199,36,59); }
H1.HeaderClassName
{
color: #C7243B;
}
.AnyTagClassName
{
color: #C7243B;
}
</style>
background-color css
<style>
a { background-color: #C7243B; }
a { background-color: rgb(199,36,59); }
div.DivClassName
{
background-color: #C7243B;
}
.BgClassName
{
background-color: #C7243B;
}
</style>
border-color css
<style>
span { border-color: #C7243B; }
span { border-color: rgb(199,36,59); }
td.TdClassName
{
border-color: #C7243B;
}
.TagClassName
{
border-color: #C7243B;
}
</style>