Shades of Cardinal #C42145
Tints of Cardinal #C42145
RGB
CMYK
RGB Variations
Color information
#C42145 (or 0xC42145) is known color: Cardinal. HEX triplet: C4, 21 and 45. RGB value is (196,33,69). Sum of RGB (Red+Green+Blue) = 196+33+69=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C42145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42145 is #3BDEBA. Grayscale: #555555. Windows color (decimal): -3923643 or 4530628. OLE color: 4530628.
HSL color Cylindrical-coordinate representation of color #C42145: hue angle of 346.75º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C42145 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 69 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.23 |
| HSL | 346.75º | 0.71% | 0.45% | - |
| HSV(B) | 346.75º | 0.83% | 0.77% | - |
| XYZ | 24.38 | 13.25 | 6.9 | - |
| YUV | 85.84 | 118.5 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 69 | 0 | 0.83 | 0.65 | 0.23 | 346.75 | 0.71 | 0.45 |
| Hex | C4 | 21 | 45 | 0 | 53 | 41 | 17 | 15B | 47 | 2D |
| Octal | 304 | 41 | 105 | 0 | 123 | 101 | 27 | 533 | 107 | 55 |
| Binary | 11000100 | 100001 | 1000101 | 0 | 1010011 | 1000001 | 10111 | 101011011 | 1000111 | 101101 |
Color Harmonies of #C42145
Complementary color
Monochromatic Colors of #C42145
Black with #C42145
Text Example
Text Example
White with #C42145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42145; }
p { color: rgb(196,33,69); }
H1.HeaderClassName
{
color: #C42145;
}
.AnyTagClassName
{
color: #C42145;
}
</style>
background-color css
<style>
a { background-color: #C42145; }
a { background-color: rgb(196,33,69); }
div.DivClassName
{
background-color: #C42145;
}
.BgClassName
{
background-color: #C42145;
}
</style>
border-color css
<style>
span { border-color: #C42145; }
span { border-color: rgb(196,33,69); }
td.TdClassName
{
border-color: #C42145;
}
.TagClassName
{
border-color: #C42145;
}
</style>