Shades of Cardinal #C10F30
Tints of Cardinal #C10F30
RGB
CMYK
RGB Variations
Color information
#C10F30 (or 0xC10F30) is known color: Cardinal. HEX triplet: C1, 0F and 30. RGB value is (193,15,48). Sum of RGB (Red+Green+Blue) = 193+15+48=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10F30 is #3EF0CF. Grayscale: #484848. Windows color (decimal): -4124880 or 3149761. OLE color: 3149761.
HSL color Cylindrical-coordinate representation of color #C10F30: hue angle of 348.88º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C10F30 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 48 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.24 |
| HSL | 348.88º | 0.86% | 0.41% | - |
| HSV(B) | 348.88º | 0.92% | 0.76% | - |
| XYZ | 22.7 | 11.89 | 3.9 | - |
| YUV | 71.98 | 114.47 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 48 | 0 | 0.92 | 0.75 | 0.24 | 348.88 | 0.86 | 0.41 |
| Hex | C1 | F | 30 | 0 | 5C | 4B | 18 | 15D | 56 | 29 |
| Octal | 301 | 17 | 60 | 0 | 134 | 113 | 30 | 535 | 126 | 51 |
| Binary | 11000001 | 1111 | 110000 | 0 | 1011100 | 1001011 | 11000 | 101011101 | 1010110 | 101001 |
Color Harmonies of #C10F30
Complementary color
Monochromatic Colors of #C10F30
Black with #C10F30
Text Example
Text Example
White with #C10F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F30; }
p { color: rgb(193,15,48); }
H1.HeaderClassName
{
color: #C10F30;
}
.AnyTagClassName
{
color: #C10F30;
}
</style>
background-color css
<style>
a { background-color: #C10F30; }
a { background-color: rgb(193,15,48); }
div.DivClassName
{
background-color: #C10F30;
}
.BgClassName
{
background-color: #C10F30;
}
</style>
border-color css
<style>
span { border-color: #C10F30; }
span { border-color: rgb(193,15,48); }
td.TdClassName
{
border-color: #C10F30;
}
.TagClassName
{
border-color: #C10F30;
}
</style>