Shades of Brick Red #C7293C
Tints of Brick Red #C7293C
RGB
CMYK
RGB Variations
Color information
#C7293C (or 0xC7293C) is known color: Brick Red. HEX triplet: C7, 29 and 3C. RGB value is (199,41,60). Sum of RGB (Red+Green+Blue) = 199+41+60=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C7293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7293C is #38D6C3. Grayscale: #5A5A5A. Windows color (decimal): -3724996 or 3942855. OLE color: 3942855.
HSL color Cylindrical-coordinate representation of color #C7293C: hue angle of 352.78º 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 #C7293C is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 60 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.22 |
| HSL | 352.78º | 0.66% | 0.47% | - |
| HSV(B) | 352.78º | 0.79% | 0.78% | - |
| XYZ | 25.16 | 14.05 | 5.66 | - |
| YUV | 90.41 | 110.85 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 60 | 0 | 0.79 | 0.70 | 0.22 | 352.78 | 0.66 | 0.47 |
| Hex | C7 | 29 | 3C | 0 | 4F | 46 | 16 | 161 | 42 | 2F |
| Octal | 307 | 51 | 74 | 0 | 117 | 106 | 26 | 541 | 102 | 57 |
| Binary | 11000111 | 101001 | 111100 | 0 | 1001111 | 1000110 | 10110 | 101100001 | 1000010 | 101111 |
Color Harmonies of #C7293C
Complementary color
Monochromatic Colors of #C7293C
Black with #C7293C
Text Example
Text Example
White with #C7293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7293C; }
p { color: rgb(199,41,60); }
H1.HeaderClassName
{
color: #C7293C;
}
.AnyTagClassName
{
color: #C7293C;
}
</style>
background-color css
<style>
a { background-color: #C7293C; }
a { background-color: rgb(199,41,60); }
div.DivClassName
{
background-color: #C7293C;
}
.BgClassName
{
background-color: #C7293C;
}
</style>
border-color css
<style>
span { border-color: #C7293C; }
span { border-color: rgb(199,41,60); }
td.TdClassName
{
border-color: #C7293C;
}
.TagClassName
{
border-color: #C7293C;
}
</style>