Shades of Fire Brick #C3241C
Tints of Fire Brick #C3241C
RGB
CMYK
RGB Variations
Color information
#C3241C (or 0xC3241C) is known color: Fire Brick. HEX triplet: C3, 24 and 1C. RGB value is (195,36,28). Sum of RGB (Red+Green+Blue) = 195+36+28=259 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.29% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 195 - color contains mainly: red. Hex color #C3241C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3241C is #3CDBE3. Grayscale: #525252. Windows color (decimal): -3988452 or 1844419. OLE color: 1844419.
HSL color Cylindrical-coordinate representation of color #C3241C: hue angle of 2.87º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3241C is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 28 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.24 |
| HSL | 2.87º | 0.75% | 0.44% | - |
| HSV(B) | 2.87º | 0.86% | 0.76% | - |
| XYZ | 23.35 | 12.95 | 2.37 | - |
| YUV | 82.63 | 97.18 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 28 | 0 | 0.82 | 0.86 | 0.24 | 2.87 | 0.75 | 0.44 |
| Hex | C3 | 24 | 1C | 0 | 52 | 56 | 18 | 3 | 4B | 2C |
| Octal | 303 | 44 | 34 | 0 | 122 | 126 | 30 | 3 | 113 | 54 |
| Binary | 11000011 | 100100 | 11100 | 0 | 1010010 | 1010110 | 11000 | 11 | 1001011 | 101100 |
Color Harmonies of #C3241C
Complementary color
Monochromatic Colors of #C3241C
Black with #C3241C
Text Example
Text Example
White with #C3241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3241C; }
p { color: rgb(195,36,28); }
H1.HeaderClassName
{
color: #C3241C;
}
.AnyTagClassName
{
color: #C3241C;
}
</style>
background-color css
<style>
a { background-color: #C3241C; }
a { background-color: rgb(195,36,28); }
div.DivClassName
{
background-color: #C3241C;
}
.BgClassName
{
background-color: #C3241C;
}
</style>
border-color css
<style>
span { border-color: #C3241C; }
span { border-color: rgb(195,36,28); }
td.TdClassName
{
border-color: #C3241C;
}
.TagClassName
{
border-color: #C3241C;
}
</style>