Shades of Cardinal #C2273A
Tints of Cardinal #C2273A
RGB
CMYK
RGB Variations
Color information
#C2273A (or 0xC2273A) is known color: Cardinal. HEX triplet: C2, 27 and 3A. RGB value is (194,39,58). Sum of RGB (Red+Green+Blue) = 194+39+58=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C2273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2273A is #3DD8C5. Grayscale: #575757. Windows color (decimal): -4053190 or 3811266. OLE color: 3811266.
HSL color Cylindrical-coordinate representation of color #C2273A: hue angle of 352.65º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2273A is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 58 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.24 |
| HSL | 352.65º | 0.67% | 0.46% | - |
| HSV(B) | 352.65º | 0.8% | 0.76% | - |
| XYZ | 23.74 | 13.23 | 5.3 | - |
| YUV | 87.51 | 111.35 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 58 | 0 | 0.80 | 0.70 | 0.24 | 352.65 | 0.67 | 0.46 |
| Hex | C2 | 27 | 3A | 0 | 50 | 46 | 18 | 161 | 43 | 2E |
| Octal | 302 | 47 | 72 | 0 | 120 | 106 | 30 | 541 | 103 | 56 |
| Binary | 11000010 | 100111 | 111010 | 0 | 1010000 | 1000110 | 11000 | 101100001 | 1000011 | 101110 |
Color Harmonies of #C2273A
Complementary color
Monochromatic Colors of #C2273A
Black with #C2273A
Text Example
Text Example
White with #C2273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2273A; }
p { color: rgb(194,39,58); }
H1.HeaderClassName
{
color: #C2273A;
}
.AnyTagClassName
{
color: #C2273A;
}
</style>
background-color css
<style>
a { background-color: #C2273A; }
a { background-color: rgb(194,39,58); }
div.DivClassName
{
background-color: #C2273A;
}
.BgClassName
{
background-color: #C2273A;
}
</style>
border-color css
<style>
span { border-color: #C2273A; }
span { border-color: rgb(194,39,58); }
td.TdClassName
{
border-color: #C2273A;
}
.TagClassName
{
border-color: #C2273A;
}
</style>