Shades of Fire Brick #C2221D
Tints of Fire Brick #C2221D
RGB
CMYK
RGB Variations
Color information
#C2221D (or 0xC2221D) is known color: Fire Brick. HEX triplet: C2, 22 and 1D. RGB value is (194,34,29). Sum of RGB (Red+Green+Blue) = 194+34+29=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C2221D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2221D is #3DDDE2. Grayscale: #515151. Windows color (decimal): -4054499 or 1909442. OLE color: 1909442.
HSL color Cylindrical-coordinate representation of color #C2221D: hue angle of 1.82º 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 #C2221D is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 29 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.24 |
| HSL | 1.82º | 0.74% | 0.44% | - |
| HSV(B) | 1.82º | 0.85% | 0.76% | - |
| XYZ | 23.04 | 12.7 | 2.4 | - |
| YUV | 81.27 | 98.51 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 29 | 0 | 0.82 | 0.85 | 0.24 | 1.82 | 0.74 | 0.44 |
| Hex | C2 | 22 | 1D | 0 | 52 | 55 | 18 | 2 | 4A | 2C |
| Octal | 302 | 42 | 35 | 0 | 122 | 125 | 30 | 2 | 112 | 54 |
| Binary | 11000010 | 100010 | 11101 | 0 | 1010010 | 1010101 | 11000 | 10 | 1001010 | 101100 |
Color Harmonies of #C2221D
Complementary color
Monochromatic Colors of #C2221D
Black with #C2221D
Text Example
Text Example
White with #C2221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2221D; }
p { color: rgb(194,34,29); }
H1.HeaderClassName
{
color: #C2221D;
}
.AnyTagClassName
{
color: #C2221D;
}
</style>
background-color css
<style>
a { background-color: #C2221D; }
a { background-color: rgb(194,34,29); }
div.DivClassName
{
background-color: #C2221D;
}
.BgClassName
{
background-color: #C2221D;
}
</style>
border-color css
<style>
span { border-color: #C2221D; }
span { border-color: rgb(194,34,29); }
td.TdClassName
{
border-color: #C2221D;
}
.TagClassName
{
border-color: #C2221D;
}
</style>