Shades of Brick Red #C7263E
Tints of Brick Red #C7263E
RGB
CMYK
RGB Variations
Color information
#C7263E (or 0xC7263E) is known color: Brick Red. HEX triplet: C7, 26 and 3E. RGB value is (199,38,62). Sum of RGB (Red+Green+Blue) = 199+38+62=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C7263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7263E is #38D9C1. Grayscale: #585858. Windows color (decimal): -3725762 or 4073159. OLE color: 4073159.
HSL color Cylindrical-coordinate representation of color #C7263E: hue angle of 351.06º 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 #C7263E is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 62 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.22 |
| HSL | 351.06º | 0.68% | 0.46% | - |
| HSV(B) | 351.06º | 0.81% | 0.78% | - |
| XYZ | 25.12 | 13.88 | 5.91 | - |
| YUV | 88.88 | 112.84 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 62 | 0 | 0.81 | 0.69 | 0.22 | 351.06 | 0.68 | 0.46 |
| Hex | C7 | 26 | 3E | 0 | 51 | 45 | 16 | 15F | 44 | 2E |
| Octal | 307 | 46 | 76 | 0 | 121 | 105 | 26 | 537 | 104 | 56 |
| Binary | 11000111 | 100110 | 111110 | 0 | 1010001 | 1000101 | 10110 | 101011111 | 1000100 | 101110 |
Color Harmonies of #C7263E
Complementary color
Monochromatic Colors of #C7263E
Black with #C7263E
Text Example
Text Example
White with #C7263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7263E; }
p { color: rgb(199,38,62); }
H1.HeaderClassName
{
color: #C7263E;
}
.AnyTagClassName
{
color: #C7263E;
}
</style>
background-color css
<style>
a { background-color: #C7263E; }
a { background-color: rgb(199,38,62); }
div.DivClassName
{
background-color: #C7263E;
}
.BgClassName
{
background-color: #C7263E;
}
</style>
border-color css
<style>
span { border-color: #C7263E; }
span { border-color: rgb(199,38,62); }
td.TdClassName
{
border-color: #C7263E;
}
.TagClassName
{
border-color: #C7263E;
}
</style>