Shades of Fire Brick #C2211D
Tints of Fire Brick #C2211D
RGB
CMYK
RGB Variations
Color information
#C2211D (or 0xC2211D) is known color: Fire Brick. HEX triplet: C2, 21 and 1D. RGB value is (194,33,29). Sum of RGB (Red+Green+Blue) = 194+33+29=256 (33% of max value = 765). Red value is 194 (76.17% from 255 or 75.78% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 194 - color contains mainly: red. Hex color #C2211D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2211D is #3DDEE2. Grayscale: #505050. Windows color (decimal): -4054755 or 1909186. OLE color: 1909186.
HSL color Cylindrical-coordinate representation of color #C2211D: hue angle of 1.45º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2211D is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 29 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.24 |
| HSL | 1.45º | 0.74% | 0.44% | - |
| HSV(B) | 1.45º | 0.85% | 0.76% | - |
| XYZ | 23.01 | 12.65 | 2.39 | - |
| YUV | 80.68 | 98.84 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 29 | 0 | 0.83 | 0.85 | 0.24 | 1.45 | 0.74 | 0.44 |
| Hex | C2 | 21 | 1D | 0 | 53 | 55 | 18 | 1 | 4A | 2C |
| Octal | 302 | 41 | 35 | 0 | 123 | 125 | 30 | 1 | 112 | 54 |
| Binary | 11000010 | 100001 | 11101 | 0 | 1010011 | 1010101 | 11000 | 1 | 1001010 | 101100 |
Color Harmonies of #C2211D
Complementary color
Monochromatic Colors of #C2211D
Black with #C2211D
Text Example
Text Example
White with #C2211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2211D; }
p { color: rgb(194,33,29); }
H1.HeaderClassName
{
color: #C2211D;
}
.AnyTagClassName
{
color: #C2211D;
}
</style>
background-color css
<style>
a { background-color: #C2211D; }
a { background-color: rgb(194,33,29); }
div.DivClassName
{
background-color: #C2211D;
}
.BgClassName
{
background-color: #C2211D;
}
</style>
border-color css
<style>
span { border-color: #C2211D; }
span { border-color: rgb(194,33,29); }
td.TdClassName
{
border-color: #C2211D;
}
.TagClassName
{
border-color: #C2211D;
}
</style>