Shades of Cardinal #C02737
Tints of Cardinal #C02737
RGB
CMYK
RGB Variations
Color information
#C02737 (or 0xC02737) is known color: Cardinal. HEX triplet: C0, 27 and 37. RGB value is (192,39,55). Sum of RGB (Red+Green+Blue) = 192+39+55=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C02737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02737 is #3FD8C8. Grayscale: #565656. Windows color (decimal): -4184265 or 3614656. OLE color: 3614656.
HSL color Cylindrical-coordinate representation of color #C02737: hue angle of 353.73º degrees, saturation: 0.66, 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 #C02737 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 55 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.25 |
| HSL | 353.73º | 0.66% | 0.45% | - |
| HSV(B) | 353.73º | 0.8% | 0.75% | - |
| XYZ | 23.15 | 12.93 | 4.89 | - |
| YUV | 86.57 | 110.19 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 55 | 0 | 0.80 | 0.71 | 0.25 | 353.73 | 0.66 | 0.45 |
| Hex | C0 | 27 | 37 | 0 | 50 | 47 | 19 | 162 | 42 | 2D |
| Octal | 300 | 47 | 67 | 0 | 120 | 107 | 31 | 542 | 102 | 55 |
| Binary | 11000000 | 100111 | 110111 | 0 | 1010000 | 1000111 | 11001 | 101100010 | 1000010 | 101101 |
Color Harmonies of #C02737
Complementary color
Monochromatic Colors of #C02737
Black with #C02737
Text Example
Text Example
White with #C02737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02737; }
p { color: rgb(192,39,55); }
H1.HeaderClassName
{
color: #C02737;
}
.AnyTagClassName
{
color: #C02737;
}
</style>
background-color css
<style>
a { background-color: #C02737; }
a { background-color: rgb(192,39,55); }
div.DivClassName
{
background-color: #C02737;
}
.BgClassName
{
background-color: #C02737;
}
</style>
border-color css
<style>
span { border-color: #C02737; }
span { border-color: rgb(192,39,55); }
td.TdClassName
{
border-color: #C02737;
}
.TagClassName
{
border-color: #C02737;
}
</style>