Shades of Fire Brick #C1211E
Tints of Fire Brick #C1211E
RGB
CMYK
RGB Variations
Color information
#C1211E (or 0xC1211E) is known color: Fire Brick. HEX triplet: C1, 21 and 1E. RGB value is (193,33,30). Sum of RGB (Red+Green+Blue) = 193+33+30=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C1211E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1211E is #3EDEE1. Grayscale: #505050. Windows color (decimal): -4120290 or 1974721. OLE color: 1974721.
HSL color Cylindrical-coordinate representation of color #C1211E: hue angle of 1.1º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1211E is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 33 | 30 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.24 |
| HSL | 1.1º | 0.73% | 0.44% | - |
| HSV(B) | 1.1º | 0.84% | 0.76% | - |
| XYZ | 22.77 | 12.52 | 2.44 | - |
| YUV | 80.5 | 99.51 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 30 | 0 | 0.83 | 0.84 | 0.24 | 1.1 | 0.73 | 0.44 |
| Hex | C1 | 21 | 1E | 0 | 53 | 54 | 18 | 1 | 49 | 2C |
| Octal | 301 | 41 | 36 | 0 | 123 | 124 | 30 | 1 | 111 | 54 |
| Binary | 11000001 | 100001 | 11110 | 0 | 1010011 | 1010100 | 11000 | 1 | 1001001 | 101100 |
Color Harmonies of #C1211E
Complementary color
Monochromatic Colors of #C1211E
Black with #C1211E
Text Example
Text Example
White with #C1211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1211E; }
p { color: rgb(193,33,30); }
H1.HeaderClassName
{
color: #C1211E;
}
.AnyTagClassName
{
color: #C1211E;
}
</style>
background-color css
<style>
a { background-color: #C1211E; }
a { background-color: rgb(193,33,30); }
div.DivClassName
{
background-color: #C1211E;
}
.BgClassName
{
background-color: #C1211E;
}
</style>
border-color css
<style>
span { border-color: #C1211E; }
span { border-color: rgb(193,33,30); }
td.TdClassName
{
border-color: #C1211E;
}
.TagClassName
{
border-color: #C1211E;
}
</style>