Shades of Cardinal #C0103F
Tints of Cardinal #C0103F
RGB
CMYK
RGB Variations
Color information
#C0103F (or 0xC0103F) is known color: Cardinal. HEX triplet: C0, 10 and 3F. RGB value is (192,16,63). Sum of RGB (Red+Green+Blue) = 192+16+63=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C0103F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0103F is #3FEFC0. Grayscale: #494949. Windows color (decimal): -4190145 or 4133056. OLE color: 4133056.
HSL color Cylindrical-coordinate representation of color #C0103F: hue angle of 343.98º degrees, saturation: 0.85, 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 #C0103F is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 63 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.25 |
| HSL | 343.98º | 0.85% | 0.41% | - |
| HSV(B) | 343.98º | 0.92% | 0.75% | - |
| XYZ | 22.82 | 11.94 | 5.8 | - |
| YUV | 73.98 | 121.81 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 63 | 0 | 0.92 | 0.67 | 0.25 | 343.98 | 0.85 | 0.41 |
| Hex | C0 | 10 | 3F | 0 | 5C | 43 | 19 | 158 | 55 | 29 |
| Octal | 300 | 20 | 77 | 0 | 134 | 103 | 31 | 530 | 125 | 51 |
| Binary | 11000000 | 10000 | 111111 | 0 | 1011100 | 1000011 | 11001 | 101011000 | 1010101 | 101001 |
Color Harmonies of #C0103F
Complementary color
Monochromatic Colors of #C0103F
Black with #C0103F
Text Example
Text Example
White with #C0103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0103F; }
p { color: rgb(192,16,63); }
H1.HeaderClassName
{
color: #C0103F;
}
.AnyTagClassName
{
color: #C0103F;
}
</style>
background-color css
<style>
a { background-color: #C0103F; }
a { background-color: rgb(192,16,63); }
div.DivClassName
{
background-color: #C0103F;
}
.BgClassName
{
background-color: #C0103F;
}
</style>
border-color css
<style>
span { border-color: #C0103F; }
span { border-color: rgb(192,16,63); }
td.TdClassName
{
border-color: #C0103F;
}
.TagClassName
{
border-color: #C0103F;
}
</style>