Shades of Brick Red #C7273C
Tints of Brick Red #C7273C
RGB
CMYK
RGB Variations
Color information
#C7273C (or 0xC7273C) is known color: Brick Red. HEX triplet: C7, 27 and 3C. RGB value is (199,39,60). Sum of RGB (Red+Green+Blue) = 199+39+60=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C7273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7273C is #38D8C3. Grayscale: #595959. Windows color (decimal): -3725508 or 3942343. OLE color: 3942343.
HSL color Cylindrical-coordinate representation of color #C7273C: hue angle of 352.12º 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 #C7273C is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 39 | 60 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.22 |
| HSL | 352.13º | 0.67% | 0.47% | - |
| HSV(B) | 352.13º | 0.8% | 0.78% | - |
| XYZ | 25.09 | 13.92 | 5.64 | - |
| YUV | 89.23 | 111.51 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 60 | 0 | 0.80 | 0.70 | 0.22 | 352.13 | 0.67 | 0.47 |
| Hex | C7 | 27 | 3C | 0 | 50 | 46 | 16 | 160 | 43 | 2F |
| Octal | 307 | 47 | 74 | 0 | 120 | 106 | 26 | 540 | 103 | 57 |
| Binary | 11000111 | 100111 | 111100 | 0 | 1010000 | 1000110 | 10110 | 101100000 | 1000011 | 101111 |
Color Harmonies of #C7273C
Complementary color
Monochromatic Colors of #C7273C
Black with #C7273C
Text Example
Text Example
White with #C7273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7273C; }
p { color: rgb(199,39,60); }
H1.HeaderClassName
{
color: #C7273C;
}
.AnyTagClassName
{
color: #C7273C;
}
</style>
background-color css
<style>
a { background-color: #C7273C; }
a { background-color: rgb(199,39,60); }
div.DivClassName
{
background-color: #C7273C;
}
.BgClassName
{
background-color: #C7273C;
}
</style>
border-color css
<style>
span { border-color: #C7273C; }
span { border-color: rgb(199,39,60); }
td.TdClassName
{
border-color: #C7273C;
}
.TagClassName
{
border-color: #C7273C;
}
</style>