Shades of Fire Brick #C1261E
Tints of Fire Brick #C1261E
RGB
CMYK
RGB Variations
Color information
#C1261E (or 0xC1261E) is known color: Fire Brick. HEX triplet: C1, 26 and 1E. RGB value is (193,38,30). Sum of RGB (Red+Green+Blue) = 193+38+30=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C1261E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1261E is #3ED9E1. Grayscale: #535353. Windows color (decimal): -4119010 or 1976001. OLE color: 1976001.
HSL color Cylindrical-coordinate representation of color #C1261E: hue angle of 2.94º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1261E is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 30 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.24 |
| HSL | 2.94º | 0.73% | 0.44% | - |
| HSV(B) | 2.94º | 0.84% | 0.76% | - |
| XYZ | 22.92 | 12.82 | 2.49 | - |
| YUV | 83.43 | 97.85 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 30 | 0 | 0.80 | 0.84 | 0.24 | 2.94 | 0.73 | 0.44 |
| Hex | C1 | 26 | 1E | 0 | 50 | 54 | 18 | 3 | 49 | 2C |
| Octal | 301 | 46 | 36 | 0 | 120 | 124 | 30 | 3 | 111 | 54 |
| Binary | 11000001 | 100110 | 11110 | 0 | 1010000 | 1010100 | 11000 | 11 | 1001001 | 101100 |
Color Harmonies of #C1261E
Complementary color
Monochromatic Colors of #C1261E
Black with #C1261E
Text Example
Text Example
White with #C1261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1261E; }
p { color: rgb(193,38,30); }
H1.HeaderClassName
{
color: #C1261E;
}
.AnyTagClassName
{
color: #C1261E;
}
</style>
background-color css
<style>
a { background-color: #C1261E; }
a { background-color: rgb(193,38,30); }
div.DivClassName
{
background-color: #C1261E;
}
.BgClassName
{
background-color: #C1261E;
}
</style>
border-color css
<style>
span { border-color: #C1261E; }
span { border-color: rgb(193,38,30); }
td.TdClassName
{
border-color: #C1261E;
}
.TagClassName
{
border-color: #C1261E;
}
</style>