Shades of Cardinal #C00E2F
Tints of Cardinal #C00E2F
RGB
CMYK
RGB Variations
Color information
#C00E2F (or 0xC00E2F) is known color: Cardinal. HEX triplet: C0, 0E and 2F. RGB value is (192,14,47). Sum of RGB (Red+Green+Blue) = 192+14+47=253 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.89% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00E2F is #3FF1D0. Grayscale: #474747. Windows color (decimal): -4190673 or 3083968. OLE color: 3083968.
HSL color Cylindrical-coordinate representation of color #C00E2F: hue angle of 348.88º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00E2F is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 14 | 47 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.25 |
| HSL | 348.88º | 0.86% | 0.4% | - |
| HSV(B) | 348.88º | 0.93% | 0.75% | - |
| XYZ | 22.41 | 11.73 | 3.77 | - |
| YUV | 70.98 | 114.47 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 47 | 0 | 0.93 | 0.76 | 0.25 | 348.88 | 0.86 | 0.4 |
| Hex | C0 | E | 2F | 0 | 5D | 4C | 19 | 15D | 56 | 28 |
| Octal | 300 | 16 | 57 | 0 | 135 | 114 | 31 | 535 | 126 | 50 |
| Binary | 11000000 | 1110 | 101111 | 0 | 1011101 | 1001100 | 11001 | 101011101 | 1010110 | 101000 |
Color Harmonies of #C00E2F
Complementary color
Monochromatic Colors of #C00E2F
Black with #C00E2F
Text Example
Text Example
White with #C00E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00E2F; }
p { color: rgb(192,14,47); }
H1.HeaderClassName
{
color: #C00E2F;
}
.AnyTagClassName
{
color: #C00E2F;
}
</style>
background-color css
<style>
a { background-color: #C00E2F; }
a { background-color: rgb(192,14,47); }
div.DivClassName
{
background-color: #C00E2F;
}
.BgClassName
{
background-color: #C00E2F;
}
</style>
border-color css
<style>
span { border-color: #C00E2F; }
span { border-color: rgb(192,14,47); }
td.TdClassName
{
border-color: #C00E2F;
}
.TagClassName
{
border-color: #C00E2F;
}
</style>