Shades of Fire Brick #C32222
Tints of Fire Brick #C32222
RGB
CMYK
RGB Variations
Color information
#C32222 (or 0xC32222) is known color: Fire Brick. HEX triplet: C3, 22 and 22. RGB value is (195,34,34). Sum of RGB (Red+Green+Blue) = 195+34+34=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C32222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32222 is #3CDDDD. Grayscale: #525252. Windows color (decimal): -3988958 or 2237123. OLE color: 2237123.
HSL color Cylindrical-coordinate representation of color #C32222: hue angle of 0º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C32222 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 34 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.24 |
| HSL | 0º | 0.7% | 0.45% | - |
| HSV(B) | 0º | 0.83% | 0.76% | - |
| XYZ | 23.37 | 12.86 | 2.76 | - |
| YUV | 82.14 | 100.84 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 34 | 0 | 0.83 | 0.83 | 0.24 | 0 | 0.7 | 0.45 |
| Hex | C3 | 22 | 22 | 0 | 53 | 53 | 18 | 0 | 46 | 2D |
| Octal | 303 | 42 | 42 | 0 | 123 | 123 | 30 | 0 | 106 | 55 |
| Binary | 11000011 | 100010 | 100010 | 0 | 1010011 | 1010011 | 11000 | 0 | 1000110 | 101101 |
Color Harmonies of #C32222
Complementary color
Monochromatic Colors of #C32222
Black with #C32222
Text Example
Text Example
White with #C32222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32222; }
p { color: rgb(195,34,34); }
H1.HeaderClassName
{
color: #C32222;
}
.AnyTagClassName
{
color: #C32222;
}
</style>
background-color css
<style>
a { background-color: #C32222; }
a { background-color: rgb(195,34,34); }
div.DivClassName
{
background-color: #C32222;
}
.BgClassName
{
background-color: #C32222;
}
</style>
border-color css
<style>
span { border-color: #C32222; }
span { border-color: rgb(195,34,34); }
td.TdClassName
{
border-color: #C32222;
}
.TagClassName
{
border-color: #C32222;
}
</style>