Shades of Fire Brick #C5211D
Tints of Fire Brick #C5211D
RGB
CMYK
RGB Variations
Color information
#C5211D (or 0xC5211D) is known color: Fire Brick. HEX triplet: C5, 21 and 1D. RGB value is (197,33,29). Sum of RGB (Red+Green+Blue) = 197+33+29=259 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.06% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 197 - color contains mainly: red. Hex color #C5211D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5211D is #3ADEE2. Grayscale: #515151. Windows color (decimal): -3858147 or 1909189. OLE color: 1909189.
HSL color Cylindrical-coordinate representation of color #C5211D: hue angle of 1.43º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5211D is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 33 | 29 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.23 |
| HSL | 1.43º | 0.74% | 0.44% | - |
| HSV(B) | 1.43º | 0.85% | 0.77% | - |
| XYZ | 23.79 | 13.05 | 2.43 | - |
| YUV | 81.58 | 98.33 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 29 | 0 | 0.83 | 0.85 | 0.23 | 1.43 | 0.74 | 0.44 |
| Hex | C5 | 21 | 1D | 0 | 53 | 55 | 17 | 1 | 4A | 2C |
| Octal | 305 | 41 | 35 | 0 | 123 | 125 | 27 | 1 | 112 | 54 |
| Binary | 11000101 | 100001 | 11101 | 0 | 1010011 | 1010101 | 10111 | 1 | 1001010 | 101100 |
Color Harmonies of #C5211D
Complementary color
Monochromatic Colors of #C5211D
Black with #C5211D
Text Example
Text Example
White with #C5211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5211D; }
p { color: rgb(197,33,29); }
H1.HeaderClassName
{
color: #C5211D;
}
.AnyTagClassName
{
color: #C5211D;
}
</style>
background-color css
<style>
a { background-color: #C5211D; }
a { background-color: rgb(197,33,29); }
div.DivClassName
{
background-color: #C5211D;
}
.BgClassName
{
background-color: #C5211D;
}
</style>
border-color css
<style>
span { border-color: #C5211D; }
span { border-color: rgb(197,33,29); }
td.TdClassName
{
border-color: #C5211D;
}
.TagClassName
{
border-color: #C5211D;
}
</style>