Shades of Cardinal #C6253E
Tints of Cardinal #C6253E
RGB
CMYK
RGB Variations
Color information
#C6253E (or 0xC6253E) is known color: Cardinal. HEX triplet: C6, 25 and 3E. RGB value is (198,37,62). Sum of RGB (Red+Green+Blue) = 198+37+62=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C6253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6253E is #39DAC1. Grayscale: #585858. Windows color (decimal): -3791554 or 4072902. OLE color: 4072902.
HSL color Cylindrical-coordinate representation of color #C6253E: hue angle of 350.68º 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 #C6253E is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 37 | 62 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.22 |
| HSL | 350.68º | 0.69% | 0.46% | - |
| HSV(B) | 350.68º | 0.81% | 0.78% | - |
| XYZ | 24.82 | 13.68 | 5.89 | - |
| YUV | 87.99 | 113.34 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 62 | 0 | 0.81 | 0.69 | 0.22 | 350.68 | 0.69 | 0.46 |
| Hex | C6 | 25 | 3E | 0 | 51 | 45 | 16 | 15F | 45 | 2E |
| Octal | 306 | 45 | 76 | 0 | 121 | 105 | 26 | 537 | 105 | 56 |
| Binary | 11000110 | 100101 | 111110 | 0 | 1010001 | 1000101 | 10110 | 101011111 | 1000101 | 101110 |
Color Harmonies of #C6253E
Complementary color
Monochromatic Colors of #C6253E
Black with #C6253E
Text Example
Text Example
White with #C6253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6253E; }
p { color: rgb(198,37,62); }
H1.HeaderClassName
{
color: #C6253E;
}
.AnyTagClassName
{
color: #C6253E;
}
</style>
background-color css
<style>
a { background-color: #C6253E; }
a { background-color: rgb(198,37,62); }
div.DivClassName
{
background-color: #C6253E;
}
.BgClassName
{
background-color: #C6253E;
}
</style>
border-color css
<style>
span { border-color: #C6253E; }
span { border-color: rgb(198,37,62); }
td.TdClassName
{
border-color: #C6253E;
}
.TagClassName
{
border-color: #C6253E;
}
</style>