Shades of Cardinal #C2023B
Tints of Cardinal #C2023B
RGB
CMYK
RGB Variations
Color information
#C2023B (or 0xC2023B) is known color: Cardinal. HEX triplet: C2, 02 and 3B. RGB value is (194,2,59). Sum of RGB (Red+Green+Blue) = 194+2+59=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C2023B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2023B is #3DFDC4. Grayscale: #414141. Windows color (decimal): -4062661 or 3867330. OLE color: 3867330.
HSL color Cylindrical-coordinate representation of color #C2023B: hue angle of 342.19º 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 #C2023B is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 59 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.24 |
| HSL | 342.19º | 0.98% | 0.38% | - |
| HSV(B) | 342.19º | 0.99% | 0.76% | - |
| XYZ | 23.06 | 11.83 | 5.21 | - |
| YUV | 65.91 | 124.11 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 59 | 0 | 0.99 | 0.70 | 0.24 | 342.19 | 0.98 | 0.38 |
| Hex | C2 | 2 | 3B | 0 | 63 | 46 | 18 | 156 | 62 | 26 |
| Octal | 302 | 2 | 73 | 0 | 143 | 106 | 30 | 526 | 142 | 46 |
| Binary | 11000010 | 10 | 111011 | 0 | 1100011 | 1000110 | 11000 | 101010110 | 1100010 | 100110 |
Color Harmonies of #C2023B
Complementary color
Monochromatic Colors of #C2023B
Black with #C2023B
Text Example
Text Example
White with #C2023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2023B; }
p { color: rgb(194,2,59); }
H1.HeaderClassName
{
color: #C2023B;
}
.AnyTagClassName
{
color: #C2023B;
}
</style>
background-color css
<style>
a { background-color: #C2023B; }
a { background-color: rgb(194,2,59); }
div.DivClassName
{
background-color: #C2023B;
}
.BgClassName
{
background-color: #C2023B;
}
</style>
border-color css
<style>
span { border-color: #C2023B; }
span { border-color: rgb(194,2,59); }
td.TdClassName
{
border-color: #C2023B;
}
.TagClassName
{
border-color: #C2023B;
}
</style>