Shades of Cardinal #C2242F
Tints of Cardinal #C2242F
RGB
CMYK
RGB Variations
Color information
#C2242F (or 0xC2242F) is known color: Cardinal. HEX triplet: C2, 24 and 2F. RGB value is (194,36,47). Sum of RGB (Red+Green+Blue) = 194+36+47=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C2242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2242F is #3DDBD0. Grayscale: #545454. Windows color (decimal): -4053969 or 3089602. OLE color: 3089602.
HSL color Cylindrical-coordinate representation of color #C2242F: hue angle of 355.82º 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 #C2242F is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 47 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.24 |
| HSL | 355.82º | 0.69% | 0.45% | - |
| HSV(B) | 355.82º | 0.81% | 0.76% | - |
| XYZ | 23.39 | 12.94 | 3.95 | - |
| YUV | 84.5 | 106.85 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 47 | 0 | 0.81 | 0.76 | 0.24 | 355.82 | 0.69 | 0.45 |
| Hex | C2 | 24 | 2F | 0 | 51 | 4C | 18 | 164 | 45 | 2D |
| Octal | 302 | 44 | 57 | 0 | 121 | 114 | 30 | 544 | 105 | 55 |
| Binary | 11000010 | 100100 | 101111 | 0 | 1010001 | 1001100 | 11000 | 101100100 | 1000101 | 101101 |
Color Harmonies of #C2242F
Complementary color
Monochromatic Colors of #C2242F
Black with #C2242F
Text Example
Text Example
White with #C2242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2242F; }
p { color: rgb(194,36,47); }
H1.HeaderClassName
{
color: #C2242F;
}
.AnyTagClassName
{
color: #C2242F;
}
</style>
background-color css
<style>
a { background-color: #C2242F; }
a { background-color: rgb(194,36,47); }
div.DivClassName
{
background-color: #C2242F;
}
.BgClassName
{
background-color: #C2242F;
}
</style>
border-color css
<style>
span { border-color: #C2242F; }
span { border-color: rgb(194,36,47); }
td.TdClassName
{
border-color: #C2242F;
}
.TagClassName
{
border-color: #C2242F;
}
</style>