Shades of Fire Brick #C3211E
Tints of Fire Brick #C3211E
RGB
CMYK
RGB Variations
Color information
#C3211E (or 0xC3211E) is known color: Fire Brick. HEX triplet: C3, 21 and 1E. RGB value is (195,33,30). Sum of RGB (Red+Green+Blue) = 195+33+30=258 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.58% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 195 - color contains mainly: red. Hex color #C3211E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3211E is #3CDEE1. Grayscale: #515151. Windows color (decimal): -3989218 or 1974723. OLE color: 1974723.
HSL color Cylindrical-coordinate representation of color #C3211E: hue angle of 1.09º degrees, saturation: 0.73, 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 #C3211E is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 30 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.24 |
| HSL | 1.09º | 0.73% | 0.44% | - |
| HSV(B) | 1.09º | 0.85% | 0.76% | - |
| XYZ | 23.28 | 12.78 | 2.47 | - |
| YUV | 81.1 | 99.17 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 30 | 0 | 0.83 | 0.85 | 0.24 | 1.09 | 0.73 | 0.44 |
| Hex | C3 | 21 | 1E | 0 | 53 | 55 | 18 | 1 | 49 | 2C |
| Octal | 303 | 41 | 36 | 0 | 123 | 125 | 30 | 1 | 111 | 54 |
| Binary | 11000011 | 100001 | 11110 | 0 | 1010011 | 1010101 | 11000 | 1 | 1001001 | 101100 |
Color Harmonies of #C3211E
Complementary color
Monochromatic Colors of #C3211E
Black with #C3211E
Text Example
Text Example
White with #C3211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3211E; }
p { color: rgb(195,33,30); }
H1.HeaderClassName
{
color: #C3211E;
}
.AnyTagClassName
{
color: #C3211E;
}
</style>
background-color css
<style>
a { background-color: #C3211E; }
a { background-color: rgb(195,33,30); }
div.DivClassName
{
background-color: #C3211E;
}
.BgClassName
{
background-color: #C3211E;
}
</style>
border-color css
<style>
span { border-color: #C3211E; }
span { border-color: rgb(195,33,30); }
td.TdClassName
{
border-color: #C3211E;
}
.TagClassName
{
border-color: #C3211E;
}
</style>