Shades of Brick Red #C52841
Tints of Brick Red #C52841
RGB
CMYK
RGB Variations
Color information
#C52841 (or 0xC52841) is known color: Brick Red. HEX triplet: C5, 28 and 41. RGB value is (197,40,65). Sum of RGB (Red+Green+Blue) = 197+40+65=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C52841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52841 is #3AD7BE. Grayscale: #595959. Windows color (decimal): -3856319 or 4270277. OLE color: 4270277.
HSL color Cylindrical-coordinate representation of color #C52841: hue angle of 350.45º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52841 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 65 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.23 |
| HSL | 350.45º | 0.66% | 0.46% | - |
| HSV(B) | 350.45º | 0.8% | 0.77% | - |
| XYZ | 24.74 | 13.77 | 6.35 | - |
| YUV | 89.79 | 114.01 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 65 | 0 | 0.80 | 0.67 | 0.23 | 350.45 | 0.66 | 0.46 |
| Hex | C5 | 28 | 41 | 0 | 50 | 43 | 17 | 15E | 42 | 2E |
| Octal | 305 | 50 | 101 | 0 | 120 | 103 | 27 | 536 | 102 | 56 |
| Binary | 11000101 | 101000 | 1000001 | 0 | 1010000 | 1000011 | 10111 | 101011110 | 1000010 | 101110 |
Color Harmonies of #C52841
Complementary color
Monochromatic Colors of #C52841
Black with #C52841
Text Example
Text Example
White with #C52841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52841; }
p { color: rgb(197,40,65); }
H1.HeaderClassName
{
color: #C52841;
}
.AnyTagClassName
{
color: #C52841;
}
</style>
background-color css
<style>
a { background-color: #C52841; }
a { background-color: rgb(197,40,65); }
div.DivClassName
{
background-color: #C52841;
}
.BgClassName
{
background-color: #C52841;
}
</style>
border-color css
<style>
span { border-color: #C52841; }
span { border-color: rgb(197,40,65); }
td.TdClassName
{
border-color: #C52841;
}
.TagClassName
{
border-color: #C52841;
}
</style>