Shades of Cardinal #C72636
Tints of Cardinal #C72636
RGB
CMYK
RGB Variations
Color information
#C72636 (or 0xC72636) is known color: Cardinal. HEX triplet: C7, 26 and 36. RGB value is (199,38,54). Sum of RGB (Red+Green+Blue) = 199+38+54=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C72636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72636 is #38D9C9. Grayscale: #585858. Windows color (decimal): -3725770 or 3548871. OLE color: 3548871.
HSL color Cylindrical-coordinate representation of color #C72636: hue angle of 354.04º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72636 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 54 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.22 |
| HSL | 354.04º | 0.68% | 0.46% | - |
| HSV(B) | 354.04º | 0.81% | 0.78% | - |
| XYZ | 24.91 | 13.79 | 4.84 | - |
| YUV | 87.96 | 108.84 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 54 | 0 | 0.81 | 0.73 | 0.22 | 354.04 | 0.68 | 0.46 |
| Hex | C7 | 26 | 36 | 0 | 51 | 49 | 16 | 162 | 44 | 2E |
| Octal | 307 | 46 | 66 | 0 | 121 | 111 | 26 | 542 | 104 | 56 |
| Binary | 11000111 | 100110 | 110110 | 0 | 1010001 | 1001001 | 10110 | 101100010 | 1000100 | 101110 |
Color Harmonies of #C72636
Complementary color
Monochromatic Colors of #C72636
Black with #C72636
Text Example
Text Example
White with #C72636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72636; }
p { color: rgb(199,38,54); }
H1.HeaderClassName
{
color: #C72636;
}
.AnyTagClassName
{
color: #C72636;
}
</style>
background-color css
<style>
a { background-color: #C72636; }
a { background-color: rgb(199,38,54); }
div.DivClassName
{
background-color: #C72636;
}
.BgClassName
{
background-color: #C72636;
}
</style>
border-color css
<style>
span { border-color: #C72636; }
span { border-color: rgb(199,38,54); }
td.TdClassName
{
border-color: #C72636;
}
.TagClassName
{
border-color: #C72636;
}
</style>