Shades of Fire Brick #C22B20
Tints of Fire Brick #C22B20
RGB
CMYK
RGB Variations
Color information
#C22B20 (or 0xC22B20) is known color: Fire Brick. HEX triplet: C2, 2B and 20. RGB value is (194,43,32). Sum of RGB (Red+Green+Blue) = 194+43+32=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22B20 is #3DD4DF. Grayscale: #575757. Windows color (decimal): -4052192 or 2108354. OLE color: 2108354.
HSL color Cylindrical-coordinate representation of color #C22B20: hue angle of 4.07º 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 #C22B20 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 43 | 32 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.24 |
| HSL | 4.07º | 0.72% | 0.44% | - |
| HSV(B) | 4.07º | 0.84% | 0.76% | - |
| XYZ | 23.37 | 13.3 | 2.7 | - |
| YUV | 86.9 | 97.03 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 32 | 0 | 0.78 | 0.84 | 0.24 | 4.07 | 0.72 | 0.44 |
| Hex | C2 | 2B | 20 | 0 | 4E | 54 | 18 | 4 | 48 | 2C |
| Octal | 302 | 53 | 40 | 0 | 116 | 124 | 30 | 4 | 110 | 54 |
| Binary | 11000010 | 101011 | 100000 | 0 | 1001110 | 1010100 | 11000 | 100 | 1001000 | 101100 |
Color Harmonies of #C22B20
Complementary color
Monochromatic Colors of #C22B20
Black with #C22B20
Text Example
Text Example
White with #C22B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22B20; }
p { color: rgb(194,43,32); }
H1.HeaderClassName
{
color: #C22B20;
}
.AnyTagClassName
{
color: #C22B20;
}
</style>
background-color css
<style>
a { background-color: #C22B20; }
a { background-color: rgb(194,43,32); }
div.DivClassName
{
background-color: #C22B20;
}
.BgClassName
{
background-color: #C22B20;
}
</style>
border-color css
<style>
span { border-color: #C22B20; }
span { border-color: rgb(194,43,32); }
td.TdClassName
{
border-color: #C22B20;
}
.TagClassName
{
border-color: #C22B20;
}
</style>