Shades of Cardinal #C01238
Tints of Cardinal #C01238
RGB
CMYK
RGB Variations
Color information
#C01238 (or 0xC01238) is known color: Cardinal. HEX triplet: C0, 12 and 38. RGB value is (192,18,56). Sum of RGB (Red+Green+Blue) = 192+18+56=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C01238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01238 is #3FEDC7. Grayscale: #4A4A4A. Windows color (decimal): -4189640 or 3674816. OLE color: 3674816.
HSL color Cylindrical-coordinate representation of color #C01238: hue angle of 346.9º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01238 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 56 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.25 |
| HSL | 346.9º | 0.83% | 0.41% | - |
| HSV(B) | 346.9º | 0.91% | 0.75% | - |
| XYZ | 22.67 | 11.92 | 4.85 | - |
| YUV | 74.36 | 117.65 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 56 | 0 | 0.91 | 0.71 | 0.25 | 346.9 | 0.83 | 0.41 |
| Hex | C0 | 12 | 38 | 0 | 5B | 47 | 19 | 15B | 53 | 29 |
| Octal | 300 | 22 | 70 | 0 | 133 | 107 | 31 | 533 | 123 | 51 |
| Binary | 11000000 | 10010 | 111000 | 0 | 1011011 | 1000111 | 11001 | 101011011 | 1010011 | 101001 |
Color Harmonies of #C01238
Complementary color
Monochromatic Colors of #C01238
Black with #C01238
Text Example
Text Example
White with #C01238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01238; }
p { color: rgb(192,18,56); }
H1.HeaderClassName
{
color: #C01238;
}
.AnyTagClassName
{
color: #C01238;
}
</style>
background-color css
<style>
a { background-color: #C01238; }
a { background-color: rgb(192,18,56); }
div.DivClassName
{
background-color: #C01238;
}
.BgClassName
{
background-color: #C01238;
}
</style>
border-color css
<style>
span { border-color: #C01238; }
span { border-color: rgb(192,18,56); }
td.TdClassName
{
border-color: #C01238;
}
.TagClassName
{
border-color: #C01238;
}
</style>