Shades of Brick Red #C82E3F
Tints of Brick Red #C82E3F
RGB
CMYK
RGB Variations
Color information
#C82E3F (or 0xC82E3F) is known color: Brick Red. HEX triplet: C8, 2E and 3F. RGB value is (200,46,63). Sum of RGB (Red+Green+Blue) = 200+46+63=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82E3F is #37D1C0. Grayscale: #5E5E5E. Windows color (decimal): -3658177 or 4140744. OLE color: 4140744.
HSL color Cylindrical-coordinate representation of color #C82E3F: hue angle of 353.38º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82E3F is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 46 | 63 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.22 |
| HSL | 353.38º | 0.63% | 0.48% | - |
| HSV(B) | 353.38º | 0.77% | 0.78% | - |
| XYZ | 25.69 | 14.59 | 6.17 | - |
| YUV | 93.98 | 110.52 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 63 | 0 | 0.77 | 0.68 | 0.22 | 353.38 | 0.63 | 0.48 |
| Hex | C8 | 2E | 3F | 0 | 4D | 44 | 16 | 161 | 3F | 30 |
| Octal | 310 | 56 | 77 | 0 | 115 | 104 | 26 | 541 | 77 | 60 |
| Binary | 11001000 | 101110 | 111111 | 0 | 1001101 | 1000100 | 10110 | 101100001 | 111111 | 110000 |
Color Harmonies of #C82E3F
Complementary color
Monochromatic Colors of #C82E3F
Black with #C82E3F
Text Example
Text Example
White with #C82E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82E3F; }
p { color: rgb(200,46,63); }
H1.HeaderClassName
{
color: #C82E3F;
}
.AnyTagClassName
{
color: #C82E3F;
}
</style>
background-color css
<style>
a { background-color: #C82E3F; }
a { background-color: rgb(200,46,63); }
div.DivClassName
{
background-color: #C82E3F;
}
.BgClassName
{
background-color: #C82E3F;
}
</style>
border-color css
<style>
span { border-color: #C82E3F; }
span { border-color: rgb(200,46,63); }
td.TdClassName
{
border-color: #C82E3F;
}
.TagClassName
{
border-color: #C82E3F;
}
</style>