Shades of Cardinal #C6253C
Tints of Cardinal #C6253C
RGB
CMYK
RGB Variations
Color information
#C6253C (or 0xC6253C) is known color: Cardinal. HEX triplet: C6, 25 and 3C. RGB value is (198,37,60). Sum of RGB (Red+Green+Blue) = 198+37+60=295 (39% of max value = 765). Red value is 198 (77.73% from 255 or 67.12% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 198 - color contains mainly: red. Hex color #C6253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6253C is #39DAC3. Grayscale: #575757. Windows color (decimal): -3791556 or 3941830. OLE color: 3941830.
HSL color Cylindrical-coordinate representation of color #C6253C: hue angle of 351.43º degrees, saturation: 0.69, 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 #C6253C is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 37 | 60 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.22 |
| HSL | 351.43º | 0.69% | 0.46% | - |
| HSV(B) | 351.43º | 0.81% | 0.78% | - |
| XYZ | 24.77 | 13.66 | 5.61 | - |
| YUV | 87.76 | 112.34 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 60 | 0 | 0.81 | 0.70 | 0.22 | 351.43 | 0.69 | 0.46 |
| Hex | C6 | 25 | 3C | 0 | 51 | 46 | 16 | 15F | 45 | 2E |
| Octal | 306 | 45 | 74 | 0 | 121 | 106 | 26 | 537 | 105 | 56 |
| Binary | 11000110 | 100101 | 111100 | 0 | 1010001 | 1000110 | 10110 | 101011111 | 1000101 | 101110 |
Color Harmonies of #C6253C
Complementary color
Monochromatic Colors of #C6253C
Black with #C6253C
Text Example
Text Example
White with #C6253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6253C; }
p { color: rgb(198,37,60); }
H1.HeaderClassName
{
color: #C6253C;
}
.AnyTagClassName
{
color: #C6253C;
}
</style>
background-color css
<style>
a { background-color: #C6253C; }
a { background-color: rgb(198,37,60); }
div.DivClassName
{
background-color: #C6253C;
}
.BgClassName
{
background-color: #C6253C;
}
</style>
border-color css
<style>
span { border-color: #C6253C; }
span { border-color: rgb(198,37,60); }
td.TdClassName
{
border-color: #C6253C;
}
.TagClassName
{
border-color: #C6253C;
}
</style>