Shades of Fire Brick #C1221D
Tints of Fire Brick #C1221D
RGB
CMYK
RGB Variations
Color information
#C1221D (or 0xC1221D) is known color: Fire Brick. HEX triplet: C1, 22 and 1D. RGB value is (193,34,29). Sum of RGB (Red+Green+Blue) = 193+34+29=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C1221D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1221D is #3EDDE2. Grayscale: #515151. Windows color (decimal): -4120035 or 1909441. OLE color: 1909441.
HSL color Cylindrical-coordinate representation of color #C1221D: hue angle of 1.83º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1221D is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 29 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.24 |
| HSL | 1.83º | 0.74% | 0.44% | - |
| HSV(B) | 1.83º | 0.85% | 0.76% | - |
| XYZ | 22.79 | 12.57 | 2.39 | - |
| YUV | 80.97 | 98.68 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 29 | 0 | 0.82 | 0.85 | 0.24 | 1.83 | 0.74 | 0.44 |
| Hex | C1 | 22 | 1D | 0 | 52 | 55 | 18 | 2 | 4A | 2C |
| Octal | 301 | 42 | 35 | 0 | 122 | 125 | 30 | 2 | 112 | 54 |
| Binary | 11000001 | 100010 | 11101 | 0 | 1010010 | 1010101 | 11000 | 10 | 1001010 | 101100 |
Color Harmonies of #C1221D
Complementary color
Monochromatic Colors of #C1221D
Black with #C1221D
Text Example
Text Example
White with #C1221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1221D; }
p { color: rgb(193,34,29); }
H1.HeaderClassName
{
color: #C1221D;
}
.AnyTagClassName
{
color: #C1221D;
}
</style>
background-color css
<style>
a { background-color: #C1221D; }
a { background-color: rgb(193,34,29); }
div.DivClassName
{
background-color: #C1221D;
}
.BgClassName
{
background-color: #C1221D;
}
</style>
border-color css
<style>
span { border-color: #C1221D; }
span { border-color: rgb(193,34,29); }
td.TdClassName
{
border-color: #C1221D;
}
.TagClassName
{
border-color: #C1221D;
}
</style>