Shades of Cardinal #C01E2B
Tints of Cardinal #C01E2B
RGB
CMYK
RGB Variations
Color information
#C01E2B (or 0xC01E2B) is known color: Cardinal. HEX triplet: C0, 1E and 2B. RGB value is (192,30,43). Sum of RGB (Red+Green+Blue) = 192+30+43=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01E2B is #3FE1D4. Grayscale: #505050. Windows color (decimal): -4186581 or 2825920. OLE color: 2825920.
HSL color Cylindrical-coordinate representation of color #C01E2B: hue angle of 355.19º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01E2B is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 43 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.25 |
| HSL | 355.19º | 0.73% | 0.44% | - |
| HSV(B) | 355.19º | 0.84% | 0.75% | - |
| XYZ | 22.64 | 12.31 | 3.47 | - |
| YUV | 79.92 | 107.17 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 43 | 0 | 0.84 | 0.78 | 0.25 | 355.19 | 0.73 | 0.44 |
| Hex | C0 | 1E | 2B | 0 | 54 | 4E | 19 | 163 | 49 | 2C |
| Octal | 300 | 36 | 53 | 0 | 124 | 116 | 31 | 543 | 111 | 54 |
| Binary | 11000000 | 11110 | 101011 | 0 | 1010100 | 1001110 | 11001 | 101100011 | 1001001 | 101100 |
Color Harmonies of #C01E2B
Complementary color
Monochromatic Colors of #C01E2B
Black with #C01E2B
Text Example
Text Example
White with #C01E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01E2B; }
p { color: rgb(192,30,43); }
H1.HeaderClassName
{
color: #C01E2B;
}
.AnyTagClassName
{
color: #C01E2B;
}
</style>
background-color css
<style>
a { background-color: #C01E2B; }
a { background-color: rgb(192,30,43); }
div.DivClassName
{
background-color: #C01E2B;
}
.BgClassName
{
background-color: #C01E2B;
}
</style>
border-color css
<style>
span { border-color: #C01E2B; }
span { border-color: rgb(192,30,43); }
td.TdClassName
{
border-color: #C01E2B;
}
.TagClassName
{
border-color: #C01E2B;
}
</style>