Shades of Cardinal #C1223B
Tints of Cardinal #C1223B
RGB
CMYK
RGB Variations
Color information
#C1223B (or 0xC1223B) is known color: Cardinal. HEX triplet: C1, 22 and 3B. RGB value is (193,34,59). Sum of RGB (Red+Green+Blue) = 193+34+59=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C1223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1223B is #3EDDC4. Grayscale: #545454. Windows color (decimal): -4120005 or 3875521. OLE color: 3875521.
HSL color Cylindrical-coordinate representation of color #C1223B: hue angle of 350.57º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C1223B is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 59 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.24 |
| HSL | 350.57º | 0.7% | 0.45% | - |
| HSV(B) | 350.57º | 0.82% | 0.76% | - |
| XYZ | 23.35 | 12.8 | 5.38 | - |
| YUV | 84.39 | 113.68 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 59 | 0 | 0.82 | 0.69 | 0.24 | 350.57 | 0.7 | 0.45 |
| Hex | C1 | 22 | 3B | 0 | 52 | 45 | 18 | 15F | 46 | 2D |
| Octal | 301 | 42 | 73 | 0 | 122 | 105 | 30 | 537 | 106 | 55 |
| Binary | 11000001 | 100010 | 111011 | 0 | 1010010 | 1000101 | 11000 | 101011111 | 1000110 | 101101 |
Color Harmonies of #C1223B
Complementary color
Monochromatic Colors of #C1223B
Black with #C1223B
Text Example
Text Example
White with #C1223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1223B; }
p { color: rgb(193,34,59); }
H1.HeaderClassName
{
color: #C1223B;
}
.AnyTagClassName
{
color: #C1223B;
}
</style>
background-color css
<style>
a { background-color: #C1223B; }
a { background-color: rgb(193,34,59); }
div.DivClassName
{
background-color: #C1223B;
}
.BgClassName
{
background-color: #C1223B;
}
</style>
border-color css
<style>
span { border-color: #C1223B; }
span { border-color: rgb(193,34,59); }
td.TdClassName
{
border-color: #C1223B;
}
.TagClassName
{
border-color: #C1223B;
}
</style>