Shades of Cardinal #C1153F
Tints of Cardinal #C1153F
RGB
CMYK
RGB Variations
Color information
#C1153F (or 0xC1153F) is known color: Cardinal. HEX triplet: C1, 15 and 3F. RGB value is (193,21,63). Sum of RGB (Red+Green+Blue) = 193+21+63=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C1153F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1153F is #3EEAC0. Grayscale: #4D4D4D. Windows color (decimal): -4123329 or 4134337. OLE color: 4134337.
HSL color Cylindrical-coordinate representation of color #C1153F: hue angle of 345.35º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C1153F is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 21 | 63 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.24 |
| HSL | 345.35º | 0.8% | 0.42% | - |
| HSV(B) | 345.35º | 0.89% | 0.76% | - |
| XYZ | 23.16 | 12.23 | 5.84 | - |
| YUV | 77.22 | 119.98 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 63 | 0 | 0.89 | 0.67 | 0.24 | 345.35 | 0.8 | 0.42 |
| Hex | C1 | 15 | 3F | 0 | 59 | 43 | 18 | 159 | 50 | 2A |
| Octal | 301 | 25 | 77 | 0 | 131 | 103 | 30 | 531 | 120 | 52 |
| Binary | 11000001 | 10101 | 111111 | 0 | 1011001 | 1000011 | 11000 | 101011001 | 1010000 | 101010 |
Color Harmonies of #C1153F
Complementary color
Monochromatic Colors of #C1153F
Black with #C1153F
Text Example
Text Example
White with #C1153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1153F; }
p { color: rgb(193,21,63); }
H1.HeaderClassName
{
color: #C1153F;
}
.AnyTagClassName
{
color: #C1153F;
}
</style>
background-color css
<style>
a { background-color: #C1153F; }
a { background-color: rgb(193,21,63); }
div.DivClassName
{
background-color: #C1153F;
}
.BgClassName
{
background-color: #C1153F;
}
</style>
border-color css
<style>
span { border-color: #C1153F; }
span { border-color: rgb(193,21,63); }
td.TdClassName
{
border-color: #C1153F;
}
.TagClassName
{
border-color: #C1153F;
}
</style>