Shades of Brick Red #C8263E
Tints of Brick Red #C8263E
RGB
CMYK
RGB Variations
Color information
#C8263E (or 0xC8263E) is known color: Brick Red. HEX triplet: C8, 26 and 3E. RGB value is (200,38,62). Sum of RGB (Red+Green+Blue) = 200+38+62=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C8263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8263E is #37D9C1. Grayscale: #595959. Windows color (decimal): -3660226 or 4073160. OLE color: 4073160.
HSL color Cylindrical-coordinate representation of color #C8263E: hue angle of 351.11º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8263E is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 62 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.22 |
| HSL | 351.11º | 0.68% | 0.47% | - |
| HSV(B) | 351.11º | 0.81% | 0.78% | - |
| XYZ | 25.38 | 14.01 | 5.92 | - |
| YUV | 89.17 | 112.67 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 62 | 0 | 0.81 | 0.69 | 0.22 | 351.11 | 0.68 | 0.47 |
| Hex | C8 | 26 | 3E | 0 | 51 | 45 | 16 | 15F | 44 | 2F |
| Octal | 310 | 46 | 76 | 0 | 121 | 105 | 26 | 537 | 104 | 57 |
| Binary | 11001000 | 100110 | 111110 | 0 | 1010001 | 1000101 | 10110 | 101011111 | 1000100 | 101111 |
Color Harmonies of #C8263E
Complementary color
Monochromatic Colors of #C8263E
Black with #C8263E
Text Example
Text Example
White with #C8263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8263E; }
p { color: rgb(200,38,62); }
H1.HeaderClassName
{
color: #C8263E;
}
.AnyTagClassName
{
color: #C8263E;
}
</style>
background-color css
<style>
a { background-color: #C8263E; }
a { background-color: rgb(200,38,62); }
div.DivClassName
{
background-color: #C8263E;
}
.BgClassName
{
background-color: #C8263E;
}
</style>
border-color css
<style>
span { border-color: #C8263E; }
span { border-color: rgb(200,38,62); }
td.TdClassName
{
border-color: #C8263E;
}
.TagClassName
{
border-color: #C8263E;
}
</style>