Shades of Brick Red #C8283B
Tints of Brick Red #C8283B
RGB
CMYK
RGB Variations
Color information
#C8283B (or 0xC8283B) is known color: Brick Red. HEX triplet: C8, 28 and 3B. RGB value is (200,40,59). Sum of RGB (Red+Green+Blue) = 200+40+59=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C8283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8283B is #37D7C4. Grayscale: #5A5A5A. Windows color (decimal): -3659717 or 3877064. OLE color: 3877064.
HSL color Cylindrical-coordinate representation of color #C8283B: hue angle of 352.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8283B is Cyan = 0, Magento = 0.8, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 59 | - |
| CMYK | 0 | 0.8 | 0.70 | 0.22 |
| HSL | 352.88º | 0.67% | 0.47% | - |
| HSV(B) | 352.88º | 0.8% | 0.78% | - |
| XYZ | 25.37 | 14.11 | 5.52 | - |
| YUV | 90.01 | 110.51 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 59 | 0 | 0.8 | 0.70 | 0.22 | 352.88 | 0.67 | 0.47 |
| Hex | C8 | 28 | 3B | 0 | 50 | 46 | 16 | 161 | 43 | 2F |
| Octal | 310 | 50 | 73 | 0 | 120 | 106 | 26 | 541 | 103 | 57 |
| Binary | 11001000 | 101000 | 111011 | 0 | 1010000 | 1000110 | 10110 | 101100001 | 1000011 | 101111 |
Color Harmonies of #C8283B
Complementary color
Monochromatic Colors of #C8283B
Black with #C8283B
Text Example
Text Example
White with #C8283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8283B; }
p { color: rgb(200,40,59); }
H1.HeaderClassName
{
color: #C8283B;
}
.AnyTagClassName
{
color: #C8283B;
}
</style>
background-color css
<style>
a { background-color: #C8283B; }
a { background-color: rgb(200,40,59); }
div.DivClassName
{
background-color: #C8283B;
}
.BgClassName
{
background-color: #C8283B;
}
</style>
border-color css
<style>
span { border-color: #C8283B; }
span { border-color: rgb(200,40,59); }
td.TdClassName
{
border-color: #C8283B;
}
.TagClassName
{
border-color: #C8283B;
}
</style>