Shades of Brick Red #C7283C
Tints of Brick Red #C7283C
RGB
CMYK
RGB Variations
Color information
#C7283C (or 0xC7283C) is known color: Brick Red. HEX triplet: C7, 28 and 3C. RGB value is (199,40,60). Sum of RGB (Red+Green+Blue) = 199+40+60=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C7283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7283C is #38D7C3. Grayscale: #595959. Windows color (decimal): -3725252 or 3942599. OLE color: 3942599.
HSL color Cylindrical-coordinate representation of color #C7283C: hue angle of 352.45º 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 #C7283C is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 40 | 60 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.22 |
| HSL | 352.45º | 0.67% | 0.47% | - |
| HSV(B) | 352.45º | 0.8% | 0.78% | - |
| XYZ | 25.13 | 13.99 | 5.65 | - |
| YUV | 89.82 | 111.18 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 60 | 0 | 0.80 | 0.70 | 0.22 | 352.45 | 0.67 | 0.47 |
| Hex | C7 | 28 | 3C | 0 | 50 | 46 | 16 | 160 | 43 | 2F |
| Octal | 307 | 50 | 74 | 0 | 120 | 106 | 26 | 540 | 103 | 57 |
| Binary | 11000111 | 101000 | 111100 | 0 | 1010000 | 1000110 | 10110 | 101100000 | 1000011 | 101111 |
Color Harmonies of #C7283C
Complementary color
Monochromatic Colors of #C7283C
Black with #C7283C
Text Example
Text Example
White with #C7283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7283C; }
p { color: rgb(199,40,60); }
H1.HeaderClassName
{
color: #C7283C;
}
.AnyTagClassName
{
color: #C7283C;
}
</style>
background-color css
<style>
a { background-color: #C7283C; }
a { background-color: rgb(199,40,60); }
div.DivClassName
{
background-color: #C7283C;
}
.BgClassName
{
background-color: #C7283C;
}
</style>
border-color css
<style>
span { border-color: #C7283C; }
span { border-color: rgb(199,40,60); }
td.TdClassName
{
border-color: #C7283C;
}
.TagClassName
{
border-color: #C7283C;
}
</style>