Shades of Cardinal #C62738
Tints of Cardinal #C62738
RGB
CMYK
RGB Variations
Color information
#C62738 (or 0xC62738) is known color: Cardinal. HEX triplet: C6, 27 and 38. RGB value is (198,39,56). Sum of RGB (Red+Green+Blue) = 198+39+56=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C62738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62738 is #39D8C7. Grayscale: #585858. Windows color (decimal): -3791048 or 3680198. OLE color: 3680198.
HSL color Cylindrical-coordinate representation of color #C62738: hue angle of 353.58º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62738 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 39 | 56 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.22 |
| HSL | 353.58º | 0.67% | 0.46% | - |
| HSV(B) | 353.58º | 0.8% | 0.78% | - |
| XYZ | 24.73 | 13.74 | 5.09 | - |
| YUV | 88.48 | 109.68 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 56 | 0 | 0.80 | 0.72 | 0.22 | 353.58 | 0.67 | 0.46 |
| Hex | C6 | 27 | 38 | 0 | 50 | 48 | 16 | 162 | 43 | 2E |
| Octal | 306 | 47 | 70 | 0 | 120 | 110 | 26 | 542 | 103 | 56 |
| Binary | 11000110 | 100111 | 111000 | 0 | 1010000 | 1001000 | 10110 | 101100010 | 1000011 | 101110 |
Color Harmonies of #C62738
Complementary color
Monochromatic Colors of #C62738
Black with #C62738
Text Example
Text Example
White with #C62738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62738; }
p { color: rgb(198,39,56); }
H1.HeaderClassName
{
color: #C62738;
}
.AnyTagClassName
{
color: #C62738;
}
</style>
background-color css
<style>
a { background-color: #C62738; }
a { background-color: rgb(198,39,56); }
div.DivClassName
{
background-color: #C62738;
}
.BgClassName
{
background-color: #C62738;
}
</style>
border-color css
<style>
span { border-color: #C62738; }
span { border-color: rgb(198,39,56); }
td.TdClassName
{
border-color: #C62738;
}
.TagClassName
{
border-color: #C62738;
}
</style>