Shades of Cardinal #C62631
Tints of Cardinal #C62631
RGB
CMYK
RGB Variations
Color information
#C62631 (or 0xC62631) is known color: Cardinal. HEX triplet: C6, 26 and 31. RGB value is (198,38,49). Sum of RGB (Red+Green+Blue) = 198+38+49=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C62631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62631 is #39D9CE. Grayscale: #575757. Windows color (decimal): -3791311 or 3221190. OLE color: 3221190.
HSL color Cylindrical-coordinate representation of color #C62631: hue angle of 355.88º 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 #C62631 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 38 | 49 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.22 |
| HSL | 355.88º | 0.68% | 0.46% | - |
| HSV(B) | 355.88º | 0.81% | 0.78% | - |
| XYZ | 24.54 | 13.61 | 4.24 | - |
| YUV | 87.09 | 106.51 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 49 | 0 | 0.81 | 0.75 | 0.22 | 355.88 | 0.68 | 0.46 |
| Hex | C6 | 26 | 31 | 0 | 51 | 4B | 16 | 164 | 44 | 2E |
| Octal | 306 | 46 | 61 | 0 | 121 | 113 | 26 | 544 | 104 | 56 |
| Binary | 11000110 | 100110 | 110001 | 0 | 1010001 | 1001011 | 10110 | 101100100 | 1000100 | 101110 |
Color Harmonies of #C62631
Complementary color
Monochromatic Colors of #C62631
Black with #C62631
Text Example
Text Example
White with #C62631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62631; }
p { color: rgb(198,38,49); }
H1.HeaderClassName
{
color: #C62631;
}
.AnyTagClassName
{
color: #C62631;
}
</style>
background-color css
<style>
a { background-color: #C62631; }
a { background-color: rgb(198,38,49); }
div.DivClassName
{
background-color: #C62631;
}
.BgClassName
{
background-color: #C62631;
}
</style>
border-color css
<style>
span { border-color: #C62631; }
span { border-color: rgb(198,38,49); }
td.TdClassName
{
border-color: #C62631;
}
.TagClassName
{
border-color: #C62631;
}
</style>