Shades of Cardinal #C21630
Tints of Cardinal #C21630
RGB
CMYK
RGB Variations
Color information
#C21630 (or 0xC21630) is known color: Cardinal. HEX triplet: C2, 16 and 30. RGB value is (194,22,48). Sum of RGB (Red+Green+Blue) = 194+22+48=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C21630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21630 is #3DE9CF. Grayscale: #4C4C4C. Windows color (decimal): -4057552 or 3151554. OLE color: 3151554.
HSL color Cylindrical-coordinate representation of color #C21630: hue angle of 350.93º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21630 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 48 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.24 |
| HSL | 350.93º | 0.8% | 0.42% | - |
| HSV(B) | 350.93º | 0.89% | 0.76% | - |
| XYZ | 23.07 | 12.26 | 3.95 | - |
| YUV | 76.39 | 111.98 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 48 | 0 | 0.89 | 0.75 | 0.24 | 350.93 | 0.8 | 0.42 |
| Hex | C2 | 16 | 30 | 0 | 59 | 4B | 18 | 15F | 50 | 2A |
| Octal | 302 | 26 | 60 | 0 | 131 | 113 | 30 | 537 | 120 | 52 |
| Binary | 11000010 | 10110 | 110000 | 0 | 1011001 | 1001011 | 11000 | 101011111 | 1010000 | 101010 |
Color Harmonies of #C21630
Complementary color
Monochromatic Colors of #C21630
Black with #C21630
Text Example
Text Example
White with #C21630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21630; }
p { color: rgb(194,22,48); }
H1.HeaderClassName
{
color: #C21630;
}
.AnyTagClassName
{
color: #C21630;
}
</style>
background-color css
<style>
a { background-color: #C21630; }
a { background-color: rgb(194,22,48); }
div.DivClassName
{
background-color: #C21630;
}
.BgClassName
{
background-color: #C21630;
}
</style>
border-color css
<style>
span { border-color: #C21630; }
span { border-color: rgb(194,22,48); }
td.TdClassName
{
border-color: #C21630;
}
.TagClassName
{
border-color: #C21630;
}
</style>