Shades of Cardinal #C62235
Tints of Cardinal #C62235
RGB
CMYK
RGB Variations
Color information
#C62235 (or 0xC62235) is known color: Cardinal. HEX triplet: C6, 22 and 35. RGB value is (198,34,53). Sum of RGB (Red+Green+Blue) = 198+34+53=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C62235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62235 is #39DDCA. Grayscale: #555555. Windows color (decimal): -3792331 or 3482310. OLE color: 3482310.
HSL color Cylindrical-coordinate representation of color #C62235: hue angle of 353.05º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C62235 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 34 | 53 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.22 |
| HSL | 353.05º | 0.71% | 0.45% | - |
| HSV(B) | 353.05º | 0.83% | 0.78% | - |
| XYZ | 24.5 | 13.41 | 4.66 | - |
| YUV | 85.2 | 109.83 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 34 | 53 | 0 | 0.83 | 0.73 | 0.22 | 353.05 | 0.71 | 0.45 |
| Hex | C6 | 22 | 35 | 0 | 53 | 49 | 16 | 161 | 47 | 2D |
| Octal | 306 | 42 | 65 | 0 | 123 | 111 | 26 | 541 | 107 | 55 |
| Binary | 11000110 | 100010 | 110101 | 0 | 1010011 | 1001001 | 10110 | 101100001 | 1000111 | 101101 |
Color Harmonies of #C62235
Complementary color
Monochromatic Colors of #C62235
Black with #C62235
Text Example
Text Example
White with #C62235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62235; }
p { color: rgb(198,34,53); }
H1.HeaderClassName
{
color: #C62235;
}
.AnyTagClassName
{
color: #C62235;
}
</style>
background-color css
<style>
a { background-color: #C62235; }
a { background-color: rgb(198,34,53); }
div.DivClassName
{
background-color: #C62235;
}
.BgClassName
{
background-color: #C62235;
}
</style>
border-color css
<style>
span { border-color: #C62235; }
span { border-color: rgb(198,34,53); }
td.TdClassName
{
border-color: #C62235;
}
.TagClassName
{
border-color: #C62235;
}
</style>