Shades of Brick Red #C7303F
Tints of Brick Red #C7303F
RGB
CMYK
RGB Variations
Color information
#C7303F (or 0xC7303F) is known color: Brick Red. HEX triplet: C7, 30 and 3F. RGB value is (199,48,63). Sum of RGB (Red+Green+Blue) = 199+48+63=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C7303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7303F is #38CFC0. Grayscale: #5E5E5E. Windows color (decimal): -3723201 or 4141255. OLE color: 4141255.
HSL color Cylindrical-coordinate representation of color #C7303F: hue angle of 354.04º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7303F is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 63 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.22 |
| HSL | 354.04º | 0.61% | 0.48% | - |
| HSV(B) | 354.04º | 0.76% | 0.78% | - |
| XYZ | 25.51 | 14.61 | 6.18 | - |
| YUV | 94.86 | 110.03 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 63 | 0 | 0.76 | 0.68 | 0.22 | 354.04 | 0.61 | 0.48 |
| Hex | C7 | 30 | 3F | 0 | 4C | 44 | 16 | 162 | 3D | 30 |
| Octal | 307 | 60 | 77 | 0 | 114 | 104 | 26 | 542 | 75 | 60 |
| Binary | 11000111 | 110000 | 111111 | 0 | 1001100 | 1000100 | 10110 | 101100010 | 111101 | 110000 |
Color Harmonies of #C7303F
Complementary color
Monochromatic Colors of #C7303F
Black with #C7303F
Text Example
Text Example
White with #C7303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7303F; }
p { color: rgb(199,48,63); }
H1.HeaderClassName
{
color: #C7303F;
}
.AnyTagClassName
{
color: #C7303F;
}
</style>
background-color css
<style>
a { background-color: #C7303F; }
a { background-color: rgb(199,48,63); }
div.DivClassName
{
background-color: #C7303F;
}
.BgClassName
{
background-color: #C7303F;
}
</style>
border-color css
<style>
span { border-color: #C7303F; }
span { border-color: rgb(199,48,63); }
td.TdClassName
{
border-color: #C7303F;
}
.TagClassName
{
border-color: #C7303F;
}
</style>