Shades of Cardinal #C71432
Tints of Cardinal #C71432
RGB
CMYK
RGB Variations
Color information
#C71432 (or 0xC71432) is known color: Cardinal. HEX triplet: C7, 14 and 32. RGB value is (199,20,50). Sum of RGB (Red+Green+Blue) = 199+20+50=269 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.98% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 199 - color contains mainly: red. Hex color #C71432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71432 is #38EBCD. Grayscale: #4D4D4D. Windows color (decimal): -3730382 or 3282119. OLE color: 3282119.
HSL color Cylindrical-coordinate representation of color #C71432: hue angle of 349.94º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71432 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 50 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.22 |
| HSL | 349.94º | 0.82% | 0.43% | - |
| HSV(B) | 349.94º | 0.9% | 0.78% | - |
| XYZ | 24.38 | 12.87 | 4.22 | - |
| YUV | 76.94 | 112.8 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 50 | 0 | 0.90 | 0.75 | 0.22 | 349.94 | 0.82 | 0.43 |
| Hex | C7 | 14 | 32 | 0 | 5A | 4B | 16 | 15E | 52 | 2B |
| Octal | 307 | 24 | 62 | 0 | 132 | 113 | 26 | 536 | 122 | 53 |
| Binary | 11000111 | 10100 | 110010 | 0 | 1011010 | 1001011 | 10110 | 101011110 | 1010010 | 101011 |
Color Harmonies of #C71432
Complementary color
Monochromatic Colors of #C71432
Black with #C71432
Text Example
Text Example
White with #C71432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71432; }
p { color: rgb(199,20,50); }
H1.HeaderClassName
{
color: #C71432;
}
.AnyTagClassName
{
color: #C71432;
}
</style>
background-color css
<style>
a { background-color: #C71432; }
a { background-color: rgb(199,20,50); }
div.DivClassName
{
background-color: #C71432;
}
.BgClassName
{
background-color: #C71432;
}
</style>
border-color css
<style>
span { border-color: #C71432; }
span { border-color: rgb(199,20,50); }
td.TdClassName
{
border-color: #C71432;
}
.TagClassName
{
border-color: #C71432;
}
</style>