Shades of Brick Red #C7354A
Tints of Brick Red #C7354A
RGB
CMYK
RGB Variations
Color information
#C7354A (or 0xC7354A) is known color: Brick Red. HEX triplet: C7, 35 and 4A. RGB value is (199,53,74). Sum of RGB (Red+Green+Blue) = 199+53+74=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C7354A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7354A is #38CAB5. Grayscale: #636363. Windows color (decimal): -3721910 or 4863431. OLE color: 4863431.
HSL color Cylindrical-coordinate representation of color #C7354A: hue angle of 351.37º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7354A is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 53 | 74 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.22 |
| HSL | 351.37º | 0.58% | 0.49% | - |
| HSV(B) | 351.37º | 0.73% | 0.78% | - |
| XYZ | 26.06 | 15.18 | 8.04 | - |
| YUV | 99.05 | 113.87 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 74 | 0 | 0.73 | 0.63 | 0.22 | 351.37 | 0.58 | 0.49 |
| Hex | C7 | 35 | 4A | 0 | 49 | 3F | 16 | 15F | 3A | 31 |
| Octal | 307 | 65 | 112 | 0 | 111 | 77 | 26 | 537 | 72 | 61 |
| Binary | 11000111 | 110101 | 1001010 | 0 | 1001001 | 111111 | 10110 | 101011111 | 111010 | 110001 |
Color Harmonies of #C7354A
Complementary color
Monochromatic Colors of #C7354A
Black with #C7354A
Text Example
Text Example
White with #C7354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7354A; }
p { color: rgb(199,53,74); }
H1.HeaderClassName
{
color: #C7354A;
}
.AnyTagClassName
{
color: #C7354A;
}
</style>
background-color css
<style>
a { background-color: #C7354A; }
a { background-color: rgb(199,53,74); }
div.DivClassName
{
background-color: #C7354A;
}
.BgClassName
{
background-color: #C7354A;
}
</style>
border-color css
<style>
span { border-color: #C7354A; }
span { border-color: rgb(199,53,74); }
td.TdClassName
{
border-color: #C7354A;
}
.TagClassName
{
border-color: #C7354A;
}
</style>