Shades of Cardinal #C00F3C
Tints of Cardinal #C00F3C
RGB
CMYK
RGB Variations
Color information
#C00F3C (or 0xC00F3C) is known color: Cardinal. HEX triplet: C0, 0F and 3C. RGB value is (192,15,60). Sum of RGB (Red+Green+Blue) = 192+15+60=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00F3C is #3FF0C3. Grayscale: #494949. Windows color (decimal): -4190404 or 3936192. OLE color: 3936192.
HSL color Cylindrical-coordinate representation of color #C00F3C: hue angle of 344.75º 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 #C00F3C is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 15 | 60 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.25 |
| HSL | 344.75º | 0.86% | 0.41% | - |
| HSV(B) | 344.75º | 0.92% | 0.75% | - |
| XYZ | 22.72 | 11.87 | 5.37 | - |
| YUV | 73.05 | 120.64 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 60 | 0 | 0.92 | 0.69 | 0.25 | 344.75 | 0.86 | 0.41 |
| Hex | C0 | F | 3C | 0 | 5C | 45 | 19 | 159 | 56 | 29 |
| Octal | 300 | 17 | 74 | 0 | 134 | 105 | 31 | 531 | 126 | 51 |
| Binary | 11000000 | 1111 | 111100 | 0 | 1011100 | 1000101 | 11001 | 101011001 | 1010110 | 101001 |
Color Harmonies of #C00F3C
Complementary color
Monochromatic Colors of #C00F3C
Black with #C00F3C
Text Example
Text Example
White with #C00F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00F3C; }
p { color: rgb(192,15,60); }
H1.HeaderClassName
{
color: #C00F3C;
}
.AnyTagClassName
{
color: #C00F3C;
}
</style>
background-color css
<style>
a { background-color: #C00F3C; }
a { background-color: rgb(192,15,60); }
div.DivClassName
{
background-color: #C00F3C;
}
.BgClassName
{
background-color: #C00F3C;
}
</style>
border-color css
<style>
span { border-color: #C00F3C; }
span { border-color: rgb(192,15,60); }
td.TdClassName
{
border-color: #C00F3C;
}
.TagClassName
{
border-color: #C00F3C;
}
</style>