Shades of Fire Brick #C4211C
Tints of Fire Brick #C4211C
RGB
CMYK
RGB Variations
Color information
#C4211C (or 0xC4211C) is known color: Fire Brick. HEX triplet: C4, 21 and 1C. RGB value is (196,33,28). Sum of RGB (Red+Green+Blue) = 196+33+28=257 (34% of max value = 765). Red value is 196 (76.95% from 255 or 76.26% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 196 - color contains mainly: red. Hex color #C4211C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4211C is #3BDEE3. Grayscale: #515151. Windows color (decimal): -3923684 or 1843652. OLE color: 1843652.
HSL color Cylindrical-coordinate representation of color #C4211C: hue angle of 1.79º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4211C is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 28 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.23 |
| HSL | 1.79º | 0.75% | 0.44% | - |
| HSV(B) | 1.79º | 0.86% | 0.77% | - |
| XYZ | 23.52 | 12.91 | 2.35 | - |
| YUV | 81.17 | 98 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 28 | 0 | 0.83 | 0.86 | 0.23 | 1.79 | 0.75 | 0.44 |
| Hex | C4 | 21 | 1C | 0 | 53 | 56 | 17 | 2 | 4B | 2C |
| Octal | 304 | 41 | 34 | 0 | 123 | 126 | 27 | 2 | 113 | 54 |
| Binary | 11000100 | 100001 | 11100 | 0 | 1010011 | 1010110 | 10111 | 10 | 1001011 | 101100 |
Color Harmonies of #C4211C
Complementary color
Monochromatic Colors of #C4211C
Black with #C4211C
Text Example
Text Example
White with #C4211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4211C; }
p { color: rgb(196,33,28); }
H1.HeaderClassName
{
color: #C4211C;
}
.AnyTagClassName
{
color: #C4211C;
}
</style>
background-color css
<style>
a { background-color: #C4211C; }
a { background-color: rgb(196,33,28); }
div.DivClassName
{
background-color: #C4211C;
}
.BgClassName
{
background-color: #C4211C;
}
</style>
border-color css
<style>
span { border-color: #C4211C; }
span { border-color: rgb(196,33,28); }
td.TdClassName
{
border-color: #C4211C;
}
.TagClassName
{
border-color: #C4211C;
}
</style>