Shades of Cardinal #C71F32
Tints of Cardinal #C71F32
RGB
CMYK
RGB Variations
Color information
#C71F32 (or 0xC71F32) is known color: Cardinal. HEX triplet: C7, 1F and 32. RGB value is (199,31,50). Sum of RGB (Red+Green+Blue) = 199+31+50=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71F32 is #38E0CD. Grayscale: #535353. Windows color (decimal): -3727566 or 3284935. OLE color: 3284935.
HSL color Cylindrical-coordinate representation of color #C71F32: hue angle of 353.21º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C71F32 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 31 | 50 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.22 |
| HSL | 353.21º | 0.73% | 0.45% | - |
| HSV(B) | 353.21º | 0.84% | 0.78% | - |
| XYZ | 24.62 | 13.35 | 4.3 | - |
| YUV | 83.4 | 109.16 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 31 | 50 | 0 | 0.84 | 0.75 | 0.22 | 353.21 | 0.73 | 0.45 |
| Hex | C7 | 1F | 32 | 0 | 54 | 4B | 16 | 161 | 49 | 2D |
| Octal | 307 | 37 | 62 | 0 | 124 | 113 | 26 | 541 | 111 | 55 |
| Binary | 11000111 | 11111 | 110010 | 0 | 1010100 | 1001011 | 10110 | 101100001 | 1001001 | 101101 |
Color Harmonies of #C71F32
Complementary color
Monochromatic Colors of #C71F32
Black with #C71F32
Text Example
Text Example
White with #C71F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71F32; }
p { color: rgb(199,31,50); }
H1.HeaderClassName
{
color: #C71F32;
}
.AnyTagClassName
{
color: #C71F32;
}
</style>
background-color css
<style>
a { background-color: #C71F32; }
a { background-color: rgb(199,31,50); }
div.DivClassName
{
background-color: #C71F32;
}
.BgClassName
{
background-color: #C71F32;
}
</style>
border-color css
<style>
span { border-color: #C71F32; }
span { border-color: rgb(199,31,50); }
td.TdClassName
{
border-color: #C71F32;
}
.TagClassName
{
border-color: #C71F32;
}
</style>