Shades of Cardinal #C2243C
Tints of Cardinal #C2243C
RGB
CMYK
RGB Variations
Color information
#C2243C (or 0xC2243C) is known color: Cardinal. HEX triplet: C2, 24 and 3C. RGB value is (194,36,60). Sum of RGB (Red+Green+Blue) = 194+36+60=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C2243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2243C is #3DDBC3. Grayscale: #565656. Windows color (decimal): -4053956 or 3941570. OLE color: 3941570.
HSL color Cylindrical-coordinate representation of color #C2243C: hue angle of 350.89º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2243C is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 60 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.24 |
| HSL | 350.89º | 0.69% | 0.45% | - |
| HSV(B) | 350.89º | 0.81% | 0.76% | - |
| XYZ | 23.69 | 13.06 | 5.55 | - |
| YUV | 85.98 | 113.35 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 60 | 0 | 0.81 | 0.69 | 0.24 | 350.89 | 0.69 | 0.45 |
| Hex | C2 | 24 | 3C | 0 | 51 | 45 | 18 | 15F | 45 | 2D |
| Octal | 302 | 44 | 74 | 0 | 121 | 105 | 30 | 537 | 105 | 55 |
| Binary | 11000010 | 100100 | 111100 | 0 | 1010001 | 1000101 | 11000 | 101011111 | 1000101 | 101101 |
Color Harmonies of #C2243C
Complementary color
Monochromatic Colors of #C2243C
Black with #C2243C
Text Example
Text Example
White with #C2243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2243C; }
p { color: rgb(194,36,60); }
H1.HeaderClassName
{
color: #C2243C;
}
.AnyTagClassName
{
color: #C2243C;
}
</style>
background-color css
<style>
a { background-color: #C2243C; }
a { background-color: rgb(194,36,60); }
div.DivClassName
{
background-color: #C2243C;
}
.BgClassName
{
background-color: #C2243C;
}
</style>
border-color css
<style>
span { border-color: #C2243C; }
span { border-color: rgb(194,36,60); }
td.TdClassName
{
border-color: #C2243C;
}
.TagClassName
{
border-color: #C2243C;
}
</style>