Shades of Fire Brick #C12218
Tints of Fire Brick #C12218
RGB
CMYK
RGB Variations
Color information
#C12218 (or 0xC12218) is known color: Fire Brick. HEX triplet: C1, 22 and 18. RGB value is (193,34,24). Sum of RGB (Red+Green+Blue) = 193+34+24=251 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.89% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 193 - color contains mainly: red. Hex color #C12218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12218 is #3EDDE7. Grayscale: #505050. Windows color (decimal): -4120040 or 1581761. OLE color: 1581761.
HSL color Cylindrical-coordinate representation of color #C12218: hue angle of 3.55º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C12218 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 24 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.24 |
| HSL | 3.55º | 0.78% | 0.43% | - |
| HSV(B) | 3.55º | 0.88% | 0.76% | - |
| XYZ | 22.73 | 12.55 | 2.09 | - |
| YUV | 80.4 | 96.18 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 24 | 0 | 0.82 | 0.88 | 0.24 | 3.55 | 0.78 | 0.43 |
| Hex | C1 | 22 | 18 | 0 | 52 | 58 | 18 | 4 | 4E | 2B |
| Octal | 301 | 42 | 30 | 0 | 122 | 130 | 30 | 4 | 116 | 53 |
| Binary | 11000001 | 100010 | 11000 | 0 | 1010010 | 1011000 | 11000 | 100 | 1001110 | 101011 |
Color Harmonies of #C12218
Complementary color
Monochromatic Colors of #C12218
Black with #C12218
Text Example
Text Example
White with #C12218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12218; }
p { color: rgb(193,34,24); }
H1.HeaderClassName
{
color: #C12218;
}
.AnyTagClassName
{
color: #C12218;
}
</style>
background-color css
<style>
a { background-color: #C12218; }
a { background-color: rgb(193,34,24); }
div.DivClassName
{
background-color: #C12218;
}
.BgClassName
{
background-color: #C12218;
}
</style>
border-color css
<style>
span { border-color: #C12218; }
span { border-color: rgb(193,34,24); }
td.TdClassName
{
border-color: #C12218;
}
.TagClassName
{
border-color: #C12218;
}
</style>