Shades of Fire Brick #C1201F
Tints of Fire Brick #C1201F
RGB
CMYK
RGB Variations
Color information
#C1201F (or 0xC1201F) is known color: Fire Brick. HEX triplet: C1, 20 and 1F. RGB value is (193,32,31). Sum of RGB (Red+Green+Blue) = 193+32+31=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C1201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1201F is #3EDFE0. Grayscale: #505050. Windows color (decimal): -4120545 or 2040001. OLE color: 2040001.
HSL color Cylindrical-coordinate representation of color #C1201F: hue angle of 0.37º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1201F is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 31 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.24 |
| HSL | 0.37º | 0.72% | 0.44% | - |
| HSV(B) | 0.37º | 0.84% | 0.76% | - |
| XYZ | 22.76 | 12.47 | 2.5 | - |
| YUV | 80.03 | 100.34 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 31 | 0 | 0.83 | 0.84 | 0.24 | 0.37 | 0.72 | 0.44 |
| Hex | C1 | 20 | 1F | 0 | 53 | 54 | 18 | 0 | 48 | 2C |
| Octal | 301 | 40 | 37 | 0 | 123 | 124 | 30 | 0 | 110 | 54 |
| Binary | 11000001 | 100000 | 11111 | 0 | 1010011 | 1010100 | 11000 | 0 | 1001000 | 101100 |
Color Harmonies of #C1201F
Complementary color
Monochromatic Colors of #C1201F
Black with #C1201F
Text Example
Text Example
White with #C1201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1201F; }
p { color: rgb(193,32,31); }
H1.HeaderClassName
{
color: #C1201F;
}
.AnyTagClassName
{
color: #C1201F;
}
</style>
background-color css
<style>
a { background-color: #C1201F; }
a { background-color: rgb(193,32,31); }
div.DivClassName
{
background-color: #C1201F;
}
.BgClassName
{
background-color: #C1201F;
}
</style>
border-color css
<style>
span { border-color: #C1201F; }
span { border-color: rgb(193,32,31); }
td.TdClassName
{
border-color: #C1201F;
}
.TagClassName
{
border-color: #C1201F;
}
</style>