Shades of Cardinal #C20F35
Tints of Cardinal #C20F35
RGB
CMYK
RGB Variations
Color information
#C20F35 (or 0xC20F35) is known color: Cardinal. HEX triplet: C2, 0F and 35. RGB value is (194,15,53). Sum of RGB (Red+Green+Blue) = 194+15+53=262 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.05% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20F35 is #3DF0CA. Grayscale: #484848. Windows color (decimal): -4059339 or 3477442. OLE color: 3477442.
HSL color Cylindrical-coordinate representation of color #C20F35: hue angle of 347.26º 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 #C20F35 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 15 | 53 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.24 |
| HSL | 347.26º | 0.86% | 0.41% | - |
| HSV(B) | 347.26º | 0.92% | 0.76% | - |
| XYZ | 23.06 | 12.07 | 4.48 | - |
| YUV | 72.85 | 116.8 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 53 | 0 | 0.92 | 0.73 | 0.24 | 347.26 | 0.86 | 0.41 |
| Hex | C2 | F | 35 | 0 | 5C | 49 | 18 | 15B | 56 | 29 |
| Octal | 302 | 17 | 65 | 0 | 134 | 111 | 30 | 533 | 126 | 51 |
| Binary | 11000010 | 1111 | 110101 | 0 | 1011100 | 1001001 | 11000 | 101011011 | 1010110 | 101001 |
Color Harmonies of #C20F35
Complementary color
Monochromatic Colors of #C20F35
Black with #C20F35
Text Example
Text Example
White with #C20F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20F35; }
p { color: rgb(194,15,53); }
H1.HeaderClassName
{
color: #C20F35;
}
.AnyTagClassName
{
color: #C20F35;
}
</style>
background-color css
<style>
a { background-color: #C20F35; }
a { background-color: rgb(194,15,53); }
div.DivClassName
{
background-color: #C20F35;
}
.BgClassName
{
background-color: #C20F35;
}
</style>
border-color css
<style>
span { border-color: #C20F35; }
span { border-color: rgb(194,15,53); }
td.TdClassName
{
border-color: #C20F35;
}
.TagClassName
{
border-color: #C20F35;
}
</style>