Shades of Fire Brick #C4241B
Tints of Fire Brick #C4241B
RGB
CMYK
RGB Variations
Color information
#C4241B (or 0xC4241B) is known color: Fire Brick. HEX triplet: C4, 24 and 1B. RGB value is (196,36,27). Sum of RGB (Red+Green+Blue) = 196+36+27=259 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.68% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 196 - color contains mainly: red. Hex color #C4241B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4241B is #3BDBE4. Grayscale: #535353. Windows color (decimal): -3922917 or 1778884. OLE color: 1778884.
HSL color Cylindrical-coordinate representation of color #C4241B: hue angle of 3.2º degrees, saturation: 0.76, 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 #C4241B is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 27 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.23 |
| HSL | 3.2º | 0.76% | 0.44% | - |
| HSV(B) | 3.2º | 0.86% | 0.77% | - |
| XYZ | 23.59 | 13.08 | 2.32 | - |
| YUV | 82.81 | 96.51 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 27 | 0 | 0.82 | 0.86 | 0.23 | 3.2 | 0.76 | 0.44 |
| Hex | C4 | 24 | 1B | 0 | 52 | 56 | 17 | 3 | 4C | 2C |
| Octal | 304 | 44 | 33 | 0 | 122 | 126 | 27 | 3 | 114 | 54 |
| Binary | 11000100 | 100100 | 11011 | 0 | 1010010 | 1010110 | 10111 | 11 | 1001100 | 101100 |
Color Harmonies of #C4241B
Complementary color
Monochromatic Colors of #C4241B
Black with #C4241B
Text Example
Text Example
White with #C4241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4241B; }
p { color: rgb(196,36,27); }
H1.HeaderClassName
{
color: #C4241B;
}
.AnyTagClassName
{
color: #C4241B;
}
</style>
background-color css
<style>
a { background-color: #C4241B; }
a { background-color: rgb(196,36,27); }
div.DivClassName
{
background-color: #C4241B;
}
.BgClassName
{
background-color: #C4241B;
}
</style>
border-color css
<style>
span { border-color: #C4241B; }
span { border-color: rgb(196,36,27); }
td.TdClassName
{
border-color: #C4241B;
}
.TagClassName
{
border-color: #C4241B;
}
</style>