Shades of Cardinal #C20234
Tints of Cardinal #C20234
RGB
CMYK
RGB Variations
Color information
#C20234 (or 0xC20234) is known color: Cardinal. HEX triplet: C2, 02 and 34. RGB value is (194,2,52). Sum of RGB (Red+Green+Blue) = 194+2+52=248 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.23% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 194 - color contains mainly: red. Hex color #C20234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20234 is #3DFDCB. Grayscale: #414141. Windows color (decimal): -4062668 or 3408578. OLE color: 3408578.
HSL color Cylindrical-coordinate representation of color #C20234: hue angle of 344.38º 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 #C20234 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 52 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.24 |
| HSL | 344.38º | 0.98% | 0.38% | - |
| HSV(B) | 344.38º | 0.99% | 0.76% | - |
| XYZ | 22.89 | 11.76 | 4.31 | - |
| YUV | 65.11 | 120.61 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 52 | 0 | 0.99 | 0.73 | 0.24 | 344.38 | 0.98 | 0.38 |
| Hex | C2 | 2 | 34 | 0 | 63 | 49 | 18 | 158 | 62 | 26 |
| Octal | 302 | 2 | 64 | 0 | 143 | 111 | 30 | 530 | 142 | 46 |
| Binary | 11000010 | 10 | 110100 | 0 | 1100011 | 1001001 | 11000 | 101011000 | 1100010 | 100110 |
Color Harmonies of #C20234
Complementary color
Monochromatic Colors of #C20234
Black with #C20234
Text Example
Text Example
White with #C20234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20234; }
p { color: rgb(194,2,52); }
H1.HeaderClassName
{
color: #C20234;
}
.AnyTagClassName
{
color: #C20234;
}
</style>
background-color css
<style>
a { background-color: #C20234; }
a { background-color: rgb(194,2,52); }
div.DivClassName
{
background-color: #C20234;
}
.BgClassName
{
background-color: #C20234;
}
</style>
border-color css
<style>
span { border-color: #C20234; }
span { border-color: rgb(194,2,52); }
td.TdClassName
{
border-color: #C20234;
}
.TagClassName
{
border-color: #C20234;
}
</style>