Shades of Cardinal #C20239
Tints of Cardinal #C20239
RGB
CMYK
RGB Variations
Color information
#C20239 (or 0xC20239) is known color: Cardinal. HEX triplet: C2, 02 and 39. RGB value is (194,2,57). Sum of RGB (Red+Green+Blue) = 194+2+57=253 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.68% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 194 - color contains mainly: red. Hex color #C20239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20239 is #3DFDC6. Grayscale: #414141. Windows color (decimal): -4062663 or 3736258. OLE color: 3736258.
HSL color Cylindrical-coordinate representation of color #C20239: hue angle of 342.81º 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 #C20239 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 57 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.24 |
| HSL | 342.81º | 0.98% | 0.38% | - |
| HSV(B) | 342.81º | 0.99% | 0.76% | - |
| XYZ | 23.01 | 11.81 | 4.94 | - |
| YUV | 65.68 | 123.11 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 57 | 0 | 0.99 | 0.71 | 0.24 | 342.81 | 0.98 | 0.38 |
| Hex | C2 | 2 | 39 | 0 | 63 | 47 | 18 | 157 | 62 | 26 |
| Octal | 302 | 2 | 71 | 0 | 143 | 107 | 30 | 527 | 142 | 46 |
| Binary | 11000010 | 10 | 111001 | 0 | 1100011 | 1000111 | 11000 | 101010111 | 1100010 | 100110 |
Color Harmonies of #C20239
Complementary color
Monochromatic Colors of #C20239
Black with #C20239
Text Example
Text Example
White with #C20239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20239; }
p { color: rgb(194,2,57); }
H1.HeaderClassName
{
color: #C20239;
}
.AnyTagClassName
{
color: #C20239;
}
</style>
background-color css
<style>
a { background-color: #C20239; }
a { background-color: rgb(194,2,57); }
div.DivClassName
{
background-color: #C20239;
}
.BgClassName
{
background-color: #C20239;
}
</style>
border-color css
<style>
span { border-color: #C20239; }
span { border-color: rgb(194,2,57); }
td.TdClassName
{
border-color: #C20239;
}
.TagClassName
{
border-color: #C20239;
}
</style>