Shades of Cardinal #C72334
Tints of Cardinal #C72334
RGB
CMYK
RGB Variations
Color information
#C72334 (or 0xC72334) is known color: Cardinal. HEX triplet: C7, 23 and 34. RGB value is (199,35,52). Sum of RGB (Red+Green+Blue) = 199+35+52=286 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.58% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 199 - color contains mainly: red. Hex color #C72334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72334 is #38DCCB. Grayscale: #565656. Windows color (decimal): -3726540 or 3417031. OLE color: 3417031.
HSL color Cylindrical-coordinate representation of color #C72334: hue angle of 353.78º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C72334 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 35 | 52 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.22 |
| HSL | 353.78º | 0.7% | 0.46% | - |
| HSV(B) | 353.78º | 0.82% | 0.78% | - |
| XYZ | 24.77 | 13.59 | 4.57 | - |
| YUV | 85.97 | 108.83 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 52 | 0 | 0.82 | 0.74 | 0.22 | 353.78 | 0.7 | 0.46 |
| Hex | C7 | 23 | 34 | 0 | 52 | 4A | 16 | 162 | 46 | 2E |
| Octal | 307 | 43 | 64 | 0 | 122 | 112 | 26 | 542 | 106 | 56 |
| Binary | 11000111 | 100011 | 110100 | 0 | 1010010 | 1001010 | 10110 | 101100010 | 1000110 | 101110 |
Color Harmonies of #C72334
Complementary color
Monochromatic Colors of #C72334
Black with #C72334
Text Example
Text Example
White with #C72334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72334; }
p { color: rgb(199,35,52); }
H1.HeaderClassName
{
color: #C72334;
}
.AnyTagClassName
{
color: #C72334;
}
</style>
background-color css
<style>
a { background-color: #C72334; }
a { background-color: rgb(199,35,52); }
div.DivClassName
{
background-color: #C72334;
}
.BgClassName
{
background-color: #C72334;
}
</style>
border-color css
<style>
span { border-color: #C72334; }
span { border-color: rgb(199,35,52); }
td.TdClassName
{
border-color: #C72334;
}
.TagClassName
{
border-color: #C72334;
}
</style>