Shades of Cardinal #C21038
Tints of Cardinal #C21038
RGB
CMYK
RGB Variations
Color information
#C21038 (or 0xC21038) is known color: Cardinal. HEX triplet: C2, 10 and 38. RGB value is (194,16,56). Sum of RGB (Red+Green+Blue) = 194+16+56=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C21038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21038 is #3DEFC7. Grayscale: #494949. Windows color (decimal): -4059080 or 3674306. OLE color: 3674306.
HSL color Cylindrical-coordinate representation of color #C21038: hue angle of 346.52º degrees, saturation: 0.85, 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 #C21038 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 56 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.24 |
| HSL | 346.52º | 0.85% | 0.41% | - |
| HSV(B) | 346.52º | 0.92% | 0.76% | - |
| XYZ | 23.15 | 12.13 | 4.86 | - |
| YUV | 73.78 | 117.97 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 56 | 0 | 0.92 | 0.71 | 0.24 | 346.52 | 0.85 | 0.41 |
| Hex | C2 | 10 | 38 | 0 | 5C | 47 | 18 | 15B | 55 | 29 |
| Octal | 302 | 20 | 70 | 0 | 134 | 107 | 30 | 533 | 125 | 51 |
| Binary | 11000010 | 10000 | 111000 | 0 | 1011100 | 1000111 | 11000 | 101011011 | 1010101 | 101001 |
Color Harmonies of #C21038
Complementary color
Monochromatic Colors of #C21038
Black with #C21038
Text Example
Text Example
White with #C21038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21038; }
p { color: rgb(194,16,56); }
H1.HeaderClassName
{
color: #C21038;
}
.AnyTagClassName
{
color: #C21038;
}
</style>
background-color css
<style>
a { background-color: #C21038; }
a { background-color: rgb(194,16,56); }
div.DivClassName
{
background-color: #C21038;
}
.BgClassName
{
background-color: #C21038;
}
</style>
border-color css
<style>
span { border-color: #C21038; }
span { border-color: rgb(194,16,56); }
td.TdClassName
{
border-color: #C21038;
}
.TagClassName
{
border-color: #C21038;
}
</style>