Shades of Cardinal #C02633
Tints of Cardinal #C02633
RGB
CMYK
RGB Variations
Color information
#C02633 (or 0xC02633) is known color: Cardinal. HEX triplet: C0, 26 and 33. RGB value is (192,38,51). Sum of RGB (Red+Green+Blue) = 192+38+51=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C02633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02633 is #3FD9CC. Grayscale: #555555. Windows color (decimal): -4184525 or 3352256. OLE color: 3352256.
HSL color Cylindrical-coordinate representation of color #C02633: hue angle of 354.94º 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 #C02633 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 51 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.25 |
| HSL | 354.94º | 0.67% | 0.45% | - |
| HSV(B) | 354.94º | 0.8% | 0.75% | - |
| XYZ | 23.03 | 12.83 | 4.39 | - |
| YUV | 85.53 | 108.52 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 51 | 0 | 0.80 | 0.73 | 0.25 | 354.94 | 0.67 | 0.45 |
| Hex | C0 | 26 | 33 | 0 | 50 | 49 | 19 | 163 | 43 | 2D |
| Octal | 300 | 46 | 63 | 0 | 120 | 111 | 31 | 543 | 103 | 55 |
| Binary | 11000000 | 100110 | 110011 | 0 | 1010000 | 1001001 | 11001 | 101100011 | 1000011 | 101101 |
Color Harmonies of #C02633
Complementary color
Monochromatic Colors of #C02633
Black with #C02633
Text Example
Text Example
White with #C02633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02633; }
p { color: rgb(192,38,51); }
H1.HeaderClassName
{
color: #C02633;
}
.AnyTagClassName
{
color: #C02633;
}
</style>
background-color css
<style>
a { background-color: #C02633; }
a { background-color: rgb(192,38,51); }
div.DivClassName
{
background-color: #C02633;
}
.BgClassName
{
background-color: #C02633;
}
</style>
border-color css
<style>
span { border-color: #C02633; }
span { border-color: rgb(192,38,51); }
td.TdClassName
{
border-color: #C02633;
}
.TagClassName
{
border-color: #C02633;
}
</style>