Shades of Fire Brick #C1211B
Tints of Fire Brick #C1211B
RGB
CMYK
RGB Variations
Color information
#C1211B (or 0xC1211B) is known color: Fire Brick. HEX triplet: C1, 21 and 1B. RGB value is (193,33,27). Sum of RGB (Red+Green+Blue) = 193+33+27=253 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.28% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 193 - color contains mainly: red. Hex color #C1211B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1211B is #3EDEE4. Grayscale: #505050. Windows color (decimal): -4120293 or 1778113. OLE color: 1778113.
HSL color Cylindrical-coordinate representation of color #C1211B: hue angle of 2.17º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C1211B is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 33 | 27 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.24 |
| HSL | 2.17º | 0.75% | 0.43% | - |
| HSV(B) | 2.17º | 0.86% | 0.76% | - |
| XYZ | 22.73 | 12.5 | 2.25 | - |
| YUV | 80.16 | 98.01 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 27 | 0 | 0.83 | 0.86 | 0.24 | 2.17 | 0.75 | 0.43 |
| Hex | C1 | 21 | 1B | 0 | 53 | 56 | 18 | 2 | 4B | 2B |
| Octal | 301 | 41 | 33 | 0 | 123 | 126 | 30 | 2 | 113 | 53 |
| Binary | 11000001 | 100001 | 11011 | 0 | 1010011 | 1010110 | 11000 | 10 | 1001011 | 101011 |
Color Harmonies of #C1211B
Complementary color
Monochromatic Colors of #C1211B
Black with #C1211B
Text Example
Text Example
White with #C1211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1211B; }
p { color: rgb(193,33,27); }
H1.HeaderClassName
{
color: #C1211B;
}
.AnyTagClassName
{
color: #C1211B;
}
</style>
background-color css
<style>
a { background-color: #C1211B; }
a { background-color: rgb(193,33,27); }
div.DivClassName
{
background-color: #C1211B;
}
.BgClassName
{
background-color: #C1211B;
}
</style>
border-color css
<style>
span { border-color: #C1211B; }
span { border-color: rgb(193,33,27); }
td.TdClassName
{
border-color: #C1211B;
}
.TagClassName
{
border-color: #C1211B;
}
</style>