Shades of Cardinal #C72438
Tints of Cardinal #C72438
RGB
CMYK
RGB Variations
Color information
#C72438 (or 0xC72438) is known color: Cardinal. HEX triplet: C7, 24 and 38. RGB value is (199,36,56). Sum of RGB (Red+Green+Blue) = 199+36+56=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C72438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72438 is #38DBC7. Grayscale: #575757. Windows color (decimal): -3726280 or 3679431. OLE color: 3679431.
HSL color Cylindrical-coordinate representation of color #C72438: hue angle of 352.64º degrees, saturation: 0.69, 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 #C72438 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 56 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.22 |
| HSL | 352.64º | 0.69% | 0.46% | - |
| HSV(B) | 352.64º | 0.82% | 0.78% | - |
| XYZ | 24.9 | 13.69 | 5.07 | - |
| YUV | 87.02 | 110.5 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 56 | 0 | 0.82 | 0.72 | 0.22 | 352.64 | 0.69 | 0.46 |
| Hex | C7 | 24 | 38 | 0 | 52 | 48 | 16 | 161 | 45 | 2E |
| Octal | 307 | 44 | 70 | 0 | 122 | 110 | 26 | 541 | 105 | 56 |
| Binary | 11000111 | 100100 | 111000 | 0 | 1010010 | 1001000 | 10110 | 101100001 | 1000101 | 101110 |
Color Harmonies of #C72438
Complementary color
Monochromatic Colors of #C72438
Black with #C72438
Text Example
Text Example
White with #C72438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72438; }
p { color: rgb(199,36,56); }
H1.HeaderClassName
{
color: #C72438;
}
.AnyTagClassName
{
color: #C72438;
}
</style>
background-color css
<style>
a { background-color: #C72438; }
a { background-color: rgb(199,36,56); }
div.DivClassName
{
background-color: #C72438;
}
.BgClassName
{
background-color: #C72438;
}
</style>
border-color css
<style>
span { border-color: #C72438; }
span { border-color: rgb(199,36,56); }
td.TdClassName
{
border-color: #C72438;
}
.TagClassName
{
border-color: #C72438;
}
</style>