Shades of Cardinal #C10F34
Tints of Cardinal #C10F34
RGB
CMYK
RGB Variations
Color information
#C10F34 (or 0xC10F34) is known color: Cardinal. HEX triplet: C1, 0F and 34. RGB value is (193,15,52). Sum of RGB (Red+Green+Blue) = 193+15+52=260 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.23% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10F34 is #3EF0CB. Grayscale: #484848. Windows color (decimal): -4124876 or 3411905. OLE color: 3411905.
HSL color Cylindrical-coordinate representation of color #C10F34: hue angle of 347.53º 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 #C10F34 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 52 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.24 |
| HSL | 347.53º | 0.86% | 0.41% | - |
| HSV(B) | 347.53º | 0.92% | 0.76% | - |
| XYZ | 22.78 | 11.93 | 4.35 | - |
| YUV | 72.44 | 116.47 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 52 | 0 | 0.92 | 0.73 | 0.24 | 347.53 | 0.86 | 0.41 |
| Hex | C1 | F | 34 | 0 | 5C | 49 | 18 | 15C | 56 | 29 |
| Octal | 301 | 17 | 64 | 0 | 134 | 111 | 30 | 534 | 126 | 51 |
| Binary | 11000001 | 1111 | 110100 | 0 | 1011100 | 1001001 | 11000 | 101011100 | 1010110 | 101001 |
Color Harmonies of #C10F34
Complementary color
Monochromatic Colors of #C10F34
Black with #C10F34
Text Example
Text Example
White with #C10F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F34; }
p { color: rgb(193,15,52); }
H1.HeaderClassName
{
color: #C10F34;
}
.AnyTagClassName
{
color: #C10F34;
}
</style>
background-color css
<style>
a { background-color: #C10F34; }
a { background-color: rgb(193,15,52); }
div.DivClassName
{
background-color: #C10F34;
}
.BgClassName
{
background-color: #C10F34;
}
</style>
border-color css
<style>
span { border-color: #C10F34; }
span { border-color: rgb(193,15,52); }
td.TdClassName
{
border-color: #C10F34;
}
.TagClassName
{
border-color: #C10F34;
}
</style>