Shades of Cardinal #C2133F
Tints of Cardinal #C2133F
RGB
CMYK
RGB Variations
Color information
#C2133F (or 0xC2133F) is known color: Cardinal. HEX triplet: C2, 13 and 3F. RGB value is (194,19,63). Sum of RGB (Red+Green+Blue) = 194+19+63=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C2133F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2133F is #3DECC0. Grayscale: #4C4C4C. Windows color (decimal): -4058305 or 4133826. OLE color: 4133826.
HSL color Cylindrical-coordinate representation of color #C2133F: hue angle of 344.91º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2133F is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 63 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.24 |
| HSL | 344.91º | 0.82% | 0.42% | - |
| HSV(B) | 344.91º | 0.9% | 0.76% | - |
| XYZ | 23.38 | 12.29 | 5.84 | - |
| YUV | 76.34 | 120.48 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 63 | 0 | 0.90 | 0.68 | 0.24 | 344.91 | 0.82 | 0.42 |
| Hex | C2 | 13 | 3F | 0 | 5A | 44 | 18 | 159 | 52 | 2A |
| Octal | 302 | 23 | 77 | 0 | 132 | 104 | 30 | 531 | 122 | 52 |
| Binary | 11000010 | 10011 | 111111 | 0 | 1011010 | 1000100 | 11000 | 101011001 | 1010010 | 101010 |
Color Harmonies of #C2133F
Complementary color
Monochromatic Colors of #C2133F
Black with #C2133F
Text Example
Text Example
White with #C2133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2133F; }
p { color: rgb(194,19,63); }
H1.HeaderClassName
{
color: #C2133F;
}
.AnyTagClassName
{
color: #C2133F;
}
</style>
background-color css
<style>
a { background-color: #C2133F; }
a { background-color: rgb(194,19,63); }
div.DivClassName
{
background-color: #C2133F;
}
.BgClassName
{
background-color: #C2133F;
}
</style>
border-color css
<style>
span { border-color: #C2133F; }
span { border-color: rgb(194,19,63); }
td.TdClassName
{
border-color: #C2133F;
}
.TagClassName
{
border-color: #C2133F;
}
</style>