Shades of Brick Red #C33847
Tints of Brick Red #C33847
RGB
CMYK
RGB Variations
Color information
#C33847 (or 0xC33847) is known color: Brick Red. HEX triplet: C3, 38 and 47. RGB value is (195,56,71). Sum of RGB (Red+Green+Blue) = 195+56+71=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C33847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33847 is #3CC7B8. Grayscale: #636363. Windows color (decimal): -3983289 or 4667587. OLE color: 4667587.
HSL color Cylindrical-coordinate representation of color #C33847: hue angle of 353.53º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33847 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 71 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.24 |
| HSL | 353.53º | 0.55% | 0.49% | - |
| HSV(B) | 353.53º | 0.71% | 0.76% | - |
| XYZ | 25.06 | 14.89 | 7.51 | - |
| YUV | 99.27 | 112.05 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 71 | 0 | 0.71 | 0.64 | 0.24 | 353.53 | 0.55 | 0.49 |
| Hex | C3 | 38 | 47 | 0 | 47 | 40 | 18 | 162 | 37 | 31 |
| Octal | 303 | 70 | 107 | 0 | 107 | 100 | 30 | 542 | 67 | 61 |
| Binary | 11000011 | 111000 | 1000111 | 0 | 1000111 | 1000000 | 11000 | 101100010 | 110111 | 110001 |
Color Harmonies of #C33847
Complementary color
Monochromatic Colors of #C33847
Black with #C33847
Text Example
Text Example
White with #C33847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33847; }
p { color: rgb(195,56,71); }
H1.HeaderClassName
{
color: #C33847;
}
.AnyTagClassName
{
color: #C33847;
}
</style>
background-color css
<style>
a { background-color: #C33847; }
a { background-color: rgb(195,56,71); }
div.DivClassName
{
background-color: #C33847;
}
.BgClassName
{
background-color: #C33847;
}
</style>
border-color css
<style>
span { border-color: #C33847; }
span { border-color: rgb(195,56,71); }
td.TdClassName
{
border-color: #C33847;
}
.TagClassName
{
border-color: #C33847;
}
</style>