Shades of Fire Brick #C3201E
Tints of Fire Brick #C3201E
RGB
CMYK
RGB Variations
Color information
#C3201E (or 0xC3201E) is known color: Fire Brick. HEX triplet: C3, 20 and 1E. RGB value is (195,32,30). Sum of RGB (Red+Green+Blue) = 195+32+30=257 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.88% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 195 - color contains mainly: red. Hex color #C3201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3201E is #3CDFE1. Grayscale: #505050. Windows color (decimal): -3989474 or 1974467. OLE color: 1974467.
HSL color Cylindrical-coordinate representation of color #C3201E: hue angle of 0.73º 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 #C3201E is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 30 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.24 |
| HSL | 0.73º | 0.73% | 0.44% | - |
| HSV(B) | 0.73º | 0.85% | 0.76% | - |
| XYZ | 23.26 | 12.73 | 2.46 | - |
| YUV | 80.51 | 99.5 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 30 | 0 | 0.84 | 0.85 | 0.24 | 0.73 | 0.73 | 0.44 |
| Hex | C3 | 20 | 1E | 0 | 54 | 55 | 18 | 1 | 49 | 2C |
| Octal | 303 | 40 | 36 | 0 | 124 | 125 | 30 | 1 | 111 | 54 |
| Binary | 11000011 | 100000 | 11110 | 0 | 1010100 | 1010101 | 11000 | 1 | 1001001 | 101100 |
Color Harmonies of #C3201E
Complementary color
Monochromatic Colors of #C3201E
Black with #C3201E
Text Example
Text Example
White with #C3201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3201E; }
p { color: rgb(195,32,30); }
H1.HeaderClassName
{
color: #C3201E;
}
.AnyTagClassName
{
color: #C3201E;
}
</style>
background-color css
<style>
a { background-color: #C3201E; }
a { background-color: rgb(195,32,30); }
div.DivClassName
{
background-color: #C3201E;
}
.BgClassName
{
background-color: #C3201E;
}
</style>
border-color css
<style>
span { border-color: #C3201E; }
span { border-color: rgb(195,32,30); }
td.TdClassName
{
border-color: #C3201E;
}
.TagClassName
{
border-color: #C3201E;
}
</style>