Shades of Fire Brick #C32821
Tints of Fire Brick #C32821
RGB
CMYK
RGB Variations
Color information
#C32821 (or 0xC32821) is known color: Fire Brick. HEX triplet: C3, 28 and 21. RGB value is (195,40,33). Sum of RGB (Red+Green+Blue) = 195+40+33=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C32821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32821 is #3CD7DE. Grayscale: #555555. Windows color (decimal): -3987423 or 2173123. OLE color: 2173123.
HSL color Cylindrical-coordinate representation of color #C32821: hue angle of 2.59º 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 #C32821 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 33 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.24 |
| HSL | 2.59º | 0.71% | 0.45% | - |
| HSV(B) | 2.59º | 0.83% | 0.76% | - |
| XYZ | 23.54 | 13.23 | 2.75 | - |
| YUV | 85.55 | 98.35 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 33 | 0 | 0.79 | 0.83 | 0.24 | 2.59 | 0.71 | 0.45 |
| Hex | C3 | 28 | 21 | 0 | 4F | 53 | 18 | 3 | 47 | 2D |
| Octal | 303 | 50 | 41 | 0 | 117 | 123 | 30 | 3 | 107 | 55 |
| Binary | 11000011 | 101000 | 100001 | 0 | 1001111 | 1010011 | 11000 | 11 | 1000111 | 101101 |
Color Harmonies of #C32821
Complementary color
Monochromatic Colors of #C32821
Black with #C32821
Text Example
Text Example
White with #C32821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32821; }
p { color: rgb(195,40,33); }
H1.HeaderClassName
{
color: #C32821;
}
.AnyTagClassName
{
color: #C32821;
}
</style>
background-color css
<style>
a { background-color: #C32821; }
a { background-color: rgb(195,40,33); }
div.DivClassName
{
background-color: #C32821;
}
.BgClassName
{
background-color: #C32821;
}
</style>
border-color css
<style>
span { border-color: #C32821; }
span { border-color: rgb(195,40,33); }
td.TdClassName
{
border-color: #C32821;
}
.TagClassName
{
border-color: #C32821;
}
</style>