Shades of Fire Brick #C2231D
Tints of Fire Brick #C2231D
RGB
CMYK
RGB Variations
Color information
#C2231D (or 0xC2231D) is known color: Fire Brick. HEX triplet: C2, 23 and 1D. RGB value is (194,35,29). Sum of RGB (Red+Green+Blue) = 194+35+29=258 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.19% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 194 - color contains mainly: red. Hex color #C2231D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2231D is #3DDCE2. Grayscale: #525252. Windows color (decimal): -4054243 or 1909698. OLE color: 1909698.
HSL color Cylindrical-coordinate representation of color #C2231D: hue angle of 2.18º 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 #C2231D is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 29 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.24 |
| HSL | 2.18º | 0.74% | 0.44% | - |
| HSV(B) | 2.18º | 0.85% | 0.76% | - |
| XYZ | 23.07 | 12.76 | 2.41 | - |
| YUV | 81.86 | 98.18 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 29 | 0 | 0.82 | 0.85 | 0.24 | 2.18 | 0.74 | 0.44 |
| Hex | C2 | 23 | 1D | 0 | 52 | 55 | 18 | 2 | 4A | 2C |
| Octal | 302 | 43 | 35 | 0 | 122 | 125 | 30 | 2 | 112 | 54 |
| Binary | 11000010 | 100011 | 11101 | 0 | 1010010 | 1010101 | 11000 | 10 | 1001010 | 101100 |
Color Harmonies of #C2231D
Complementary color
Monochromatic Colors of #C2231D
Black with #C2231D
Text Example
Text Example
White with #C2231D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2231D; }
p { color: rgb(194,35,29); }
H1.HeaderClassName
{
color: #C2231D;
}
.AnyTagClassName
{
color: #C2231D;
}
</style>
background-color css
<style>
a { background-color: #C2231D; }
a { background-color: rgb(194,35,29); }
div.DivClassName
{
background-color: #C2231D;
}
.BgClassName
{
background-color: #C2231D;
}
</style>
border-color css
<style>
span { border-color: #C2231D; }
span { border-color: rgb(194,35,29); }
td.TdClassName
{
border-color: #C2231D;
}
.TagClassName
{
border-color: #C2231D;
}
</style>