Shades of Brick Red #C72939
Tints of Brick Red #C72939
RGB
CMYK
RGB Variations
Color information
#C72939 (or 0xC72939) is known color: Brick Red. HEX triplet: C7, 29 and 39. RGB value is (199,41,57). Sum of RGB (Red+Green+Blue) = 199+41+57=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C72939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72939 is #38D6C6. Grayscale: #5A5A5A. Windows color (decimal): -3724999 or 3746247. OLE color: 3746247.
HSL color Cylindrical-coordinate representation of color #C72939: hue angle of 353.92º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72939 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 57 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.22 |
| HSL | 353.92º | 0.66% | 0.47% | - |
| HSV(B) | 353.92º | 0.79% | 0.78% | - |
| XYZ | 25.08 | 14.02 | 5.26 | - |
| YUV | 90.07 | 109.35 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 57 | 0 | 0.79 | 0.71 | 0.22 | 353.92 | 0.66 | 0.47 |
| Hex | C7 | 29 | 39 | 0 | 4F | 47 | 16 | 162 | 42 | 2F |
| Octal | 307 | 51 | 71 | 0 | 117 | 107 | 26 | 542 | 102 | 57 |
| Binary | 11000111 | 101001 | 111001 | 0 | 1001111 | 1000111 | 10110 | 101100010 | 1000010 | 101111 |
Color Harmonies of #C72939
Complementary color
Monochromatic Colors of #C72939
Black with #C72939
Text Example
Text Example
White with #C72939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72939; }
p { color: rgb(199,41,57); }
H1.HeaderClassName
{
color: #C72939;
}
.AnyTagClassName
{
color: #C72939;
}
</style>
background-color css
<style>
a { background-color: #C72939; }
a { background-color: rgb(199,41,57); }
div.DivClassName
{
background-color: #C72939;
}
.BgClassName
{
background-color: #C72939;
}
</style>
border-color css
<style>
span { border-color: #C72939; }
span { border-color: rgb(199,41,57); }
td.TdClassName
{
border-color: #C72939;
}
.TagClassName
{
border-color: #C72939;
}
</style>