Shades of Brick Red #C7273A
Tints of Brick Red #C7273A
RGB
CMYK
RGB Variations
Color information
#C7273A (or 0xC7273A) is known color: Brick Red. HEX triplet: C7, 27 and 3A. RGB value is (199,39,58). Sum of RGB (Red+Green+Blue) = 199+39+58=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C7273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7273A is #38D8C5. Grayscale: #595959. Windows color (decimal): -3725510 or 3811271. OLE color: 3811271.
HSL color Cylindrical-coordinate representation of color #C7273A: hue angle of 352.88º 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 #C7273A is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 39 | 58 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.22 |
| HSL | 352.88º | 0.67% | 0.47% | - |
| HSV(B) | 352.88º | 0.8% | 0.78% | - |
| XYZ | 25.04 | 13.9 | 5.37 | - |
| YUV | 89.01 | 110.51 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 58 | 0 | 0.80 | 0.71 | 0.22 | 352.88 | 0.67 | 0.47 |
| Hex | C7 | 27 | 3A | 0 | 50 | 47 | 16 | 161 | 43 | 2F |
| Octal | 307 | 47 | 72 | 0 | 120 | 107 | 26 | 541 | 103 | 57 |
| Binary | 11000111 | 100111 | 111010 | 0 | 1010000 | 1000111 | 10110 | 101100001 | 1000011 | 101111 |
Color Harmonies of #C7273A
Complementary color
Monochromatic Colors of #C7273A
Black with #C7273A
Text Example
Text Example
White with #C7273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7273A; }
p { color: rgb(199,39,58); }
H1.HeaderClassName
{
color: #C7273A;
}
.AnyTagClassName
{
color: #C7273A;
}
</style>
background-color css
<style>
a { background-color: #C7273A; }
a { background-color: rgb(199,39,58); }
div.DivClassName
{
background-color: #C7273A;
}
.BgClassName
{
background-color: #C7273A;
}
</style>
border-color css
<style>
span { border-color: #C7273A; }
span { border-color: rgb(199,39,58); }
td.TdClassName
{
border-color: #C7273A;
}
.TagClassName
{
border-color: #C7273A;
}
</style>