Shades of Fire Brick #C2231F
Tints of Fire Brick #C2231F
RGB
CMYK
RGB Variations
Color information
#C2231F (or 0xC2231F) is known color: Fire Brick. HEX triplet: C2, 23 and 1F. RGB value is (194,35,31). Sum of RGB (Red+Green+Blue) = 194+35+31=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C2231F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2231F is #3DDCE0. Grayscale: #525252. Windows color (decimal): -4054241 or 2040770. OLE color: 2040770.
HSL color Cylindrical-coordinate representation of color #C2231F: hue angle of 1.47º 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 #C2231F is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 31 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.24 |
| HSL | 1.47º | 0.72% | 0.44% | - |
| HSV(B) | 1.47º | 0.84% | 0.76% | - |
| XYZ | 23.1 | 12.77 | 2.54 | - |
| YUV | 82.09 | 99.18 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 31 | 0 | 0.82 | 0.84 | 0.24 | 1.47 | 0.72 | 0.44 |
| Hex | C2 | 23 | 1F | 0 | 52 | 54 | 18 | 1 | 48 | 2C |
| Octal | 302 | 43 | 37 | 0 | 122 | 124 | 30 | 1 | 110 | 54 |
| Binary | 11000010 | 100011 | 11111 | 0 | 1010010 | 1010100 | 11000 | 1 | 1001000 | 101100 |
Color Harmonies of #C2231F
Complementary color
Monochromatic Colors of #C2231F
Black with #C2231F
Text Example
Text Example
White with #C2231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2231F; }
p { color: rgb(194,35,31); }
H1.HeaderClassName
{
color: #C2231F;
}
.AnyTagClassName
{
color: #C2231F;
}
</style>
background-color css
<style>
a { background-color: #C2231F; }
a { background-color: rgb(194,35,31); }
div.DivClassName
{
background-color: #C2231F;
}
.BgClassName
{
background-color: #C2231F;
}
</style>
border-color css
<style>
span { border-color: #C2231F; }
span { border-color: rgb(194,35,31); }
td.TdClassName
{
border-color: #C2231F;
}
.TagClassName
{
border-color: #C2231F;
}
</style>