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