Shades of Cardinal #C20E2F
Tints of Cardinal #C20E2F
RGB
CMYK
RGB Variations
Color information
#C20E2F (or 0xC20E2F) is known color: Cardinal. HEX triplet: C2, 0E and 2F. RGB value is (194,14,47). Sum of RGB (Red+Green+Blue) = 194+14+47=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20E2F is #3DF1D0. Grayscale: #474747. Windows color (decimal): -4059601 or 3083970. OLE color: 3083970.
HSL color Cylindrical-coordinate representation of color #C20E2F: hue angle of 349º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20E2F is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 14 | 47 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.24 |
| HSL | 349º | 0.87% | 0.41% | - |
| HSV(B) | 349º | 0.93% | 0.76% | - |
| XYZ | 22.92 | 11.99 | 3.8 | - |
| YUV | 71.58 | 114.13 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 47 | 0 | 0.93 | 0.76 | 0.24 | 349 | 0.87 | 0.41 |
| Hex | C2 | E | 2F | 0 | 5D | 4C | 18 | 15D | 57 | 29 |
| Octal | 302 | 16 | 57 | 0 | 135 | 114 | 30 | 535 | 127 | 51 |
| Binary | 11000010 | 1110 | 101111 | 0 | 1011101 | 1001100 | 11000 | 101011101 | 1010111 | 101001 |
Color Harmonies of #C20E2F
Complementary color
Monochromatic Colors of #C20E2F
Black with #C20E2F
Text Example
Text Example
White with #C20E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20E2F; }
p { color: rgb(194,14,47); }
H1.HeaderClassName
{
color: #C20E2F;
}
.AnyTagClassName
{
color: #C20E2F;
}
</style>
background-color css
<style>
a { background-color: #C20E2F; }
a { background-color: rgb(194,14,47); }
div.DivClassName
{
background-color: #C20E2F;
}
.BgClassName
{
background-color: #C20E2F;
}
</style>
border-color css
<style>
span { border-color: #C20E2F; }
span { border-color: rgb(194,14,47); }
td.TdClassName
{
border-color: #C20E2F;
}
.TagClassName
{
border-color: #C20E2F;
}
</style>