Shades of Cardinal #C6252E
Tints of Cardinal #C6252E
RGB
CMYK
RGB Variations
Color information
#C6252E (or 0xC6252E) is known color: Cardinal. HEX triplet: C6, 25 and 2E. RGB value is (198,37,46). Sum of RGB (Red+Green+Blue) = 198+37+46=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C6252E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6252E is #39DAD1. Grayscale: #565656. Windows color (decimal): -3791570 or 3024326. OLE color: 3024326.
HSL color Cylindrical-coordinate representation of color #C6252E: hue angle of 356.65º 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 #C6252E is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 37 | 46 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.22 |
| HSL | 356.65º | 0.69% | 0.46% | - |
| HSV(B) | 356.65º | 0.81% | 0.78% | - |
| XYZ | 24.44 | 13.53 | 3.91 | - |
| YUV | 86.17 | 105.34 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 46 | 0 | 0.81 | 0.77 | 0.22 | 356.65 | 0.69 | 0.46 |
| Hex | C6 | 25 | 2E | 0 | 51 | 4D | 16 | 165 | 45 | 2E |
| Octal | 306 | 45 | 56 | 0 | 121 | 115 | 26 | 545 | 105 | 56 |
| Binary | 11000110 | 100101 | 101110 | 0 | 1010001 | 1001101 | 10110 | 101100101 | 1000101 | 101110 |
Color Harmonies of #C6252E
Complementary color
Monochromatic Colors of #C6252E
Black with #C6252E
Text Example
Text Example
White with #C6252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6252E; }
p { color: rgb(198,37,46); }
H1.HeaderClassName
{
color: #C6252E;
}
.AnyTagClassName
{
color: #C6252E;
}
</style>
background-color css
<style>
a { background-color: #C6252E; }
a { background-color: rgb(198,37,46); }
div.DivClassName
{
background-color: #C6252E;
}
.BgClassName
{
background-color: #C6252E;
}
</style>
border-color css
<style>
span { border-color: #C6252E; }
span { border-color: rgb(198,37,46); }
td.TdClassName
{
border-color: #C6252E;
}
.TagClassName
{
border-color: #C6252E;
}
</style>