Shades of Cardinal #C10235
Tints of Cardinal #C10235
RGB
CMYK
RGB Variations
Color information
#C10235 (or 0xC10235) is known color: Cardinal. HEX triplet: C1, 02 and 35. RGB value is (193,2,53). Sum of RGB (Red+Green+Blue) = 193+2+53=248 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.82% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 193 - color contains mainly: red. Hex color #C10235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10235 is #3EFDCA. Grayscale: #404040. Windows color (decimal): -4128203 or 3474113. OLE color: 3474113.
HSL color Cylindrical-coordinate representation of color #C10235: hue angle of 343.98º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10235 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 53 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.24 |
| HSL | 343.98º | 0.98% | 0.38% | - |
| HSV(B) | 343.98º | 0.99% | 0.76% | - |
| XYZ | 22.66 | 11.64 | 4.42 | - |
| YUV | 64.92 | 121.28 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 53 | 0 | 0.99 | 0.73 | 0.24 | 343.98 | 0.98 | 0.38 |
| Hex | C1 | 2 | 35 | 0 | 63 | 49 | 18 | 158 | 62 | 26 |
| Octal | 301 | 2 | 65 | 0 | 143 | 111 | 30 | 530 | 142 | 46 |
| Binary | 11000001 | 10 | 110101 | 0 | 1100011 | 1001001 | 11000 | 101011000 | 1100010 | 100110 |
Color Harmonies of #C10235
Complementary color
Monochromatic Colors of #C10235
Black with #C10235
Text Example
Text Example
White with #C10235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10235; }
p { color: rgb(193,2,53); }
H1.HeaderClassName
{
color: #C10235;
}
.AnyTagClassName
{
color: #C10235;
}
</style>
background-color css
<style>
a { background-color: #C10235; }
a { background-color: rgb(193,2,53); }
div.DivClassName
{
background-color: #C10235;
}
.BgClassName
{
background-color: #C10235;
}
</style>
border-color css
<style>
span { border-color: #C10235; }
span { border-color: rgb(193,2,53); }
td.TdClassName
{
border-color: #C10235;
}
.TagClassName
{
border-color: #C10235;
}
</style>