Shades of Brick Red #C82F3E
Tints of Brick Red #C82F3E
RGB
CMYK
RGB Variations
Color information
#C82F3E (or 0xC82F3E) is known color: Brick Red. HEX triplet: C8, 2F and 3E. RGB value is (200,47,62). Sum of RGB (Red+Green+Blue) = 200+47+62=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82F3E is #37D0C1. Grayscale: #5E5E5E. Windows color (decimal): -3657922 or 4075464. OLE color: 4075464.
HSL color Cylindrical-coordinate representation of color #C82F3E: hue angle of 354.12º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C82F3E is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 62 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.22 |
| HSL | 354.12º | 0.62% | 0.48% | - |
| HSV(B) | 354.12º | 0.77% | 0.78% | - |
| XYZ | 25.71 | 14.66 | 6.03 | - |
| YUV | 94.46 | 109.69 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 62 | 0 | 0.76 | 0.69 | 0.22 | 354.12 | 0.62 | 0.48 |
| Hex | C8 | 2F | 3E | 0 | 4C | 45 | 16 | 162 | 3E | 30 |
| Octal | 310 | 57 | 76 | 0 | 114 | 105 | 26 | 542 | 76 | 60 |
| Binary | 11001000 | 101111 | 111110 | 0 | 1001100 | 1000101 | 10110 | 101100010 | 111110 | 110000 |
Color Harmonies of #C82F3E
Complementary color
Monochromatic Colors of #C82F3E
Black with #C82F3E
Text Example
Text Example
White with #C82F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82F3E; }
p { color: rgb(200,47,62); }
H1.HeaderClassName
{
color: #C82F3E;
}
.AnyTagClassName
{
color: #C82F3E;
}
</style>
background-color css
<style>
a { background-color: #C82F3E; }
a { background-color: rgb(200,47,62); }
div.DivClassName
{
background-color: #C82F3E;
}
.BgClassName
{
background-color: #C82F3E;
}
</style>
border-color css
<style>
span { border-color: #C82F3E; }
span { border-color: rgb(200,47,62); }
td.TdClassName
{
border-color: #C82F3E;
}
.TagClassName
{
border-color: #C82F3E;
}
</style>