Shades of Fire Brick #C22620
Tints of Fire Brick #C22620
RGB
CMYK
RGB Variations
Color information
#C22620 (or 0xC22620) is known color: Fire Brick. HEX triplet: C2, 26 and 20. RGB value is (194,38,32). Sum of RGB (Red+Green+Blue) = 194+38+32=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C22620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22620 is #3DD9DF. Grayscale: #545454. Windows color (decimal): -4053472 or 2107074. OLE color: 2107074.
HSL color Cylindrical-coordinate representation of color #C22620: hue angle of 2.22º 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 #C22620 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 32 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.24 |
| HSL | 2.22º | 0.72% | 0.44% | - |
| HSV(B) | 2.22º | 0.84% | 0.76% | - |
| XYZ | 23.2 | 12.96 | 2.65 | - |
| YUV | 83.96 | 98.68 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 32 | 0 | 0.80 | 0.84 | 0.24 | 2.22 | 0.72 | 0.44 |
| Hex | C2 | 26 | 20 | 0 | 50 | 54 | 18 | 2 | 48 | 2C |
| Octal | 302 | 46 | 40 | 0 | 120 | 124 | 30 | 2 | 110 | 54 |
| Binary | 11000010 | 100110 | 100000 | 0 | 1010000 | 1010100 | 11000 | 10 | 1001000 | 101100 |
Color Harmonies of #C22620
Complementary color
Monochromatic Colors of #C22620
Black with #C22620
Text Example
Text Example
White with #C22620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22620; }
p { color: rgb(194,38,32); }
H1.HeaderClassName
{
color: #C22620;
}
.AnyTagClassName
{
color: #C22620;
}
</style>
background-color css
<style>
a { background-color: #C22620; }
a { background-color: rgb(194,38,32); }
div.DivClassName
{
background-color: #C22620;
}
.BgClassName
{
background-color: #C22620;
}
</style>
border-color css
<style>
span { border-color: #C22620; }
span { border-color: rgb(194,38,32); }
td.TdClassName
{
border-color: #C22620;
}
.TagClassName
{
border-color: #C22620;
}
</style>