Shades of Cardinal #C0243E
Tints of Cardinal #C0243E
RGB
CMYK
RGB Variations
Color information
#C0243E (or 0xC0243E) is known color: Cardinal. HEX triplet: C0, 24 and 3E. RGB value is (192,36,62). Sum of RGB (Red+Green+Blue) = 192+36+62=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C0243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0243E is #3FDBC1. Grayscale: #555555. Windows color (decimal): -4185026 or 4072640. OLE color: 4072640.
HSL color Cylindrical-coordinate representation of color #C0243E: hue angle of 350º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0243E is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 62 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.25 |
| HSL | 350º | 0.68% | 0.45% | - |
| HSV(B) | 350º | 0.81% | 0.75% | - |
| XYZ | 23.24 | 12.82 | 5.81 | - |
| YUV | 85.61 | 114.68 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 62 | 0 | 0.81 | 0.68 | 0.25 | 350 | 0.68 | 0.45 |
| Hex | C0 | 24 | 3E | 0 | 51 | 44 | 19 | 15E | 44 | 2D |
| Octal | 300 | 44 | 76 | 0 | 121 | 104 | 31 | 536 | 104 | 55 |
| Binary | 11000000 | 100100 | 111110 | 0 | 1010001 | 1000100 | 11001 | 101011110 | 1000100 | 101101 |
Color Harmonies of #C0243E
Complementary color
Monochromatic Colors of #C0243E
Black with #C0243E
Text Example
Text Example
White with #C0243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0243E; }
p { color: rgb(192,36,62); }
H1.HeaderClassName
{
color: #C0243E;
}
.AnyTagClassName
{
color: #C0243E;
}
</style>
background-color css
<style>
a { background-color: #C0243E; }
a { background-color: rgb(192,36,62); }
div.DivClassName
{
background-color: #C0243E;
}
.BgClassName
{
background-color: #C0243E;
}
</style>
border-color css
<style>
span { border-color: #C0243E; }
span { border-color: rgb(192,36,62); }
td.TdClassName
{
border-color: #C0243E;
}
.TagClassName
{
border-color: #C0243E;
}
</style>