Shades of Cardinal #C0233C
Tints of Cardinal #C0233C
RGB
CMYK
RGB Variations
Color information
#C0233C (or 0xC0233C) is known color: Cardinal. HEX triplet: C0, 23 and 3C. RGB value is (192,35,60). Sum of RGB (Red+Green+Blue) = 192+35+60=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C0233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0233C is #3FDCC3. Grayscale: #545454. Windows color (decimal): -4185284 or 3941312. OLE color: 3941312.
HSL color Cylindrical-coordinate representation of color #C0233C: hue angle of 350.45º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0233C is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 60 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.25 |
| HSL | 350.45º | 0.69% | 0.45% | - |
| HSV(B) | 350.45º | 0.82% | 0.75% | - |
| XYZ | 23.15 | 12.73 | 5.51 | - |
| YUV | 84.79 | 114.01 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 60 | 0 | 0.82 | 0.69 | 0.25 | 350.45 | 0.69 | 0.45 |
| Hex | C0 | 23 | 3C | 0 | 52 | 45 | 19 | 15E | 45 | 2D |
| Octal | 300 | 43 | 74 | 0 | 122 | 105 | 31 | 536 | 105 | 55 |
| Binary | 11000000 | 100011 | 111100 | 0 | 1010010 | 1000101 | 11001 | 101011110 | 1000101 | 101101 |
Color Harmonies of #C0233C
Complementary color
Monochromatic Colors of #C0233C
Black with #C0233C
Text Example
Text Example
White with #C0233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0233C; }
p { color: rgb(192,35,60); }
H1.HeaderClassName
{
color: #C0233C;
}
.AnyTagClassName
{
color: #C0233C;
}
</style>
background-color css
<style>
a { background-color: #C0233C; }
a { background-color: rgb(192,35,60); }
div.DivClassName
{
background-color: #C0233C;
}
.BgClassName
{
background-color: #C0233C;
}
</style>
border-color css
<style>
span { border-color: #C0233C; }
span { border-color: rgb(192,35,60); }
td.TdClassName
{
border-color: #C0233C;
}
.TagClassName
{
border-color: #C0233C;
}
</style>