Shades of Fire Brick #C12621
Tints of Fire Brick #C12621
RGB
CMYK
RGB Variations
Color information
#C12621 (or 0xC12621) is known color: Fire Brick. HEX triplet: C1, 26 and 21. RGB value is (193,38,33). Sum of RGB (Red+Green+Blue) = 193+38+33=264 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.11% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 193 - color contains mainly: red. Hex color #C12621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12621 is #3ED9DE. Grayscale: #535353. Windows color (decimal): -4119007 or 2172609. OLE color: 2172609.
HSL color Cylindrical-coordinate representation of color #C12621: hue angle of 1.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12621 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 33 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.24 |
| HSL | 1.88º | 0.71% | 0.44% | - |
| HSV(B) | 1.88º | 0.83% | 0.76% | - |
| XYZ | 22.96 | 12.83 | 2.71 | - |
| YUV | 83.78 | 99.35 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 33 | 0 | 0.80 | 0.83 | 0.24 | 1.88 | 0.71 | 0.44 |
| Hex | C1 | 26 | 21 | 0 | 50 | 53 | 18 | 2 | 47 | 2C |
| Octal | 301 | 46 | 41 | 0 | 120 | 123 | 30 | 2 | 107 | 54 |
| Binary | 11000001 | 100110 | 100001 | 0 | 1010000 | 1010011 | 11000 | 10 | 1000111 | 101100 |
Color Harmonies of #C12621
Complementary color
Monochromatic Colors of #C12621
Black with #C12621
Text Example
Text Example
White with #C12621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12621; }
p { color: rgb(193,38,33); }
H1.HeaderClassName
{
color: #C12621;
}
.AnyTagClassName
{
color: #C12621;
}
</style>
background-color css
<style>
a { background-color: #C12621; }
a { background-color: rgb(193,38,33); }
div.DivClassName
{
background-color: #C12621;
}
.BgClassName
{
background-color: #C12621;
}
</style>
border-color css
<style>
span { border-color: #C12621; }
span { border-color: rgb(193,38,33); }
td.TdClassName
{
border-color: #C12621;
}
.TagClassName
{
border-color: #C12621;
}
</style>