Shades of Brick Red #C7303E
Tints of Brick Red #C7303E
RGB
CMYK
RGB Variations
Color information
#C7303E (or 0xC7303E) is known color: Brick Red. HEX triplet: C7, 30 and 3E. RGB value is (199,48,62). Sum of RGB (Red+Green+Blue) = 199+48+62=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C7303E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7303E is #38CFC1. Grayscale: #5E5E5E. Windows color (decimal): -3723202 or 4075719. OLE color: 4075719.
HSL color Cylindrical-coordinate representation of color #C7303E: hue angle of 354.44º 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 #C7303E is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 62 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.22 |
| HSL | 354.44º | 0.61% | 0.48% | - |
| HSV(B) | 354.44º | 0.76% | 0.78% | - |
| XYZ | 25.48 | 14.6 | 6.03 | - |
| YUV | 94.75 | 109.53 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 62 | 0 | 0.76 | 0.69 | 0.22 | 354.44 | 0.61 | 0.48 |
| Hex | C7 | 30 | 3E | 0 | 4C | 45 | 16 | 162 | 3D | 30 |
| Octal | 307 | 60 | 76 | 0 | 114 | 105 | 26 | 542 | 75 | 60 |
| Binary | 11000111 | 110000 | 111110 | 0 | 1001100 | 1000101 | 10110 | 101100010 | 111101 | 110000 |
Color Harmonies of #C7303E
Complementary color
Monochromatic Colors of #C7303E
Black with #C7303E
Text Example
Text Example
White with #C7303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7303E; }
p { color: rgb(199,48,62); }
H1.HeaderClassName
{
color: #C7303E;
}
.AnyTagClassName
{
color: #C7303E;
}
</style>
background-color css
<style>
a { background-color: #C7303E; }
a { background-color: rgb(199,48,62); }
div.DivClassName
{
background-color: #C7303E;
}
.BgClassName
{
background-color: #C7303E;
}
</style>
border-color css
<style>
span { border-color: #C7303E; }
span { border-color: rgb(199,48,62); }
td.TdClassName
{
border-color: #C7303E;
}
.TagClassName
{
border-color: #C7303E;
}
</style>