Shades of Cardinal #C1104F
Tints of Cardinal #C1104F
RGB
CMYK
RGB Variations
Color information
#C1104F (or 0xC1104F) is known color: Cardinal. HEX triplet: C1, 10 and 4F. RGB value is (193,16,79). Sum of RGB (Red+Green+Blue) = 193+16+79=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C1104F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1104F is #3EEFB0. Grayscale: #4C4C4C. Windows color (decimal): -4124593 or 5181633. OLE color: 5181633.
HSL color Cylindrical-coordinate representation of color #C1104F: hue angle of 338.64º 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 #C1104F is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 79 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.24 |
| HSL | 338.64º | 0.85% | 0.41% | - |
| HSV(B) | 338.64º | 0.92% | 0.76% | - |
| XYZ | 23.59 | 12.27 | 8.52 | - |
| YUV | 76.11 | 129.64 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 79 | 0 | 0.92 | 0.59 | 0.24 | 338.64 | 0.85 | 0.41 |
| Hex | C1 | 10 | 4F | 0 | 5C | 3B | 18 | 153 | 55 | 29 |
| Octal | 301 | 20 | 117 | 0 | 134 | 73 | 30 | 523 | 125 | 51 |
| Binary | 11000001 | 10000 | 1001111 | 0 | 1011100 | 111011 | 11000 | 101010011 | 1010101 | 101001 |
Color Harmonies of #C1104F
Complementary color
Monochromatic Colors of #C1104F
Black with #C1104F
Text Example
Text Example
White with #C1104F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1104F; }
p { color: rgb(193,16,79); }
H1.HeaderClassName
{
color: #C1104F;
}
.AnyTagClassName
{
color: #C1104F;
}
</style>
background-color css
<style>
a { background-color: #C1104F; }
a { background-color: rgb(193,16,79); }
div.DivClassName
{
background-color: #C1104F;
}
.BgClassName
{
background-color: #C1104F;
}
</style>
border-color css
<style>
span { border-color: #C1104F; }
span { border-color: rgb(193,16,79); }
td.TdClassName
{
border-color: #C1104F;
}
.TagClassName
{
border-color: #C1104F;
}
</style>