Shades of Cardinal #C01E3F
Tints of Cardinal #C01E3F
RGB
CMYK
RGB Variations
Color information
#C01E3F (or 0xC01E3F) is known color: Cardinal. HEX triplet: C0, 1E and 3F. RGB value is (192,30,63). Sum of RGB (Red+Green+Blue) = 192+30+63=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01E3F is #3FE1C0. Grayscale: #525252. Windows color (decimal): -4186561 or 4136640. OLE color: 4136640.
HSL color Cylindrical-coordinate representation of color #C01E3F: hue angle of 347.78º 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 #C01E3F is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 63 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.25 |
| HSL | 347.78º | 0.73% | 0.44% | - |
| HSV(B) | 347.78º | 0.84% | 0.75% | - |
| XYZ | 23.1 | 12.49 | 5.9 | - |
| YUV | 82.2 | 117.17 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 63 | 0 | 0.84 | 0.67 | 0.25 | 347.78 | 0.73 | 0.44 |
| Hex | C0 | 1E | 3F | 0 | 54 | 43 | 19 | 15C | 49 | 2C |
| Octal | 300 | 36 | 77 | 0 | 124 | 103 | 31 | 534 | 111 | 54 |
| Binary | 11000000 | 11110 | 111111 | 0 | 1010100 | 1000011 | 11001 | 101011100 | 1001001 | 101100 |
Color Harmonies of #C01E3F
Complementary color
Monochromatic Colors of #C01E3F
Black with #C01E3F
Text Example
Text Example
White with #C01E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01E3F; }
p { color: rgb(192,30,63); }
H1.HeaderClassName
{
color: #C01E3F;
}
.AnyTagClassName
{
color: #C01E3F;
}
</style>
background-color css
<style>
a { background-color: #C01E3F; }
a { background-color: rgb(192,30,63); }
div.DivClassName
{
background-color: #C01E3F;
}
.BgClassName
{
background-color: #C01E3F;
}
</style>
border-color css
<style>
span { border-color: #C01E3F; }
span { border-color: rgb(192,30,63); }
td.TdClassName
{
border-color: #C01E3F;
}
.TagClassName
{
border-color: #C01E3F;
}
</style>