Shades of Cardinal #C72734
Tints of Cardinal #C72734
RGB
CMYK
RGB Variations
Color information
#C72734 (or 0xC72734) is known color: Cardinal. HEX triplet: C7, 27 and 34. RGB value is (199,39,52). Sum of RGB (Red+Green+Blue) = 199+39+52=290 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.62% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 199 - color contains mainly: red. Hex color #C72734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72734 is #38D8CB. Grayscale: #585858. Windows color (decimal): -3725516 or 3418055. OLE color: 3418055.
HSL color Cylindrical-coordinate representation of color #C72734: hue angle of 355.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72734 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 39 | 52 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.22 |
| HSL | 355.13º | 0.67% | 0.47% | - |
| HSV(B) | 355.13º | 0.8% | 0.78% | - |
| XYZ | 24.9 | 13.84 | 4.61 | - |
| YUV | 88.32 | 107.51 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 52 | 0 | 0.80 | 0.74 | 0.22 | 355.13 | 0.67 | 0.47 |
| Hex | C7 | 27 | 34 | 0 | 50 | 4A | 16 | 163 | 43 | 2F |
| Octal | 307 | 47 | 64 | 0 | 120 | 112 | 26 | 543 | 103 | 57 |
| Binary | 11000111 | 100111 | 110100 | 0 | 1010000 | 1001010 | 10110 | 101100011 | 1000011 | 101111 |
Color Harmonies of #C72734
Complementary color
Monochromatic Colors of #C72734
Black with #C72734
Text Example
Text Example
White with #C72734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72734; }
p { color: rgb(199,39,52); }
H1.HeaderClassName
{
color: #C72734;
}
.AnyTagClassName
{
color: #C72734;
}
</style>
background-color css
<style>
a { background-color: #C72734; }
a { background-color: rgb(199,39,52); }
div.DivClassName
{
background-color: #C72734;
}
.BgClassName
{
background-color: #C72734;
}
</style>
border-color css
<style>
span { border-color: #C72734; }
span { border-color: rgb(199,39,52); }
td.TdClassName
{
border-color: #C72734;
}
.TagClassName
{
border-color: #C72734;
}
</style>