Shades of Cardinal #C20F44
Tints of Cardinal #C20F44
RGB
CMYK
RGB Variations
Color information
#C20F44 (or 0xC20F44) is known color: Cardinal. HEX triplet: C2, 0F and 44. RGB value is (194,15,68). Sum of RGB (Red+Green+Blue) = 194+15+68=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20F44 is #3DF0BB. Grayscale: #4A4A4A. Windows color (decimal): -4059324 or 4460482. OLE color: 4460482.
HSL color Cylindrical-coordinate representation of color #C20F44: hue angle of 342.23º 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 #C20F44 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 15 | 68 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.24 |
| HSL | 342.23º | 0.86% | 0.41% | - |
| HSV(B) | 342.23º | 0.92% | 0.76% | - |
| XYZ | 23.46 | 12.23 | 6.59 | - |
| YUV | 74.56 | 124.3 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 68 | 0 | 0.92 | 0.65 | 0.24 | 342.23 | 0.86 | 0.41 |
| Hex | C2 | F | 44 | 0 | 5C | 41 | 18 | 156 | 56 | 29 |
| Octal | 302 | 17 | 104 | 0 | 134 | 101 | 30 | 526 | 126 | 51 |
| Binary | 11000010 | 1111 | 1000100 | 0 | 1011100 | 1000001 | 11000 | 101010110 | 1010110 | 101001 |
Color Harmonies of #C20F44
Complementary color
Monochromatic Colors of #C20F44
Black with #C20F44
Text Example
Text Example
White with #C20F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20F44; }
p { color: rgb(194,15,68); }
H1.HeaderClassName
{
color: #C20F44;
}
.AnyTagClassName
{
color: #C20F44;
}
</style>
background-color css
<style>
a { background-color: #C20F44; }
a { background-color: rgb(194,15,68); }
div.DivClassName
{
background-color: #C20F44;
}
.BgClassName
{
background-color: #C20F44;
}
</style>
border-color css
<style>
span { border-color: #C20F44; }
span { border-color: rgb(194,15,68); }
td.TdClassName
{
border-color: #C20F44;
}
.TagClassName
{
border-color: #C20F44;
}
</style>