Shades of Fire Brick #C2201F
Tints of Fire Brick #C2201F
RGB
CMYK
RGB Variations
Color information
#C2201F (or 0xC2201F) is known color: Fire Brick. HEX triplet: C2, 20 and 1F. RGB value is (194,32,31). Sum of RGB (Red+Green+Blue) = 194+32+31=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C2201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2201F is #3DDFE0. Grayscale: #505050. Windows color (decimal): -4055009 or 2040002. OLE color: 2040002.
HSL color Cylindrical-coordinate representation of color #C2201F: 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 #C2201F is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 31 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.24 |
| HSL | 0.37º | 0.72% | 0.44% | - |
| HSV(B) | 0.37º | 0.84% | 0.76% | - |
| XYZ | 23.01 | 12.6 | 2.52 | - |
| YUV | 80.32 | 100.17 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 31 | 0 | 0.84 | 0.84 | 0.24 | 0.37 | 0.72 | 0.44 |
| Hex | C2 | 20 | 1F | 0 | 54 | 54 | 18 | 0 | 48 | 2C |
| Octal | 302 | 40 | 37 | 0 | 124 | 124 | 30 | 0 | 110 | 54 |
| Binary | 11000010 | 100000 | 11111 | 0 | 1010100 | 1010100 | 11000 | 0 | 1001000 | 101100 |
Color Harmonies of #C2201F
Complementary color
Monochromatic Colors of #C2201F
Black with #C2201F
Text Example
Text Example
White with #C2201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2201F; }
p { color: rgb(194,32,31); }
H1.HeaderClassName
{
color: #C2201F;
}
.AnyTagClassName
{
color: #C2201F;
}
</style>
background-color css
<style>
a { background-color: #C2201F; }
a { background-color: rgb(194,32,31); }
div.DivClassName
{
background-color: #C2201F;
}
.BgClassName
{
background-color: #C2201F;
}
</style>
border-color css
<style>
span { border-color: #C2201F; }
span { border-color: rgb(194,32,31); }
td.TdClassName
{
border-color: #C2201F;
}
.TagClassName
{
border-color: #C2201F;
}
</style>