Shades of Cardinal #C4143C
Tints of Cardinal #C4143C
RGB
CMYK
RGB Variations
Color information
#C4143C (or 0xC4143C) is known color: Cardinal. HEX triplet: C4, 14 and 3C. RGB value is (196,20,60). Sum of RGB (Red+Green+Blue) = 196+20+60=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C4143C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4143C is #3BEBC3. Grayscale: #4D4D4D. Windows color (decimal): -3926980 or 3937476. OLE color: 3937476.
HSL color Cylindrical-coordinate representation of color #C4143C: hue angle of 346.36º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4143C is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 20 | 60 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.23 |
| HSL | 346.36º | 0.81% | 0.42% | - |
| HSV(B) | 346.36º | 0.9% | 0.77% | - |
| XYZ | 23.83 | 12.56 | 5.44 | - |
| YUV | 77.18 | 118.31 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 20 | 60 | 0 | 0.90 | 0.69 | 0.23 | 346.36 | 0.81 | 0.42 |
| Hex | C4 | 14 | 3C | 0 | 5A | 45 | 17 | 15A | 51 | 2A |
| Octal | 304 | 24 | 74 | 0 | 132 | 105 | 27 | 532 | 121 | 52 |
| Binary | 11000100 | 10100 | 111100 | 0 | 1011010 | 1000101 | 10111 | 101011010 | 1010001 | 101010 |
Color Harmonies of #C4143C
Complementary color
Monochromatic Colors of #C4143C
Black with #C4143C
Text Example
Text Example
White with #C4143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4143C; }
p { color: rgb(196,20,60); }
H1.HeaderClassName
{
color: #C4143C;
}
.AnyTagClassName
{
color: #C4143C;
}
</style>
background-color css
<style>
a { background-color: #C4143C; }
a { background-color: rgb(196,20,60); }
div.DivClassName
{
background-color: #C4143C;
}
.BgClassName
{
background-color: #C4143C;
}
</style>
border-color css
<style>
span { border-color: #C4143C; }
span { border-color: rgb(196,20,60); }
td.TdClassName
{
border-color: #C4143C;
}
.TagClassName
{
border-color: #C4143C;
}
</style>