Shades of Cardinal #C42733
Tints of Cardinal #C42733
RGB
CMYK
RGB Variations
Color information
#C42733 (or 0xC42733) is known color: Cardinal. HEX triplet: C4, 27 and 33. RGB value is (196,39,51). Sum of RGB (Red+Green+Blue) = 196+39+51=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C42733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42733 is #3BD8CC. Grayscale: #575757. Windows color (decimal): -3922125 or 3352516. OLE color: 3352516.
HSL color Cylindrical-coordinate representation of color #C42733: hue angle of 355.41º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42733 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 51 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.23 |
| HSL | 355.41º | 0.67% | 0.46% | - |
| HSV(B) | 355.41º | 0.8% | 0.77% | - |
| XYZ | 24.09 | 13.43 | 4.45 | - |
| YUV | 87.31 | 107.51 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 51 | 0 | 0.80 | 0.74 | 0.23 | 355.41 | 0.67 | 0.46 |
| Hex | C4 | 27 | 33 | 0 | 50 | 4A | 17 | 163 | 43 | 2E |
| Octal | 304 | 47 | 63 | 0 | 120 | 112 | 27 | 543 | 103 | 56 |
| Binary | 11000100 | 100111 | 110011 | 0 | 1010000 | 1001010 | 10111 | 101100011 | 1000011 | 101110 |
Color Harmonies of #C42733
Complementary color
Monochromatic Colors of #C42733
Black with #C42733
Text Example
Text Example
White with #C42733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42733; }
p { color: rgb(196,39,51); }
H1.HeaderClassName
{
color: #C42733;
}
.AnyTagClassName
{
color: #C42733;
}
</style>
background-color css
<style>
a { background-color: #C42733; }
a { background-color: rgb(196,39,51); }
div.DivClassName
{
background-color: #C42733;
}
.BgClassName
{
background-color: #C42733;
}
</style>
border-color css
<style>
span { border-color: #C42733; }
span { border-color: rgb(196,39,51); }
td.TdClassName
{
border-color: #C42733;
}
.TagClassName
{
border-color: #C42733;
}
</style>