Shades of Cardinal #C01E48
Tints of Cardinal #C01E48
RGB
CMYK
RGB Variations
Color information
#C01E48 (or 0xC01E48) is known color: Cardinal. HEX triplet: C0, 1E and 48. RGB value is (192,30,72). Sum of RGB (Red+Green+Blue) = 192+30+72=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01E48 is #3FE1B7. Grayscale: #535353. Windows color (decimal): -4186552 or 4726464. OLE color: 4726464.
HSL color Cylindrical-coordinate representation of color #C01E48: hue angle of 344.44º 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 #C01E48 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 72 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.25 |
| HSL | 344.44º | 0.73% | 0.44% | - |
| HSV(B) | 344.44º | 0.84% | 0.75% | - |
| XYZ | 23.37 | 12.6 | 7.33 | - |
| YUV | 83.23 | 121.67 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 72 | 0 | 0.84 | 0.63 | 0.25 | 344.44 | 0.73 | 0.44 |
| Hex | C0 | 1E | 48 | 0 | 54 | 3F | 19 | 158 | 49 | 2C |
| Octal | 300 | 36 | 110 | 0 | 124 | 77 | 31 | 530 | 111 | 54 |
| Binary | 11000000 | 11110 | 1001000 | 0 | 1010100 | 111111 | 11001 | 101011000 | 1001001 | 101100 |
Color Harmonies of #C01E48
Complementary color
Monochromatic Colors of #C01E48
Black with #C01E48
Text Example
Text Example
White with #C01E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01E48; }
p { color: rgb(192,30,72); }
H1.HeaderClassName
{
color: #C01E48;
}
.AnyTagClassName
{
color: #C01E48;
}
</style>
background-color css
<style>
a { background-color: #C01E48; }
a { background-color: rgb(192,30,72); }
div.DivClassName
{
background-color: #C01E48;
}
.BgClassName
{
background-color: #C01E48;
}
</style>
border-color css
<style>
span { border-color: #C01E48; }
span { border-color: rgb(192,30,72); }
td.TdClassName
{
border-color: #C01E48;
}
.TagClassName
{
border-color: #C01E48;
}
</style>