Shades of Cardinal #C1183F
Tints of Cardinal #C1183F
RGB
CMYK
RGB Variations
Color information
#C1183F (or 0xC1183F) is known color: Cardinal. HEX triplet: C1, 18 and 3F. RGB value is (193,24,63). Sum of RGB (Red+Green+Blue) = 193+24+63=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C1183F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1183F is #3EE7C0. Grayscale: #4E4E4E. Windows color (decimal): -4122561 or 4135105. OLE color: 4135105.
HSL color Cylindrical-coordinate representation of color #C1183F: hue angle of 346.15º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C1183F is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 63 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.24 |
| HSL | 346.15º | 0.78% | 0.43% | - |
| HSV(B) | 346.15º | 0.88% | 0.76% | - |
| XYZ | 23.22 | 12.35 | 5.86 | - |
| YUV | 78.98 | 118.99 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 63 | 0 | 0.88 | 0.67 | 0.24 | 346.15 | 0.78 | 0.43 |
| Hex | C1 | 18 | 3F | 0 | 58 | 43 | 18 | 15A | 4E | 2B |
| Octal | 301 | 30 | 77 | 0 | 130 | 103 | 30 | 532 | 116 | 53 |
| Binary | 11000001 | 11000 | 111111 | 0 | 1011000 | 1000011 | 11000 | 101011010 | 1001110 | 101011 |
Color Harmonies of #C1183F
Complementary color
Monochromatic Colors of #C1183F
Black with #C1183F
Text Example
Text Example
White with #C1183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1183F; }
p { color: rgb(193,24,63); }
H1.HeaderClassName
{
color: #C1183F;
}
.AnyTagClassName
{
color: #C1183F;
}
</style>
background-color css
<style>
a { background-color: #C1183F; }
a { background-color: rgb(193,24,63); }
div.DivClassName
{
background-color: #C1183F;
}
.BgClassName
{
background-color: #C1183F;
}
</style>
border-color css
<style>
span { border-color: #C1183F; }
span { border-color: rgb(193,24,63); }
td.TdClassName
{
border-color: #C1183F;
}
.TagClassName
{
border-color: #C1183F;
}
</style>