Shades of Cardinal #C62334
Tints of Cardinal #C62334
RGB
CMYK
RGB Variations
Color information
#C62334 (or 0xC62334) is known color: Cardinal. HEX triplet: C6, 23 and 34. RGB value is (198,35,52). Sum of RGB (Red+Green+Blue) = 198+35+52=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C62334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62334 is #39DCCB. Grayscale: #555555. Windows color (decimal): -3792076 or 3417030. OLE color: 3417030.
HSL color Cylindrical-coordinate representation of color #C62334: hue angle of 353.74º degrees, saturation: 0.7, 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 #C62334 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 52 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.22 |
| HSL | 353.74º | 0.7% | 0.46% | - |
| HSV(B) | 353.74º | 0.82% | 0.78% | - |
| XYZ | 24.51 | 13.46 | 4.55 | - |
| YUV | 85.68 | 109 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 52 | 0 | 0.82 | 0.74 | 0.22 | 353.74 | 0.7 | 0.46 |
| Hex | C6 | 23 | 34 | 0 | 52 | 4A | 16 | 162 | 46 | 2E |
| Octal | 306 | 43 | 64 | 0 | 122 | 112 | 26 | 542 | 106 | 56 |
| Binary | 11000110 | 100011 | 110100 | 0 | 1010010 | 1001010 | 10110 | 101100010 | 1000110 | 101110 |
Color Harmonies of #C62334
Complementary color
Monochromatic Colors of #C62334
Black with #C62334
Text Example
Text Example
White with #C62334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62334; }
p { color: rgb(198,35,52); }
H1.HeaderClassName
{
color: #C62334;
}
.AnyTagClassName
{
color: #C62334;
}
</style>
background-color css
<style>
a { background-color: #C62334; }
a { background-color: rgb(198,35,52); }
div.DivClassName
{
background-color: #C62334;
}
.BgClassName
{
background-color: #C62334;
}
</style>
border-color css
<style>
span { border-color: #C62334; }
span { border-color: rgb(198,35,52); }
td.TdClassName
{
border-color: #C62334;
}
.TagClassName
{
border-color: #C62334;
}
</style>