Shades of Cardinal #C62431
Tints of Cardinal #C62431
RGB
CMYK
RGB Variations
Color information
#C62431 (or 0xC62431) is known color: Cardinal. HEX triplet: C6, 24 and 31. RGB value is (198,36,49). Sum of RGB (Red+Green+Blue) = 198+36+49=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C62431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62431 is #39DBCE. Grayscale: #565656. Windows color (decimal): -3791823 or 3220678. OLE color: 3220678.
HSL color Cylindrical-coordinate representation of color #C62431: hue angle of 355.19º 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 #C62431 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 36 | 49 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.22 |
| HSL | 355.19º | 0.69% | 0.46% | - |
| HSV(B) | 355.19º | 0.82% | 0.78% | - |
| XYZ | 24.47 | 13.49 | 4.22 | - |
| YUV | 85.92 | 107.17 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 49 | 0 | 0.82 | 0.75 | 0.22 | 355.19 | 0.69 | 0.46 |
| Hex | C6 | 24 | 31 | 0 | 52 | 4B | 16 | 163 | 45 | 2E |
| Octal | 306 | 44 | 61 | 0 | 122 | 113 | 26 | 543 | 105 | 56 |
| Binary | 11000110 | 100100 | 110001 | 0 | 1010010 | 1001011 | 10110 | 101100011 | 1000101 | 101110 |
Color Harmonies of #C62431
Complementary color
Monochromatic Colors of #C62431
Black with #C62431
Text Example
Text Example
White with #C62431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62431; }
p { color: rgb(198,36,49); }
H1.HeaderClassName
{
color: #C62431;
}
.AnyTagClassName
{
color: #C62431;
}
</style>
background-color css
<style>
a { background-color: #C62431; }
a { background-color: rgb(198,36,49); }
div.DivClassName
{
background-color: #C62431;
}
.BgClassName
{
background-color: #C62431;
}
</style>
border-color css
<style>
span { border-color: #C62431; }
span { border-color: rgb(198,36,49); }
td.TdClassName
{
border-color: #C62431;
}
.TagClassName
{
border-color: #C62431;
}
</style>