Shades of Cardinal #C1033F
Tints of Cardinal #C1033F
RGB
CMYK
RGB Variations
Color information
#C1033F (or 0xC1033F) is known color: Cardinal. HEX triplet: C1, 03 and 3F. RGB value is (193,3,63). Sum of RGB (Red+Green+Blue) = 193+3+63=259 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.52% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 193 - color contains mainly: red. Hex color #C1033F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1033F is #3EFCC0. Grayscale: #424242. Windows color (decimal): -4127937 or 4129729. OLE color: 4129729.
HSL color Cylindrical-coordinate representation of color #C1033F: hue angle of 341.05º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1033F is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 63 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.24 |
| HSL | 341.05º | 0.97% | 0.38% | - |
| HSV(B) | 341.05º | 0.98% | 0.76% | - |
| XYZ | 22.92 | 11.76 | 5.76 | - |
| YUV | 66.65 | 125.95 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 63 | 0 | 0.98 | 0.67 | 0.24 | 341.05 | 0.97 | 0.38 |
| Hex | C1 | 3 | 3F | 0 | 62 | 43 | 18 | 155 | 61 | 26 |
| Octal | 301 | 3 | 77 | 0 | 142 | 103 | 30 | 525 | 141 | 46 |
| Binary | 11000001 | 11 | 111111 | 0 | 1100010 | 1000011 | 11000 | 101010101 | 1100001 | 100110 |
Color Harmonies of #C1033F
Complementary color
Monochromatic Colors of #C1033F
Black with #C1033F
Text Example
Text Example
White with #C1033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1033F; }
p { color: rgb(193,3,63); }
H1.HeaderClassName
{
color: #C1033F;
}
.AnyTagClassName
{
color: #C1033F;
}
</style>
background-color css
<style>
a { background-color: #C1033F; }
a { background-color: rgb(193,3,63); }
div.DivClassName
{
background-color: #C1033F;
}
.BgClassName
{
background-color: #C1033F;
}
</style>
border-color css
<style>
span { border-color: #C1033F; }
span { border-color: rgb(193,3,63); }
td.TdClassName
{
border-color: #C1033F;
}
.TagClassName
{
border-color: #C1033F;
}
</style>