Shades of Cardinal #C4252E
Tints of Cardinal #C4252E
RGB
CMYK
RGB Variations
Color information
#C4252E (or 0xC4252E) is known color: Cardinal. HEX triplet: C4, 25 and 2E. RGB value is (196,37,46). Sum of RGB (Red+Green+Blue) = 196+37+46=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C4252E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4252E is #3BDAD1. Grayscale: #555555. Windows color (decimal): -3922642 or 3024324. OLE color: 3024324.
HSL color Cylindrical-coordinate representation of color #C4252E: hue angle of 356.6º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4252E is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 46 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.23 |
| HSL | 356.6º | 0.68% | 0.46% | - |
| HSV(B) | 356.6º | 0.81% | 0.77% | - |
| XYZ | 23.92 | 13.26 | 3.88 | - |
| YUV | 85.57 | 105.68 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 46 | 0 | 0.81 | 0.77 | 0.23 | 356.6 | 0.68 | 0.46 |
| Hex | C4 | 25 | 2E | 0 | 51 | 4D | 17 | 165 | 44 | 2E |
| Octal | 304 | 45 | 56 | 0 | 121 | 115 | 27 | 545 | 104 | 56 |
| Binary | 11000100 | 100101 | 101110 | 0 | 1010001 | 1001101 | 10111 | 101100101 | 1000100 | 101110 |
Color Harmonies of #C4252E
Complementary color
Monochromatic Colors of #C4252E
Black with #C4252E
Text Example
Text Example
White with #C4252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4252E; }
p { color: rgb(196,37,46); }
H1.HeaderClassName
{
color: #C4252E;
}
.AnyTagClassName
{
color: #C4252E;
}
</style>
background-color css
<style>
a { background-color: #C4252E; }
a { background-color: rgb(196,37,46); }
div.DivClassName
{
background-color: #C4252E;
}
.BgClassName
{
background-color: #C4252E;
}
</style>
border-color css
<style>
span { border-color: #C4252E; }
span { border-color: rgb(196,37,46); }
td.TdClassName
{
border-color: #C4252E;
}
.TagClassName
{
border-color: #C4252E;
}
</style>