Shades of Cardinal #C42739
Tints of Cardinal #C42739
RGB
CMYK
RGB Variations
Color information
#C42739 (or 0xC42739) is known color: Cardinal. HEX triplet: C4, 27 and 39. RGB value is (196,39,57). Sum of RGB (Red+Green+Blue) = 196+39+57=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C42739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42739 is #3BD8C6. Grayscale: #585858. Windows color (decimal): -3922119 or 3745732. OLE color: 3745732.
HSL color Cylindrical-coordinate representation of color #C42739: hue angle of 353.12º 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 #C42739 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 57 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.23 |
| HSL | 353.12º | 0.67% | 0.46% | - |
| HSV(B) | 353.12º | 0.8% | 0.77% | - |
| XYZ | 24.23 | 13.48 | 5.2 | - |
| YUV | 88 | 110.51 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 57 | 0 | 0.80 | 0.71 | 0.23 | 353.12 | 0.67 | 0.46 |
| Hex | C4 | 27 | 39 | 0 | 50 | 47 | 17 | 161 | 43 | 2E |
| Octal | 304 | 47 | 71 | 0 | 120 | 107 | 27 | 541 | 103 | 56 |
| Binary | 11000100 | 100111 | 111001 | 0 | 1010000 | 1000111 | 10111 | 101100001 | 1000011 | 101110 |
Color Harmonies of #C42739
Complementary color
Monochromatic Colors of #C42739
Black with #C42739
Text Example
Text Example
White with #C42739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42739; }
p { color: rgb(196,39,57); }
H1.HeaderClassName
{
color: #C42739;
}
.AnyTagClassName
{
color: #C42739;
}
</style>
background-color css
<style>
a { background-color: #C42739; }
a { background-color: rgb(196,39,57); }
div.DivClassName
{
background-color: #C42739;
}
.BgClassName
{
background-color: #C42739;
}
</style>
border-color css
<style>
span { border-color: #C42739; }
span { border-color: rgb(196,39,57); }
td.TdClassName
{
border-color: #C42739;
}
.TagClassName
{
border-color: #C42739;
}
</style>