Shades of Cardinal #C60233
Tints of Cardinal #C60233
RGB
CMYK
RGB Variations
Color information
#C60233 (or 0xC60233) is known color: Cardinal. HEX triplet: C6, 02 and 33. RGB value is (198,2,51). Sum of RGB (Red+Green+Blue) = 198+2+51=251 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.88% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 198 - color contains mainly: red. Hex color #C60233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60233 is #39FDCC. Grayscale: #424242. Windows color (decimal): -3800525 or 3343046. OLE color: 3343046.
HSL color Cylindrical-coordinate representation of color #C60233: hue angle of 345º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60233 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 51 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.22 |
| HSL | 345º | 0.98% | 0.39% | - |
| HSV(B) | 345º | 0.99% | 0.78% | - |
| XYZ | 23.91 | 12.29 | 4.24 | - |
| YUV | 66.19 | 119.43 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 51 | 0 | 0.99 | 0.74 | 0.22 | 345 | 0.98 | 0.39 |
| Hex | C6 | 2 | 33 | 0 | 63 | 4A | 16 | 159 | 62 | 27 |
| Octal | 306 | 2 | 63 | 0 | 143 | 112 | 26 | 531 | 142 | 47 |
| Binary | 11000110 | 10 | 110011 | 0 | 1100011 | 1001010 | 10110 | 101011001 | 1100010 | 100111 |
Color Harmonies of #C60233
Complementary color
Monochromatic Colors of #C60233
Black with #C60233
Text Example
Text Example
White with #C60233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60233; }
p { color: rgb(198,2,51); }
H1.HeaderClassName
{
color: #C60233;
}
.AnyTagClassName
{
color: #C60233;
}
</style>
background-color css
<style>
a { background-color: #C60233; }
a { background-color: rgb(198,2,51); }
div.DivClassName
{
background-color: #C60233;
}
.BgClassName
{
background-color: #C60233;
}
</style>
border-color css
<style>
span { border-color: #C60233; }
span { border-color: rgb(198,2,51); }
td.TdClassName
{
border-color: #C60233;
}
.TagClassName
{
border-color: #C60233;
}
</style>