Shades of Brick Red #C7263F
Tints of Brick Red #C7263F
RGB
CMYK
RGB Variations
Color information
#C7263F (or 0xC7263F) is known color: Brick Red. HEX triplet: C7, 26 and 3F. RGB value is (199,38,63). Sum of RGB (Red+Green+Blue) = 199+38+63=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C7263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7263F is #38D9C0. Grayscale: #595959. Windows color (decimal): -3725761 or 4138695. OLE color: 4138695.
HSL color Cylindrical-coordinate representation of color #C7263F: hue angle of 350.68º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7263F is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 63 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.22 |
| HSL | 350.68º | 0.68% | 0.46% | - |
| HSV(B) | 350.68º | 0.81% | 0.78% | - |
| XYZ | 25.14 | 13.89 | 6.06 | - |
| YUV | 88.99 | 113.34 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 63 | 0 | 0.81 | 0.68 | 0.22 | 350.68 | 0.68 | 0.46 |
| Hex | C7 | 26 | 3F | 0 | 51 | 44 | 16 | 15F | 44 | 2E |
| Octal | 307 | 46 | 77 | 0 | 121 | 104 | 26 | 537 | 104 | 56 |
| Binary | 11000111 | 100110 | 111111 | 0 | 1010001 | 1000100 | 10110 | 101011111 | 1000100 | 101110 |
Color Harmonies of #C7263F
Complementary color
Monochromatic Colors of #C7263F
Black with #C7263F
Text Example
Text Example
White with #C7263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7263F; }
p { color: rgb(199,38,63); }
H1.HeaderClassName
{
color: #C7263F;
}
.AnyTagClassName
{
color: #C7263F;
}
</style>
background-color css
<style>
a { background-color: #C7263F; }
a { background-color: rgb(199,38,63); }
div.DivClassName
{
background-color: #C7263F;
}
.BgClassName
{
background-color: #C7263F;
}
</style>
border-color css
<style>
span { border-color: #C7263F; }
span { border-color: rgb(199,38,63); }
td.TdClassName
{
border-color: #C7263F;
}
.TagClassName
{
border-color: #C7263F;
}
</style>