Shades of Cardinal #C2023D
Tints of Cardinal #C2023D
RGB
CMYK
RGB Variations
Color information
#C2023D (or 0xC2023D) is known color: Cardinal. HEX triplet: C2, 02 and 3D. RGB value is (194,2,61). Sum of RGB (Red+Green+Blue) = 194+2+61=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C2023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2023D is #3DFDC2. Grayscale: #424242. Windows color (decimal): -4062659 or 3998402. OLE color: 3998402.
HSL color Cylindrical-coordinate representation of color #C2023D: hue angle of 341.56º 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 #C2023D is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.24 |
| HSL | 341.56º | 0.98% | 0.38% | - |
| HSV(B) | 341.56º | 0.99% | 0.76% | - |
| XYZ | 23.11 | 11.85 | 5.48 | - |
| YUV | 66.13 | 125.11 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 61 | 0 | 0.99 | 0.69 | 0.24 | 341.56 | 0.98 | 0.38 |
| Hex | C2 | 2 | 3D | 0 | 63 | 45 | 18 | 156 | 62 | 26 |
| Octal | 302 | 2 | 75 | 0 | 143 | 105 | 30 | 526 | 142 | 46 |
| Binary | 11000010 | 10 | 111101 | 0 | 1100011 | 1000101 | 11000 | 101010110 | 1100010 | 100110 |
Color Harmonies of #C2023D
Complementary color
Monochromatic Colors of #C2023D
Black with #C2023D
Text Example
Text Example
White with #C2023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2023D; }
p { color: rgb(194,2,61); }
H1.HeaderClassName
{
color: #C2023D;
}
.AnyTagClassName
{
color: #C2023D;
}
</style>
background-color css
<style>
a { background-color: #C2023D; }
a { background-color: rgb(194,2,61); }
div.DivClassName
{
background-color: #C2023D;
}
.BgClassName
{
background-color: #C2023D;
}
</style>
border-color css
<style>
span { border-color: #C2023D; }
span { border-color: rgb(194,2,61); }
td.TdClassName
{
border-color: #C2023D;
}
.TagClassName
{
border-color: #C2023D;
}
</style>