Shades of Cardinal #C6263A
Tints of Cardinal #C6263A
RGB
CMYK
RGB Variations
Color information
#C6263A (or 0xC6263A) is known color: Cardinal. HEX triplet: C6, 26 and 3A. RGB value is (198,38,58). Sum of RGB (Red+Green+Blue) = 198+38+58=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C6263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6263A is #39D9C5. Grayscale: #585858. Windows color (decimal): -3791302 or 3811014. OLE color: 3811014.
HSL color Cylindrical-coordinate representation of color #C6263A: hue angle of 352.5º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6263A is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 38 | 58 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.22 |
| HSL | 352.5º | 0.68% | 0.46% | - |
| HSV(B) | 352.5º | 0.81% | 0.78% | - |
| XYZ | 24.75 | 13.7 | 5.34 | - |
| YUV | 88.12 | 111.01 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 58 | 0 | 0.81 | 0.71 | 0.22 | 352.5 | 0.68 | 0.46 |
| Hex | C6 | 26 | 3A | 0 | 51 | 47 | 16 | 160 | 44 | 2E |
| Octal | 306 | 46 | 72 | 0 | 121 | 107 | 26 | 540 | 104 | 56 |
| Binary | 11000110 | 100110 | 111010 | 0 | 1010001 | 1000111 | 10110 | 101100000 | 1000100 | 101110 |
Color Harmonies of #C6263A
Complementary color
Monochromatic Colors of #C6263A
Black with #C6263A
Text Example
Text Example
White with #C6263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6263A; }
p { color: rgb(198,38,58); }
H1.HeaderClassName
{
color: #C6263A;
}
.AnyTagClassName
{
color: #C6263A;
}
</style>
background-color css
<style>
a { background-color: #C6263A; }
a { background-color: rgb(198,38,58); }
div.DivClassName
{
background-color: #C6263A;
}
.BgClassName
{
background-color: #C6263A;
}
</style>
border-color css
<style>
span { border-color: #C6263A; }
span { border-color: rgb(198,38,58); }
td.TdClassName
{
border-color: #C6263A;
}
.TagClassName
{
border-color: #C6263A;
}
</style>