Shades of Cardinal #C01E31
Tints of Cardinal #C01E31
RGB
CMYK
RGB Variations
Color information
#C01E31 (or 0xC01E31) is known color: Cardinal. HEX triplet: C0, 1E and 31. RGB value is (192,30,49). Sum of RGB (Red+Green+Blue) = 192+30+49=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01E31 is #3FE1CE. Grayscale: #505050. Windows color (decimal): -4186575 or 3219136. OLE color: 3219136.
HSL color Cylindrical-coordinate representation of color #C01E31: hue angle of 352.96º 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 #C01E31 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 49 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.25 |
| HSL | 352.96º | 0.73% | 0.44% | - |
| HSV(B) | 352.96º | 0.84% | 0.75% | - |
| XYZ | 22.76 | 12.36 | 4.09 | - |
| YUV | 80.6 | 110.17 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 49 | 0 | 0.84 | 0.74 | 0.25 | 352.96 | 0.73 | 0.44 |
| Hex | C0 | 1E | 31 | 0 | 54 | 4A | 19 | 161 | 49 | 2C |
| Octal | 300 | 36 | 61 | 0 | 124 | 112 | 31 | 541 | 111 | 54 |
| Binary | 11000000 | 11110 | 110001 | 0 | 1010100 | 1001010 | 11001 | 101100001 | 1001001 | 101100 |
Color Harmonies of #C01E31
Complementary color
Monochromatic Colors of #C01E31
Black with #C01E31
Text Example
Text Example
White with #C01E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01E31; }
p { color: rgb(192,30,49); }
H1.HeaderClassName
{
color: #C01E31;
}
.AnyTagClassName
{
color: #C01E31;
}
</style>
background-color css
<style>
a { background-color: #C01E31; }
a { background-color: rgb(192,30,49); }
div.DivClassName
{
background-color: #C01E31;
}
.BgClassName
{
background-color: #C01E31;
}
</style>
border-color css
<style>
span { border-color: #C01E31; }
span { border-color: rgb(192,30,49); }
td.TdClassName
{
border-color: #C01E31;
}
.TagClassName
{
border-color: #C01E31;
}
</style>