Shades of Cardinal #C01E2F
Tints of Cardinal #C01E2F
RGB
CMYK
RGB Variations
Color information
#C01E2F (or 0xC01E2F) is known color: Cardinal. HEX triplet: C0, 1E and 2F. RGB value is (192,30,47). Sum of RGB (Red+Green+Blue) = 192+30+47=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01E2F is #3FE1D0. Grayscale: #505050. Windows color (decimal): -4186577 or 3088064. OLE color: 3088064.
HSL color Cylindrical-coordinate representation of color #C01E2F: hue angle of 353.7º 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 #C01E2F is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 47 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.25 |
| HSL | 353.7º | 0.73% | 0.44% | - |
| HSV(B) | 353.7º | 0.84% | 0.75% | - |
| XYZ | 22.72 | 12.34 | 3.87 | - |
| YUV | 80.38 | 109.17 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 47 | 0 | 0.84 | 0.76 | 0.25 | 353.7 | 0.73 | 0.44 |
| Hex | C0 | 1E | 2F | 0 | 54 | 4C | 19 | 162 | 49 | 2C |
| Octal | 300 | 36 | 57 | 0 | 124 | 114 | 31 | 542 | 111 | 54 |
| Binary | 11000000 | 11110 | 101111 | 0 | 1010100 | 1001100 | 11001 | 101100010 | 1001001 | 101100 |
Color Harmonies of #C01E2F
Complementary color
Monochromatic Colors of #C01E2F
Black with #C01E2F
Text Example
Text Example
White with #C01E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01E2F; }
p { color: rgb(192,30,47); }
H1.HeaderClassName
{
color: #C01E2F;
}
.AnyTagClassName
{
color: #C01E2F;
}
</style>
background-color css
<style>
a { background-color: #C01E2F; }
a { background-color: rgb(192,30,47); }
div.DivClassName
{
background-color: #C01E2F;
}
.BgClassName
{
background-color: #C01E2F;
}
</style>
border-color css
<style>
span { border-color: #C01E2F; }
span { border-color: rgb(192,30,47); }
td.TdClassName
{
border-color: #C01E2F;
}
.TagClassName
{
border-color: #C01E2F;
}
</style>