Shades of Cardinal #C00F39
Tints of Cardinal #C00F39
RGB
CMYK
RGB Variations
Color information
#C00F39 (or 0xC00F39) is known color: Cardinal. HEX triplet: C0, 0F and 39. RGB value is (192,15,57). Sum of RGB (Red+Green+Blue) = 192+15+57=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00F39 is #3FF0C6. Grayscale: #484848. Windows color (decimal): -4190407 or 3739584. OLE color: 3739584.
HSL color Cylindrical-coordinate representation of color #C00F39: hue angle of 345.76º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C00F39 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 15 | 57 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.25 |
| HSL | 345.76º | 0.86% | 0.41% | - |
| HSV(B) | 345.76º | 0.92% | 0.75% | - |
| XYZ | 22.65 | 11.84 | 4.96 | - |
| YUV | 72.71 | 119.14 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 57 | 0 | 0.92 | 0.70 | 0.25 | 345.76 | 0.86 | 0.41 |
| Hex | C0 | F | 39 | 0 | 5C | 46 | 19 | 15A | 56 | 29 |
| Octal | 300 | 17 | 71 | 0 | 134 | 106 | 31 | 532 | 126 | 51 |
| Binary | 11000000 | 1111 | 111001 | 0 | 1011100 | 1000110 | 11001 | 101011010 | 1010110 | 101001 |
Color Harmonies of #C00F39
Complementary color
Monochromatic Colors of #C00F39
Black with #C00F39
Text Example
Text Example
White with #C00F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00F39; }
p { color: rgb(192,15,57); }
H1.HeaderClassName
{
color: #C00F39;
}
.AnyTagClassName
{
color: #C00F39;
}
</style>
background-color css
<style>
a { background-color: #C00F39; }
a { background-color: rgb(192,15,57); }
div.DivClassName
{
background-color: #C00F39;
}
.BgClassName
{
background-color: #C00F39;
}
</style>
border-color css
<style>
span { border-color: #C00F39; }
span { border-color: rgb(192,15,57); }
td.TdClassName
{
border-color: #C00F39;
}
.TagClassName
{
border-color: #C00F39;
}
</style>