Shades of Fire Brick #C3231D
Tints of Fire Brick #C3231D
RGB
CMYK
RGB Variations
Color information
#C3231D (or 0xC3231D) is known color: Fire Brick. HEX triplet: C3, 23 and 1D. RGB value is (195,35,29). Sum of RGB (Red+Green+Blue) = 195+35+29=259 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.29% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 195 - color contains mainly: red. Hex color #C3231D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3231D is #3CDCE2. Grayscale: #525252. Windows color (decimal): -3988707 or 1909699. OLE color: 1909699.
HSL color Cylindrical-coordinate representation of color #C3231D: hue angle of 2.17º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3231D is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 29 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.24 |
| HSL | 2.17º | 0.74% | 0.44% | - |
| HSV(B) | 2.17º | 0.85% | 0.76% | - |
| XYZ | 23.33 | 12.89 | 2.42 | - |
| YUV | 82.16 | 98.01 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 29 | 0 | 0.82 | 0.85 | 0.24 | 2.17 | 0.74 | 0.44 |
| Hex | C3 | 23 | 1D | 0 | 52 | 55 | 18 | 2 | 4A | 2C |
| Octal | 303 | 43 | 35 | 0 | 122 | 125 | 30 | 2 | 112 | 54 |
| Binary | 11000011 | 100011 | 11101 | 0 | 1010010 | 1010101 | 11000 | 10 | 1001010 | 101100 |
Color Harmonies of #C3231D
Complementary color
Monochromatic Colors of #C3231D
Black with #C3231D
Text Example
Text Example
White with #C3231D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3231D; }
p { color: rgb(195,35,29); }
H1.HeaderClassName
{
color: #C3231D;
}
.AnyTagClassName
{
color: #C3231D;
}
</style>
background-color css
<style>
a { background-color: #C3231D; }
a { background-color: rgb(195,35,29); }
div.DivClassName
{
background-color: #C3231D;
}
.BgClassName
{
background-color: #C3231D;
}
</style>
border-color css
<style>
span { border-color: #C3231D; }
span { border-color: rgb(195,35,29); }
td.TdClassName
{
border-color: #C3231D;
}
.TagClassName
{
border-color: #C3231D;
}
</style>