Shades of Cardinal #C4103F
Tints of Cardinal #C4103F
RGB
CMYK
RGB Variations
Color information
#C4103F (or 0xC4103F) is known color: Cardinal. HEX triplet: C4, 10 and 3F. RGB value is (196,16,63). Sum of RGB (Red+Green+Blue) = 196+16+63=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C4103F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4103F is #3BEFC0. Grayscale: #4B4B4B. Windows color (decimal): -3928001 or 4133060. OLE color: 4133060.
HSL color Cylindrical-coordinate representation of color #C4103F: hue angle of 344.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4103F is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 16 | 63 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.23 |
| HSL | 344.33º | 0.85% | 0.42% | - |
| HSV(B) | 344.33º | 0.92% | 0.77% | - |
| XYZ | 23.85 | 12.47 | 5.85 | - |
| YUV | 75.18 | 121.13 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 63 | 0 | 0.92 | 0.68 | 0.23 | 344.33 | 0.85 | 0.42 |
| Hex | C4 | 10 | 3F | 0 | 5C | 44 | 17 | 158 | 55 | 2A |
| Octal | 304 | 20 | 77 | 0 | 134 | 104 | 27 | 530 | 125 | 52 |
| Binary | 11000100 | 10000 | 111111 | 0 | 1011100 | 1000100 | 10111 | 101011000 | 1010101 | 101010 |
Color Harmonies of #C4103F
Complementary color
Monochromatic Colors of #C4103F
Black with #C4103F
Text Example
Text Example
White with #C4103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4103F; }
p { color: rgb(196,16,63); }
H1.HeaderClassName
{
color: #C4103F;
}
.AnyTagClassName
{
color: #C4103F;
}
</style>
background-color css
<style>
a { background-color: #C4103F; }
a { background-color: rgb(196,16,63); }
div.DivClassName
{
background-color: #C4103F;
}
.BgClassName
{
background-color: #C4103F;
}
</style>
border-color css
<style>
span { border-color: #C4103F; }
span { border-color: rgb(196,16,63); }
td.TdClassName
{
border-color: #C4103F;
}
.TagClassName
{
border-color: #C4103F;
}
</style>