Shades of Fire Brick #C12121
Tints of Fire Brick #C12121
RGB
CMYK
RGB Variations
Color information
#C12121 (or 0xC12121) is known color: Fire Brick. HEX triplet: C1, 21 and 21. RGB value is (193,33,33). Sum of RGB (Red+Green+Blue) = 193+33+33=259 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.52% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 193 - color contains mainly: red. Hex color #C12121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12121 is #3EDEDE. Grayscale: #515151. Windows color (decimal): -4120287 or 2171329. OLE color: 2171329.
HSL color Cylindrical-coordinate representation of color #C12121: hue angle of 0º 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 #C12121 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 33 | 33 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.24 |
| HSL | 0º | 0.71% | 0.44% | - |
| HSV(B) | 0º | 0.83% | 0.76% | - |
| XYZ | 22.81 | 12.53 | 2.66 | - |
| YUV | 80.84 | 101.01 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 33 | 0 | 0.83 | 0.83 | 0.24 | 0 | 0.71 | 0.44 |
| Hex | C1 | 21 | 21 | 0 | 53 | 53 | 18 | 0 | 47 | 2C |
| Octal | 301 | 41 | 41 | 0 | 123 | 123 | 30 | 0 | 107 | 54 |
| Binary | 11000001 | 100001 | 100001 | 0 | 1010011 | 1010011 | 11000 | 0 | 1000111 | 101100 |
Color Harmonies of #C12121
Complementary color
Monochromatic Colors of #C12121
Black with #C12121
Text Example
Text Example
White with #C12121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12121; }
p { color: rgb(193,33,33); }
H1.HeaderClassName
{
color: #C12121;
}
.AnyTagClassName
{
color: #C12121;
}
</style>
background-color css
<style>
a { background-color: #C12121; }
a { background-color: rgb(193,33,33); }
div.DivClassName
{
background-color: #C12121;
}
.BgClassName
{
background-color: #C12121;
}
</style>
border-color css
<style>
span { border-color: #C12121; }
span { border-color: rgb(193,33,33); }
td.TdClassName
{
border-color: #C12121;
}
.TagClassName
{
border-color: #C12121;
}
</style>