Shades of Fire Brick #C4231B
Tints of Fire Brick #C4231B
RGB
CMYK
RGB Variations
Color information
#C4231B (or 0xC4231B) is known color: Fire Brick. HEX triplet: C4, 23 and 1B. RGB value is (196,35,27). Sum of RGB (Red+Green+Blue) = 196+35+27=258 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.97% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 196 - color contains mainly: red. Hex color #C4231B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4231B is #3BDCE4. Grayscale: #525252. Windows color (decimal): -3923173 or 1778628. OLE color: 1778628.
HSL color Cylindrical-coordinate representation of color #C4231B: hue angle of 2.84º 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 #C4231B is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 27 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.23 |
| HSL | 2.84º | 0.76% | 0.44% | - |
| HSV(B) | 2.84º | 0.86% | 0.77% | - |
| XYZ | 23.56 | 13.02 | 2.31 | - |
| YUV | 82.23 | 96.84 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 27 | 0 | 0.82 | 0.86 | 0.23 | 2.84 | 0.76 | 0.44 |
| Hex | C4 | 23 | 1B | 0 | 52 | 56 | 17 | 3 | 4C | 2C |
| Octal | 304 | 43 | 33 | 0 | 122 | 126 | 27 | 3 | 114 | 54 |
| Binary | 11000100 | 100011 | 11011 | 0 | 1010010 | 1010110 | 10111 | 11 | 1001100 | 101100 |
Color Harmonies of #C4231B
Complementary color
Monochromatic Colors of #C4231B
Black with #C4231B
Text Example
Text Example
White with #C4231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4231B; }
p { color: rgb(196,35,27); }
H1.HeaderClassName
{
color: #C4231B;
}
.AnyTagClassName
{
color: #C4231B;
}
</style>
background-color css
<style>
a { background-color: #C4231B; }
a { background-color: rgb(196,35,27); }
div.DivClassName
{
background-color: #C4231B;
}
.BgClassName
{
background-color: #C4231B;
}
</style>
border-color css
<style>
span { border-color: #C4231B; }
span { border-color: rgb(196,35,27); }
td.TdClassName
{
border-color: #C4231B;
}
.TagClassName
{
border-color: #C4231B;
}
</style>