Shades of Cardinal #C00E3E
Tints of Cardinal #C00E3E
RGB
CMYK
RGB Variations
Color information
#C00E3E (or 0xC00E3E) is known color: Cardinal. HEX triplet: C0, 0E and 3E. RGB value is (192,14,62). Sum of RGB (Red+Green+Blue) = 192+14+62=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00E3E is #3FF1C1. Grayscale: #484848. Windows color (decimal): -4190658 or 4067008. OLE color: 4067008.
HSL color Cylindrical-coordinate representation of color #C00E3E: hue angle of 343.82º 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 #C00E3E is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 14 | 62 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.25 |
| HSL | 343.82º | 0.86% | 0.4% | - |
| HSV(B) | 343.82º | 0.93% | 0.75% | - |
| XYZ | 22.76 | 11.87 | 5.65 | - |
| YUV | 72.69 | 121.97 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 62 | 0 | 0.93 | 0.68 | 0.25 | 343.82 | 0.86 | 0.4 |
| Hex | C0 | E | 3E | 0 | 5D | 44 | 19 | 158 | 56 | 28 |
| Octal | 300 | 16 | 76 | 0 | 135 | 104 | 31 | 530 | 126 | 50 |
| Binary | 11000000 | 1110 | 111110 | 0 | 1011101 | 1000100 | 11001 | 101011000 | 1010110 | 101000 |
Color Harmonies of #C00E3E
Complementary color
Monochromatic Colors of #C00E3E
Black with #C00E3E
Text Example
Text Example
White with #C00E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00E3E; }
p { color: rgb(192,14,62); }
H1.HeaderClassName
{
color: #C00E3E;
}
.AnyTagClassName
{
color: #C00E3E;
}
</style>
background-color css
<style>
a { background-color: #C00E3E; }
a { background-color: rgb(192,14,62); }
div.DivClassName
{
background-color: #C00E3E;
}
.BgClassName
{
background-color: #C00E3E;
}
</style>
border-color css
<style>
span { border-color: #C00E3E; }
span { border-color: rgb(192,14,62); }
td.TdClassName
{
border-color: #C00E3E;
}
.TagClassName
{
border-color: #C00E3E;
}
</style>