Shades of Cardinal #C1223C
Tints of Cardinal #C1223C
RGB
CMYK
RGB Variations
Color information
#C1223C (or 0xC1223C) is known color: Cardinal. HEX triplet: C1, 22 and 3C. RGB value is (193,34,60). Sum of RGB (Red+Green+Blue) = 193+34+60=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C1223C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1223C is #3EDDC3. Grayscale: #545454. Windows color (decimal): -4120004 or 3941057. OLE color: 3941057.
HSL color Cylindrical-coordinate representation of color #C1223C: hue angle of 350.19º 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 #C1223C is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 60 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.24 |
| HSL | 350.19º | 0.7% | 0.45% | - |
| HSV(B) | 350.19º | 0.82% | 0.76% | - |
| XYZ | 23.38 | 12.81 | 5.51 | - |
| YUV | 84.51 | 114.18 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 60 | 0 | 0.82 | 0.69 | 0.24 | 350.19 | 0.7 | 0.45 |
| Hex | C1 | 22 | 3C | 0 | 52 | 45 | 18 | 15E | 46 | 2D |
| Octal | 301 | 42 | 74 | 0 | 122 | 105 | 30 | 536 | 106 | 55 |
| Binary | 11000001 | 100010 | 111100 | 0 | 1010010 | 1000101 | 11000 | 101011110 | 1000110 | 101101 |
Color Harmonies of #C1223C
Complementary color
Monochromatic Colors of #C1223C
Black with #C1223C
Text Example
Text Example
White with #C1223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1223C; }
p { color: rgb(193,34,60); }
H1.HeaderClassName
{
color: #C1223C;
}
.AnyTagClassName
{
color: #C1223C;
}
</style>
background-color css
<style>
a { background-color: #C1223C; }
a { background-color: rgb(193,34,60); }
div.DivClassName
{
background-color: #C1223C;
}
.BgClassName
{
background-color: #C1223C;
}
</style>
border-color css
<style>
span { border-color: #C1223C; }
span { border-color: rgb(193,34,60); }
td.TdClassName
{
border-color: #C1223C;
}
.TagClassName
{
border-color: #C1223C;
}
</style>