Shades of Brick Red #C8263C
Tints of Brick Red #C8263C
RGB
CMYK
RGB Variations
Color information
#C8263C (or 0xC8263C) is known color: Brick Red. HEX triplet: C8, 26 and 3C. RGB value is (200,38,60). Sum of RGB (Red+Green+Blue) = 200+38+60=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C8263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8263C is #37D9C3. Grayscale: #595959. Windows color (decimal): -3660228 or 3942088. OLE color: 3942088.
HSL color Cylindrical-coordinate representation of color #C8263C: hue angle of 351.85º 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 #C8263C is Cyan = 0, Magento = 0.81, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 60 | - |
| CMYK | 0 | 0.81 | 0.7 | 0.22 |
| HSL | 351.85º | 0.68% | 0.47% | - |
| HSV(B) | 351.85º | 0.81% | 0.78% | - |
| XYZ | 25.33 | 13.99 | 5.64 | - |
| YUV | 88.95 | 111.67 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 60 | 0 | 0.81 | 0.7 | 0.22 | 351.85 | 0.68 | 0.47 |
| Hex | C8 | 26 | 3C | 0 | 51 | 46 | 16 | 160 | 44 | 2F |
| Octal | 310 | 46 | 74 | 0 | 121 | 106 | 26 | 540 | 104 | 57 |
| Binary | 11001000 | 100110 | 111100 | 0 | 1010001 | 1000110 | 10110 | 101100000 | 1000100 | 101111 |
Color Harmonies of #C8263C
Complementary color
Monochromatic Colors of #C8263C
Black with #C8263C
Text Example
Text Example
White with #C8263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8263C; }
p { color: rgb(200,38,60); }
H1.HeaderClassName
{
color: #C8263C;
}
.AnyTagClassName
{
color: #C8263C;
}
</style>
background-color css
<style>
a { background-color: #C8263C; }
a { background-color: rgb(200,38,60); }
div.DivClassName
{
background-color: #C8263C;
}
.BgClassName
{
background-color: #C8263C;
}
</style>
border-color css
<style>
span { border-color: #C8263C; }
span { border-color: rgb(200,38,60); }
td.TdClassName
{
border-color: #C8263C;
}
.TagClassName
{
border-color: #C8263C;
}
</style>