Shades of Fire Brick #C3231B
Tints of Fire Brick #C3231B
RGB
CMYK
RGB Variations
Color information
#C3231B (or 0xC3231B) is known color: Fire Brick. HEX triplet: C3, 23 and 1B. RGB value is (195,35,27). Sum of RGB (Red+Green+Blue) = 195+35+27=257 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.88% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 195 - color contains mainly: red. Hex color #C3231B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3231B is #3CDCE4. Grayscale: #525252. Windows color (decimal): -3988709 or 1778627. OLE color: 1778627.
HSL color Cylindrical-coordinate representation of color #C3231B: hue angle of 2.86º degrees, saturation: 0.76, 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 #C3231B is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 27 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.24 |
| HSL | 2.86º | 0.76% | 0.44% | - |
| HSV(B) | 2.86º | 0.86% | 0.76% | - |
| XYZ | 23.3 | 12.88 | 2.3 | - |
| YUV | 81.93 | 97.01 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 27 | 0 | 0.82 | 0.86 | 0.24 | 2.86 | 0.76 | 0.44 |
| Hex | C3 | 23 | 1B | 0 | 52 | 56 | 18 | 3 | 4C | 2C |
| Octal | 303 | 43 | 33 | 0 | 122 | 126 | 30 | 3 | 114 | 54 |
| Binary | 11000011 | 100011 | 11011 | 0 | 1010010 | 1010110 | 11000 | 11 | 1001100 | 101100 |
Color Harmonies of #C3231B
Complementary color
Monochromatic Colors of #C3231B
Black with #C3231B
Text Example
Text Example
White with #C3231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3231B; }
p { color: rgb(195,35,27); }
H1.HeaderClassName
{
color: #C3231B;
}
.AnyTagClassName
{
color: #C3231B;
}
</style>
background-color css
<style>
a { background-color: #C3231B; }
a { background-color: rgb(195,35,27); }
div.DivClassName
{
background-color: #C3231B;
}
.BgClassName
{
background-color: #C3231B;
}
</style>
border-color css
<style>
span { border-color: #C3231B; }
span { border-color: rgb(195,35,27); }
td.TdClassName
{
border-color: #C3231B;
}
.TagClassName
{
border-color: #C3231B;
}
</style>