Shades of Cardinal #C72333
Tints of Cardinal #C72333
RGB
CMYK
RGB Variations
Color information
#C72333 (or 0xC72333) is known color: Cardinal. HEX triplet: C7, 23 and 33. RGB value is (199,35,51). Sum of RGB (Red+Green+Blue) = 199+35+51=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C72333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72333 is #38DCCC. Grayscale: #555555. Windows color (decimal): -3726541 or 3351495. OLE color: 3351495.
HSL color Cylindrical-coordinate representation of color #C72333: hue angle of 354.15º 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 #C72333 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 35 | 51 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.22 |
| HSL | 354.15º | 0.7% | 0.46% | - |
| HSV(B) | 354.15º | 0.82% | 0.78% | - |
| XYZ | 24.75 | 13.58 | 4.45 | - |
| YUV | 85.86 | 108.33 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 51 | 0 | 0.82 | 0.74 | 0.22 | 354.15 | 0.7 | 0.46 |
| Hex | C7 | 23 | 33 | 0 | 52 | 4A | 16 | 162 | 46 | 2E |
| Octal | 307 | 43 | 63 | 0 | 122 | 112 | 26 | 542 | 106 | 56 |
| Binary | 11000111 | 100011 | 110011 | 0 | 1010010 | 1001010 | 10110 | 101100010 | 1000110 | 101110 |
Color Harmonies of #C72333
Complementary color
Monochromatic Colors of #C72333
Black with #C72333
Text Example
Text Example
White with #C72333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72333; }
p { color: rgb(199,35,51); }
H1.HeaderClassName
{
color: #C72333;
}
.AnyTagClassName
{
color: #C72333;
}
</style>
background-color css
<style>
a { background-color: #C72333; }
a { background-color: rgb(199,35,51); }
div.DivClassName
{
background-color: #C72333;
}
.BgClassName
{
background-color: #C72333;
}
</style>
border-color css
<style>
span { border-color: #C72333; }
span { border-color: rgb(199,35,51); }
td.TdClassName
{
border-color: #C72333;
}
.TagClassName
{
border-color: #C72333;
}
</style>