Shades of Cardinal #C62732
Tints of Cardinal #C62732
RGB
CMYK
RGB Variations
Color information
#C62732 (or 0xC62732) is known color: Cardinal. HEX triplet: C6, 27 and 32. RGB value is (198,39,50). Sum of RGB (Red+Green+Blue) = 198+39+50=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C62732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62732 is #39D8CD. Grayscale: #575757. Windows color (decimal): -3791054 or 3286982. OLE color: 3286982.
HSL color Cylindrical-coordinate representation of color #C62732: hue angle of 355.85º 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 #C62732 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 39 | 50 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.22 |
| HSL | 355.85º | 0.67% | 0.46% | - |
| HSV(B) | 355.85º | 0.8% | 0.78% | - |
| XYZ | 24.59 | 13.69 | 4.36 | - |
| YUV | 87.8 | 106.68 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 50 | 0 | 0.80 | 0.75 | 0.22 | 355.85 | 0.67 | 0.46 |
| Hex | C6 | 27 | 32 | 0 | 50 | 4B | 16 | 164 | 43 | 2E |
| Octal | 306 | 47 | 62 | 0 | 120 | 113 | 26 | 544 | 103 | 56 |
| Binary | 11000110 | 100111 | 110010 | 0 | 1010000 | 1001011 | 10110 | 101100100 | 1000011 | 101110 |
Color Harmonies of #C62732
Complementary color
Monochromatic Colors of #C62732
Black with #C62732
Text Example
Text Example
White with #C62732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62732; }
p { color: rgb(198,39,50); }
H1.HeaderClassName
{
color: #C62732;
}
.AnyTagClassName
{
color: #C62732;
}
</style>
background-color css
<style>
a { background-color: #C62732; }
a { background-color: rgb(198,39,50); }
div.DivClassName
{
background-color: #C62732;
}
.BgClassName
{
background-color: #C62732;
}
</style>
border-color css
<style>
span { border-color: #C62732; }
span { border-color: rgb(198,39,50); }
td.TdClassName
{
border-color: #C62732;
}
.TagClassName
{
border-color: #C62732;
}
</style>