Shades of Fire Brick #C2241C
Tints of Fire Brick #C2241C
RGB
CMYK
RGB Variations
Color information
#C2241C (or 0xC2241C) is known color: Fire Brick. HEX triplet: C2, 24 and 1C. RGB value is (194,36,28). Sum of RGB (Red+Green+Blue) = 194+36+28=258 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.19% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 194 - color contains mainly: red. Hex color #C2241C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2241C is #3DDBE3. Grayscale: #525252. Windows color (decimal): -4053988 or 1844418. OLE color: 1844418.
HSL color Cylindrical-coordinate representation of color #C2241C: hue angle of 2.89º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2241C is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 28 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.24 |
| HSL | 2.89º | 0.75% | 0.44% | - |
| HSV(B) | 2.89º | 0.86% | 0.76% | - |
| XYZ | 23.09 | 12.81 | 2.36 | - |
| YUV | 82.33 | 97.35 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 28 | 0 | 0.81 | 0.86 | 0.24 | 2.89 | 0.75 | 0.44 |
| Hex | C2 | 24 | 1C | 0 | 51 | 56 | 18 | 3 | 4B | 2C |
| Octal | 302 | 44 | 34 | 0 | 121 | 126 | 30 | 3 | 113 | 54 |
| Binary | 11000010 | 100100 | 11100 | 0 | 1010001 | 1010110 | 11000 | 11 | 1001011 | 101100 |
Color Harmonies of #C2241C
Complementary color
Monochromatic Colors of #C2241C
Black with #C2241C
Text Example
Text Example
White with #C2241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2241C; }
p { color: rgb(194,36,28); }
H1.HeaderClassName
{
color: #C2241C;
}
.AnyTagClassName
{
color: #C2241C;
}
</style>
background-color css
<style>
a { background-color: #C2241C; }
a { background-color: rgb(194,36,28); }
div.DivClassName
{
background-color: #C2241C;
}
.BgClassName
{
background-color: #C2241C;
}
</style>
border-color css
<style>
span { border-color: #C2241C; }
span { border-color: rgb(194,36,28); }
td.TdClassName
{
border-color: #C2241C;
}
.TagClassName
{
border-color: #C2241C;
}
</style>