Shades of Brick Red #C82547
Tints of Brick Red #C82547
RGB
CMYK
RGB Variations
Color information
#C82547 (or 0xC82547) is known color: Brick Red. HEX triplet: C8, 25 and 47. RGB value is (200,37,71). Sum of RGB (Red+Green+Blue) = 200+37+71=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C82547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82547 is #37DAB8. Grayscale: #595959. Windows color (decimal): -3660473 or 4662728. OLE color: 4662728.
HSL color Cylindrical-coordinate representation of color #C82547: hue angle of 347.48º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82547 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 71 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.22 |
| HSL | 347.48º | 0.69% | 0.46% | - |
| HSV(B) | 347.48º | 0.82% | 0.78% | - |
| XYZ | 25.62 | 14.06 | 7.32 | - |
| YUV | 89.61 | 117.5 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 71 | 0 | 0.82 | 0.64 | 0.22 | 347.48 | 0.69 | 0.46 |
| Hex | C8 | 25 | 47 | 0 | 52 | 40 | 16 | 15B | 45 | 2E |
| Octal | 310 | 45 | 107 | 0 | 122 | 100 | 26 | 533 | 105 | 56 |
| Binary | 11001000 | 100101 | 1000111 | 0 | 1010010 | 1000000 | 10110 | 101011011 | 1000101 | 101110 |
Color Harmonies of #C82547
Complementary color
Monochromatic Colors of #C82547
Black with #C82547
Text Example
Text Example
White with #C82547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82547; }
p { color: rgb(200,37,71); }
H1.HeaderClassName
{
color: #C82547;
}
.AnyTagClassName
{
color: #C82547;
}
</style>
background-color css
<style>
a { background-color: #C82547; }
a { background-color: rgb(200,37,71); }
div.DivClassName
{
background-color: #C82547;
}
.BgClassName
{
background-color: #C82547;
}
</style>
border-color css
<style>
span { border-color: #C82547; }
span { border-color: rgb(200,37,71); }
td.TdClassName
{
border-color: #C82547;
}
.TagClassName
{
border-color: #C82547;
}
</style>