Shades of Cardinal #C02738
Tints of Cardinal #C02738
RGB
CMYK
RGB Variations
Color information
#C02738 (or 0xC02738) is known color: Cardinal. HEX triplet: C0, 27 and 38. RGB value is (192,39,56). Sum of RGB (Red+Green+Blue) = 192+39+56=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C02738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02738 is #3FD8C7. Grayscale: #565656. Windows color (decimal): -4184264 or 3680192. OLE color: 3680192.
HSL color Cylindrical-coordinate representation of color #C02738: hue angle of 353.33º 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 #C02738 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 56 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.25 |
| HSL | 353.33º | 0.66% | 0.45% | - |
| HSV(B) | 353.33º | 0.8% | 0.75% | - |
| XYZ | 23.18 | 12.94 | 5.02 | - |
| YUV | 86.69 | 110.69 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 56 | 0 | 0.80 | 0.71 | 0.25 | 353.33 | 0.66 | 0.45 |
| Hex | C0 | 27 | 38 | 0 | 50 | 47 | 19 | 161 | 42 | 2D |
| Octal | 300 | 47 | 70 | 0 | 120 | 107 | 31 | 541 | 102 | 55 |
| Binary | 11000000 | 100111 | 111000 | 0 | 1010000 | 1000111 | 11001 | 101100001 | 1000010 | 101101 |
Color Harmonies of #C02738
Complementary color
Monochromatic Colors of #C02738
Black with #C02738
Text Example
Text Example
White with #C02738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02738; }
p { color: rgb(192,39,56); }
H1.HeaderClassName
{
color: #C02738;
}
.AnyTagClassName
{
color: #C02738;
}
</style>
background-color css
<style>
a { background-color: #C02738; }
a { background-color: rgb(192,39,56); }
div.DivClassName
{
background-color: #C02738;
}
.BgClassName
{
background-color: #C02738;
}
</style>
border-color css
<style>
span { border-color: #C02738; }
span { border-color: rgb(192,39,56); }
td.TdClassName
{
border-color: #C02738;
}
.TagClassName
{
border-color: #C02738;
}
</style>