Shades of Cardinal #C42343
Tints of Cardinal #C42343
RGB
CMYK
RGB Variations
Color information
#C42343 (or 0xC42343) is known color: Cardinal. HEX triplet: C4, 23 and 43. RGB value is (196,35,67). Sum of RGB (Red+Green+Blue) = 196+35+67=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C42343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42343 is #3BDCBC. Grayscale: #565656. Windows color (decimal): -3923133 or 4400068. OLE color: 4400068.
HSL color Cylindrical-coordinate representation of color #C42343: hue angle of 348.07º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42343 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 67 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.23 |
| HSL | 348.07º | 0.7% | 0.45% | - |
| HSV(B) | 348.07º | 0.82% | 0.77% | - |
| XYZ | 24.38 | 13.34 | 6.6 | - |
| YUV | 86.79 | 116.84 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 67 | 0 | 0.82 | 0.66 | 0.23 | 348.07 | 0.7 | 0.45 |
| Hex | C4 | 23 | 43 | 0 | 52 | 42 | 17 | 15C | 46 | 2D |
| Octal | 304 | 43 | 103 | 0 | 122 | 102 | 27 | 534 | 106 | 55 |
| Binary | 11000100 | 100011 | 1000011 | 0 | 1010010 | 1000010 | 10111 | 101011100 | 1000110 | 101101 |
Color Harmonies of #C42343
Complementary color
Monochromatic Colors of #C42343
Black with #C42343
Text Example
Text Example
White with #C42343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42343; }
p { color: rgb(196,35,67); }
H1.HeaderClassName
{
color: #C42343;
}
.AnyTagClassName
{
color: #C42343;
}
</style>
background-color css
<style>
a { background-color: #C42343; }
a { background-color: rgb(196,35,67); }
div.DivClassName
{
background-color: #C42343;
}
.BgClassName
{
background-color: #C42343;
}
</style>
border-color css
<style>
span { border-color: #C42343; }
span { border-color: rgb(196,35,67); }
td.TdClassName
{
border-color: #C42343;
}
.TagClassName
{
border-color: #C42343;
}
</style>