Shades of Fire Brick #C32321
Tints of Fire Brick #C32321
RGB
CMYK
RGB Variations
Color information
#C32321 (or 0xC32321) is known color: Fire Brick. HEX triplet: C3, 23 and 21. RGB value is (195,35,33). Sum of RGB (Red+Green+Blue) = 195+35+33=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C32321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32321 is #3CDCDE. Grayscale: #525252. Windows color (decimal): -3988703 or 2171843. OLE color: 2171843.
HSL color Cylindrical-coordinate representation of color #C32321: hue angle of 0.74º degrees, saturation: 0.71, 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 #C32321 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 33 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.24 |
| HSL | 0.74º | 0.71% | 0.45% | - |
| HSV(B) | 0.74º | 0.83% | 0.76% | - |
| XYZ | 23.38 | 12.91 | 2.7 | - |
| YUV | 82.61 | 100.01 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 33 | 0 | 0.82 | 0.83 | 0.24 | 0.74 | 0.71 | 0.45 |
| Hex | C3 | 23 | 21 | 0 | 52 | 53 | 18 | 1 | 47 | 2D |
| Octal | 303 | 43 | 41 | 0 | 122 | 123 | 30 | 1 | 107 | 55 |
| Binary | 11000011 | 100011 | 100001 | 0 | 1010010 | 1010011 | 11000 | 1 | 1000111 | 101101 |
Color Harmonies of #C32321
Complementary color
Monochromatic Colors of #C32321
Black with #C32321
Text Example
Text Example
White with #C32321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32321; }
p { color: rgb(195,35,33); }
H1.HeaderClassName
{
color: #C32321;
}
.AnyTagClassName
{
color: #C32321;
}
</style>
background-color css
<style>
a { background-color: #C32321; }
a { background-color: rgb(195,35,33); }
div.DivClassName
{
background-color: #C32321;
}
.BgClassName
{
background-color: #C32321;
}
</style>
border-color css
<style>
span { border-color: #C32321; }
span { border-color: rgb(195,35,33); }
td.TdClassName
{
border-color: #C32321;
}
.TagClassName
{
border-color: #C32321;
}
</style>