Shades of Brick Red #C72841
Tints of Brick Red #C72841
RGB
CMYK
RGB Variations
Color information
#C72841 (or 0xC72841) is known color: Brick Red. HEX triplet: C7, 28 and 41. RGB value is (199,40,65). Sum of RGB (Red+Green+Blue) = 199+40+65=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C72841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72841 is #38D7BE. Grayscale: #5A5A5A. Windows color (decimal): -3725247 or 4270279. OLE color: 4270279.
HSL color Cylindrical-coordinate representation of color #C72841: hue angle of 350.57º 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 #C72841 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 40 | 65 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.22 |
| HSL | 350.57º | 0.67% | 0.47% | - |
| HSV(B) | 350.57º | 0.8% | 0.78% | - |
| XYZ | 25.27 | 14.04 | 6.38 | - |
| YUV | 90.39 | 113.68 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 65 | 0 | 0.80 | 0.67 | 0.22 | 350.57 | 0.67 | 0.47 |
| Hex | C7 | 28 | 41 | 0 | 50 | 43 | 16 | 15F | 43 | 2F |
| Octal | 307 | 50 | 101 | 0 | 120 | 103 | 26 | 537 | 103 | 57 |
| Binary | 11000111 | 101000 | 1000001 | 0 | 1010000 | 1000011 | 10110 | 101011111 | 1000011 | 101111 |
Color Harmonies of #C72841
Complementary color
Monochromatic Colors of #C72841
Black with #C72841
Text Example
Text Example
White with #C72841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72841; }
p { color: rgb(199,40,65); }
H1.HeaderClassName
{
color: #C72841;
}
.AnyTagClassName
{
color: #C72841;
}
</style>
background-color css
<style>
a { background-color: #C72841; }
a { background-color: rgb(199,40,65); }
div.DivClassName
{
background-color: #C72841;
}
.BgClassName
{
background-color: #C72841;
}
</style>
border-color css
<style>
span { border-color: #C72841; }
span { border-color: rgb(199,40,65); }
td.TdClassName
{
border-color: #C72841;
}
.TagClassName
{
border-color: #C72841;
}
</style>