Shades of Cardinal #C0263E
Tints of Cardinal #C0263E
RGB
CMYK
RGB Variations
Color information
#C0263E (or 0xC0263E) is known color: Cardinal. HEX triplet: C0, 26 and 3E. RGB value is (192,38,62). Sum of RGB (Red+Green+Blue) = 192+38+62=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C0263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0263E is #3FD9C1. Grayscale: #565656. Windows color (decimal): -4184514 or 4073152. OLE color: 4073152.
HSL color Cylindrical-coordinate representation of color #C0263E: hue angle of 350.65º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0263E is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 62 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.25 |
| HSL | 350.65º | 0.67% | 0.45% | - |
| HSV(B) | 350.65º | 0.8% | 0.75% | - |
| XYZ | 23.3 | 12.94 | 5.83 | - |
| YUV | 86.78 | 114.02 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 62 | 0 | 0.80 | 0.68 | 0.25 | 350.65 | 0.67 | 0.45 |
| Hex | C0 | 26 | 3E | 0 | 50 | 44 | 19 | 15F | 43 | 2D |
| Octal | 300 | 46 | 76 | 0 | 120 | 104 | 31 | 537 | 103 | 55 |
| Binary | 11000000 | 100110 | 111110 | 0 | 1010000 | 1000100 | 11001 | 101011111 | 1000011 | 101101 |
Color Harmonies of #C0263E
Complementary color
Monochromatic Colors of #C0263E
Black with #C0263E
Text Example
Text Example
White with #C0263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0263E; }
p { color: rgb(192,38,62); }
H1.HeaderClassName
{
color: #C0263E;
}
.AnyTagClassName
{
color: #C0263E;
}
</style>
background-color css
<style>
a { background-color: #C0263E; }
a { background-color: rgb(192,38,62); }
div.DivClassName
{
background-color: #C0263E;
}
.BgClassName
{
background-color: #C0263E;
}
</style>
border-color css
<style>
span { border-color: #C0263E; }
span { border-color: rgb(192,38,62); }
td.TdClassName
{
border-color: #C0263E;
}
.TagClassName
{
border-color: #C0263E;
}
</style>