Shades of Cardinal #C00233
Tints of Cardinal #C00233
RGB
CMYK
RGB Variations
Color information
#C00233 (or 0xC00233) is known color: Cardinal. HEX triplet: C0, 02 and 33. RGB value is (192,2,51). Sum of RGB (Red+Green+Blue) = 192+2+51=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C00233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00233 is #3FFDCC. Grayscale: #404040. Windows color (decimal): -4193741 or 3343040. OLE color: 3343040.
HSL color Cylindrical-coordinate representation of color #C00233: hue angle of 344.53º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00233 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 51 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.25 |
| HSL | 344.53º | 0.98% | 0.38% | - |
| HSV(B) | 344.53º | 0.99% | 0.75% | - |
| XYZ | 22.36 | 11.49 | 4.17 | - |
| YUV | 64.4 | 120.45 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 51 | 0 | 0.99 | 0.73 | 0.25 | 344.53 | 0.98 | 0.38 |
| Hex | C0 | 2 | 33 | 0 | 63 | 49 | 19 | 159 | 62 | 26 |
| Octal | 300 | 2 | 63 | 0 | 143 | 111 | 31 | 531 | 142 | 46 |
| Binary | 11000000 | 10 | 110011 | 0 | 1100011 | 1001001 | 11001 | 101011001 | 1100010 | 100110 |
Color Harmonies of #C00233
Complementary color
Monochromatic Colors of #C00233
Black with #C00233
Text Example
Text Example
White with #C00233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00233; }
p { color: rgb(192,2,51); }
H1.HeaderClassName
{
color: #C00233;
}
.AnyTagClassName
{
color: #C00233;
}
</style>
background-color css
<style>
a { background-color: #C00233; }
a { background-color: rgb(192,2,51); }
div.DivClassName
{
background-color: #C00233;
}
.BgClassName
{
background-color: #C00233;
}
</style>
border-color css
<style>
span { border-color: #C00233; }
span { border-color: rgb(192,2,51); }
td.TdClassName
{
border-color: #C00233;
}
.TagClassName
{
border-color: #C00233;
}
</style>