Shades of Cardinal #C00231
Tints of Cardinal #C00231
RGB
CMYK
RGB Variations
Color information
#C00231 (or 0xC00231) is known color: Cardinal. HEX triplet: C0, 02 and 31. RGB value is (192,2,49). Sum of RGB (Red+Green+Blue) = 192+2+49=243 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.01% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 192 - color contains mainly: red. Hex color #C00231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00231 is #3FFDCE. Grayscale: #404040. Windows color (decimal): -4193743 or 3211968. OLE color: 3211968.
HSL color Cylindrical-coordinate representation of color #C00231: hue angle of 345.16º 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 #C00231 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 49 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.25 |
| HSL | 345.16º | 0.98% | 0.38% | - |
| HSV(B) | 345.16º | 0.99% | 0.75% | - |
| XYZ | 22.31 | 11.47 | 3.94 | - |
| YUV | 64.17 | 119.45 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 49 | 0 | 0.99 | 0.74 | 0.25 | 345.16 | 0.98 | 0.38 |
| Hex | C0 | 2 | 31 | 0 | 63 | 4A | 19 | 159 | 62 | 26 |
| Octal | 300 | 2 | 61 | 0 | 143 | 112 | 31 | 531 | 142 | 46 |
| Binary | 11000000 | 10 | 110001 | 0 | 1100011 | 1001010 | 11001 | 101011001 | 1100010 | 100110 |
Color Harmonies of #C00231
Complementary color
Monochromatic Colors of #C00231
Black with #C00231
Text Example
Text Example
White with #C00231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00231; }
p { color: rgb(192,2,49); }
H1.HeaderClassName
{
color: #C00231;
}
.AnyTagClassName
{
color: #C00231;
}
</style>
background-color css
<style>
a { background-color: #C00231; }
a { background-color: rgb(192,2,49); }
div.DivClassName
{
background-color: #C00231;
}
.BgClassName
{
background-color: #C00231;
}
</style>
border-color css
<style>
span { border-color: #C00231; }
span { border-color: rgb(192,2,49); }
td.TdClassName
{
border-color: #C00231;
}
.TagClassName
{
border-color: #C00231;
}
</style>