Shades of Brick Red #C82F47
Tints of Brick Red #C82F47
RGB
CMYK
RGB Variations
Color information
#C82F47 (or 0xC82F47) is known color: Brick Red. HEX triplet: C8, 2F and 47. RGB value is (200,47,71). Sum of RGB (Red+Green+Blue) = 200+47+71=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82F47 is #37D0B8. Grayscale: #5F5F5F. Windows color (decimal): -3657913 or 4665288. OLE color: 4665288.
HSL color Cylindrical-coordinate representation of color #C82F47: hue angle of 350.59º 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 #C82F47 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 71 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.22 |
| HSL | 350.59º | 0.62% | 0.48% | - |
| HSV(B) | 350.59º | 0.77% | 0.78% | - |
| XYZ | 25.97 | 14.77 | 7.44 | - |
| YUV | 95.48 | 114.19 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 71 | 0 | 0.76 | 0.64 | 0.22 | 350.59 | 0.62 | 0.48 |
| Hex | C8 | 2F | 47 | 0 | 4C | 40 | 16 | 15F | 3E | 30 |
| Octal | 310 | 57 | 107 | 0 | 114 | 100 | 26 | 537 | 76 | 60 |
| Binary | 11001000 | 101111 | 1000111 | 0 | 1001100 | 1000000 | 10110 | 101011111 | 111110 | 110000 |
Color Harmonies of #C82F47
Complementary color
Monochromatic Colors of #C82F47
Black with #C82F47
Text Example
Text Example
White with #C82F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82F47; }
p { color: rgb(200,47,71); }
H1.HeaderClassName
{
color: #C82F47;
}
.AnyTagClassName
{
color: #C82F47;
}
</style>
background-color css
<style>
a { background-color: #C82F47; }
a { background-color: rgb(200,47,71); }
div.DivClassName
{
background-color: #C82F47;
}
.BgClassName
{
background-color: #C82F47;
}
</style>
border-color css
<style>
span { border-color: #C82F47; }
span { border-color: rgb(200,47,71); }
td.TdClassName
{
border-color: #C82F47;
}
.TagClassName
{
border-color: #C82F47;
}
</style>