Shades of Brick Red #C5333D
Tints of Brick Red #C5333D
RGB
CMYK
RGB Variations
Color information
#C5333D (or 0xC5333D) is known color: Brick Red. HEX triplet: C5, 33 and 3D. RGB value is (197,51,61). Sum of RGB (Red+Green+Blue) = 197+51+61=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C5333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5333D is #3ACCC2. Grayscale: #5F5F5F. Windows color (decimal): -3853507 or 4010949. OLE color: 4010949.
HSL color Cylindrical-coordinate representation of color #C5333D: hue angle of 355.89º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5333D is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 61 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.23 |
| HSL | 355.89º | 0.59% | 0.49% | - |
| HSV(B) | 355.89º | 0.74% | 0.77% | - |
| XYZ | 25.05 | 14.57 | 5.91 | - |
| YUV | 95.79 | 108.37 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 61 | 0 | 0.74 | 0.69 | 0.23 | 355.89 | 0.59 | 0.49 |
| Hex | C5 | 33 | 3D | 0 | 4A | 45 | 17 | 164 | 3B | 31 |
| Octal | 305 | 63 | 75 | 0 | 112 | 105 | 27 | 544 | 73 | 61 |
| Binary | 11000101 | 110011 | 111101 | 0 | 1001010 | 1000101 | 10111 | 101100100 | 111011 | 110001 |
Color Harmonies of #C5333D
Complementary color
Monochromatic Colors of #C5333D
Black with #C5333D
Text Example
Text Example
White with #C5333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5333D; }
p { color: rgb(197,51,61); }
H1.HeaderClassName
{
color: #C5333D;
}
.AnyTagClassName
{
color: #C5333D;
}
</style>
background-color css
<style>
a { background-color: #C5333D; }
a { background-color: rgb(197,51,61); }
div.DivClassName
{
background-color: #C5333D;
}
.BgClassName
{
background-color: #C5333D;
}
</style>
border-color css
<style>
span { border-color: #C5333D; }
span { border-color: rgb(197,51,61); }
td.TdClassName
{
border-color: #C5333D;
}
.TagClassName
{
border-color: #C5333D;
}
</style>