Shades of Cardinal #C0233E
Tints of Cardinal #C0233E
RGB
CMYK
RGB Variations
Color information
#C0233E (or 0xC0233E) is known color: Cardinal. HEX triplet: C0, 23 and 3E. RGB value is (192,35,62). Sum of RGB (Red+Green+Blue) = 192+35+62=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C0233E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0233E is #3FDCC1. Grayscale: #555555. Windows color (decimal): -4185282 or 4072384. OLE color: 4072384.
HSL color Cylindrical-coordinate representation of color #C0233E: hue angle of 349.68º 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 #C0233E is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 62 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.25 |
| HSL | 349.68º | 0.69% | 0.45% | - |
| HSV(B) | 349.68º | 0.82% | 0.75% | - |
| XYZ | 23.21 | 12.76 | 5.8 | - |
| YUV | 85.02 | 115.01 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 62 | 0 | 0.82 | 0.68 | 0.25 | 349.68 | 0.69 | 0.45 |
| Hex | C0 | 23 | 3E | 0 | 52 | 44 | 19 | 15E | 45 | 2D |
| Octal | 300 | 43 | 76 | 0 | 122 | 104 | 31 | 536 | 105 | 55 |
| Binary | 11000000 | 100011 | 111110 | 0 | 1010010 | 1000100 | 11001 | 101011110 | 1000101 | 101101 |
Color Harmonies of #C0233E
Complementary color
Monochromatic Colors of #C0233E
Black with #C0233E
Text Example
Text Example
White with #C0233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0233E; }
p { color: rgb(192,35,62); }
H1.HeaderClassName
{
color: #C0233E;
}
.AnyTagClassName
{
color: #C0233E;
}
</style>
background-color css
<style>
a { background-color: #C0233E; }
a { background-color: rgb(192,35,62); }
div.DivClassName
{
background-color: #C0233E;
}
.BgClassName
{
background-color: #C0233E;
}
</style>
border-color css
<style>
span { border-color: #C0233E; }
span { border-color: rgb(192,35,62); }
td.TdClassName
{
border-color: #C0233E;
}
.TagClassName
{
border-color: #C0233E;
}
</style>