Shades of Cardinal #C3103F
Tints of Cardinal #C3103F
RGB
CMYK
RGB Variations
Color information
#C3103F (or 0xC3103F) is known color: Cardinal. HEX triplet: C3, 10 and 3F. RGB value is (195,16,63). Sum of RGB (Red+Green+Blue) = 195+16+63=274 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.17% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 195 - color contains mainly: red. Hex color #C3103F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3103F is #3CEFC0. Grayscale: #4A4A4A. Windows color (decimal): -3993537 or 4133059. OLE color: 4133059.
HSL color Cylindrical-coordinate representation of color #C3103F: hue angle of 344.25º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3103F is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 63 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.24 |
| HSL | 344.25º | 0.85% | 0.41% | - |
| HSV(B) | 344.25º | 0.92% | 0.76% | - |
| XYZ | 23.59 | 12.33 | 5.84 | - |
| YUV | 74.88 | 121.3 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 63 | 0 | 0.92 | 0.68 | 0.24 | 344.25 | 0.85 | 0.41 |
| Hex | C3 | 10 | 3F | 0 | 5C | 44 | 18 | 158 | 55 | 29 |
| Octal | 303 | 20 | 77 | 0 | 134 | 104 | 30 | 530 | 125 | 51 |
| Binary | 11000011 | 10000 | 111111 | 0 | 1011100 | 1000100 | 11000 | 101011000 | 1010101 | 101001 |
Color Harmonies of #C3103F
Complementary color
Monochromatic Colors of #C3103F
Black with #C3103F
Text Example
Text Example
White with #C3103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3103F; }
p { color: rgb(195,16,63); }
H1.HeaderClassName
{
color: #C3103F;
}
.AnyTagClassName
{
color: #C3103F;
}
</style>
background-color css
<style>
a { background-color: #C3103F; }
a { background-color: rgb(195,16,63); }
div.DivClassName
{
background-color: #C3103F;
}
.BgClassName
{
background-color: #C3103F;
}
</style>
border-color css
<style>
span { border-color: #C3103F; }
span { border-color: rgb(195,16,63); }
td.TdClassName
{
border-color: #C3103F;
}
.TagClassName
{
border-color: #C3103F;
}
</style>