Shades of Cardinal #C21D3D
Tints of Cardinal #C21D3D
RGB
CMYK
RGB Variations
Color information
#C21D3D (or 0xC21D3D) is known color: Cardinal. HEX triplet: C2, 1D and 3D. RGB value is (194,29,61). Sum of RGB (Red+Green+Blue) = 194+29+61=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21D3D is #3DE2C2. Grayscale: #525252. Windows color (decimal): -4055747 or 4005314. OLE color: 4005314.
HSL color Cylindrical-coordinate representation of color #C21D3D: hue angle of 348.36º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21D3D is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 29 | 61 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.24 |
| HSL | 348.36º | 0.74% | 0.44% | - |
| HSV(B) | 348.36º | 0.85% | 0.76% | - |
| XYZ | 23.53 | 12.68 | 5.62 | - |
| YUV | 81.98 | 116.16 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 29 | 61 | 0 | 0.85 | 0.69 | 0.24 | 348.36 | 0.74 | 0.44 |
| Hex | C2 | 1D | 3D | 0 | 55 | 45 | 18 | 15C | 4A | 2C |
| Octal | 302 | 35 | 75 | 0 | 125 | 105 | 30 | 534 | 112 | 54 |
| Binary | 11000010 | 11101 | 111101 | 0 | 1010101 | 1000101 | 11000 | 101011100 | 1001010 | 101100 |
Color Harmonies of #C21D3D
Complementary color
Monochromatic Colors of #C21D3D
Black with #C21D3D
Text Example
Text Example
White with #C21D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21D3D; }
p { color: rgb(194,29,61); }
H1.HeaderClassName
{
color: #C21D3D;
}
.AnyTagClassName
{
color: #C21D3D;
}
</style>
background-color css
<style>
a { background-color: #C21D3D; }
a { background-color: rgb(194,29,61); }
div.DivClassName
{
background-color: #C21D3D;
}
.BgClassName
{
background-color: #C21D3D;
}
</style>
border-color css
<style>
span { border-color: #C21D3D; }
span { border-color: rgb(194,29,61); }
td.TdClassName
{
border-color: #C21D3D;
}
.TagClassName
{
border-color: #C21D3D;
}
</style>