Shades of Cardinal #C10F2F
Tints of Cardinal #C10F2F
RGB
CMYK
RGB Variations
Color information
#C10F2F (or 0xC10F2F) is known color: Cardinal. HEX triplet: C1, 0F and 2F. RGB value is (193,15,47). Sum of RGB (Red+Green+Blue) = 193+15+47=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10F2F is #3EF0D0. Grayscale: #474747. Windows color (decimal): -4124881 or 3084225. OLE color: 3084225.
HSL color Cylindrical-coordinate representation of color #C10F2F: hue angle of 349.21º 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 #C10F2F is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 47 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.24 |
| HSL | 349.21º | 0.86% | 0.41% | - |
| HSV(B) | 349.21º | 0.92% | 0.76% | - |
| XYZ | 22.68 | 11.88 | 3.79 | - |
| YUV | 71.87 | 113.97 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 47 | 0 | 0.92 | 0.76 | 0.24 | 349.21 | 0.86 | 0.41 |
| Hex | C1 | F | 2F | 0 | 5C | 4C | 18 | 15D | 56 | 29 |
| Octal | 301 | 17 | 57 | 0 | 134 | 114 | 30 | 535 | 126 | 51 |
| Binary | 11000001 | 1111 | 101111 | 0 | 1011100 | 1001100 | 11000 | 101011101 | 1010110 | 101001 |
Color Harmonies of #C10F2F
Complementary color
Monochromatic Colors of #C10F2F
Black with #C10F2F
Text Example
Text Example
White with #C10F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F2F; }
p { color: rgb(193,15,47); }
H1.HeaderClassName
{
color: #C10F2F;
}
.AnyTagClassName
{
color: #C10F2F;
}
</style>
background-color css
<style>
a { background-color: #C10F2F; }
a { background-color: rgb(193,15,47); }
div.DivClassName
{
background-color: #C10F2F;
}
.BgClassName
{
background-color: #C10F2F;
}
</style>
border-color css
<style>
span { border-color: #C10F2F; }
span { border-color: rgb(193,15,47); }
td.TdClassName
{
border-color: #C10F2F;
}
.TagClassName
{
border-color: #C10F2F;
}
</style>