Shades of Brick Red #C8273A
Tints of Brick Red #C8273A
RGB
CMYK
RGB Variations
Color information
#C8273A (or 0xC8273A) is known color: Brick Red. HEX triplet: C8, 27 and 3A. RGB value is (200,39,58). Sum of RGB (Red+Green+Blue) = 200+39+58=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C8273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8273A is #37D8C5. Grayscale: #595959. Windows color (decimal): -3659974 or 3811272. OLE color: 3811272.
HSL color Cylindrical-coordinate representation of color #C8273A: hue angle of 352.92º degrees, saturation: 0.67, 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 #C8273A is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 58 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.22 |
| HSL | 352.92º | 0.67% | 0.47% | - |
| HSV(B) | 352.92º | 0.81% | 0.78% | - |
| XYZ | 25.31 | 14.04 | 5.38 | - |
| YUV | 89.31 | 110.34 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 58 | 0 | 0.80 | 0.71 | 0.22 | 352.92 | 0.67 | 0.47 |
| Hex | C8 | 27 | 3A | 0 | 50 | 47 | 16 | 161 | 43 | 2F |
| Octal | 310 | 47 | 72 | 0 | 120 | 107 | 26 | 541 | 103 | 57 |
| Binary | 11001000 | 100111 | 111010 | 0 | 1010000 | 1000111 | 10110 | 101100001 | 1000011 | 101111 |
Color Harmonies of #C8273A
Complementary color
Monochromatic Colors of #C8273A
Black with #C8273A
Text Example
Text Example
White with #C8273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8273A; }
p { color: rgb(200,39,58); }
H1.HeaderClassName
{
color: #C8273A;
}
.AnyTagClassName
{
color: #C8273A;
}
</style>
background-color css
<style>
a { background-color: #C8273A; }
a { background-color: rgb(200,39,58); }
div.DivClassName
{
background-color: #C8273A;
}
.BgClassName
{
background-color: #C8273A;
}
</style>
border-color css
<style>
span { border-color: #C8273A; }
span { border-color: rgb(200,39,58); }
td.TdClassName
{
border-color: #C8273A;
}
.TagClassName
{
border-color: #C8273A;
}
</style>