Shades of Cardinal #C1043F
Tints of Cardinal #C1043F
RGB
CMYK
RGB Variations
Color information
#C1043F (or 0xC1043F) is known color: Cardinal. HEX triplet: C1, 04 and 3F. RGB value is (193,4,63). Sum of RGB (Red+Green+Blue) = 193+4+63=260 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.23% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 193 - color contains mainly: red. Hex color #C1043F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1043F is #3EFBC0. Grayscale: #434343. Windows color (decimal): -4127681 or 4129985. OLE color: 4129985.
HSL color Cylindrical-coordinate representation of color #C1043F: hue angle of 341.27º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1043F is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 4 | 63 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.24 |
| HSL | 341.27º | 0.96% | 0.39% | - |
| HSV(B) | 341.27º | 0.98% | 0.76% | - |
| XYZ | 22.93 | 11.78 | 5.77 | - |
| YUV | 67.24 | 125.62 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 63 | 0 | 0.98 | 0.67 | 0.24 | 341.27 | 0.96 | 0.39 |
| Hex | C1 | 4 | 3F | 0 | 62 | 43 | 18 | 155 | 60 | 27 |
| Octal | 301 | 4 | 77 | 0 | 142 | 103 | 30 | 525 | 140 | 47 |
| Binary | 11000001 | 100 | 111111 | 0 | 1100010 | 1000011 | 11000 | 101010101 | 1100000 | 100111 |
Color Harmonies of #C1043F
Complementary color
Monochromatic Colors of #C1043F
Black with #C1043F
Text Example
Text Example
White with #C1043F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1043F; }
p { color: rgb(193,4,63); }
H1.HeaderClassName
{
color: #C1043F;
}
.AnyTagClassName
{
color: #C1043F;
}
</style>
background-color css
<style>
a { background-color: #C1043F; }
a { background-color: rgb(193,4,63); }
div.DivClassName
{
background-color: #C1043F;
}
.BgClassName
{
background-color: #C1043F;
}
</style>
border-color css
<style>
span { border-color: #C1043F; }
span { border-color: rgb(193,4,63); }
td.TdClassName
{
border-color: #C1043F;
}
.TagClassName
{
border-color: #C1043F;
}
</style>