Shades of Fire Brick #C22B21
Tints of Fire Brick #C22B21
RGB
CMYK
RGB Variations
Color information
#C22B21 (or 0xC22B21) is known color: Fire Brick. HEX triplet: C2, 2B and 21. RGB value is (194,43,33). Sum of RGB (Red+Green+Blue) = 194+43+33=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22B21 is #3DD4DE. Grayscale: #575757. Windows color (decimal): -4052191 or 2173890. OLE color: 2173890.
HSL color Cylindrical-coordinate representation of color #C22B21: hue angle of 3.73º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C22B21 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 43 | 33 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.24 |
| HSL | 3.73º | 0.71% | 0.45% | - |
| HSV(B) | 3.73º | 0.83% | 0.76% | - |
| XYZ | 23.39 | 13.31 | 2.77 | - |
| YUV | 87.01 | 97.53 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 33 | 0 | 0.78 | 0.83 | 0.24 | 3.73 | 0.71 | 0.45 |
| Hex | C2 | 2B | 21 | 0 | 4E | 53 | 18 | 4 | 47 | 2D |
| Octal | 302 | 53 | 41 | 0 | 116 | 123 | 30 | 4 | 107 | 55 |
| Binary | 11000010 | 101011 | 100001 | 0 | 1001110 | 1010011 | 11000 | 100 | 1000111 | 101101 |
Color Harmonies of #C22B21
Complementary color
Monochromatic Colors of #C22B21
Black with #C22B21
Text Example
Text Example
White with #C22B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22B21; }
p { color: rgb(194,43,33); }
H1.HeaderClassName
{
color: #C22B21;
}
.AnyTagClassName
{
color: #C22B21;
}
</style>
background-color css
<style>
a { background-color: #C22B21; }
a { background-color: rgb(194,43,33); }
div.DivClassName
{
background-color: #C22B21;
}
.BgClassName
{
background-color: #C22B21;
}
</style>
border-color css
<style>
span { border-color: #C22B21; }
span { border-color: rgb(194,43,33); }
td.TdClassName
{
border-color: #C22B21;
}
.TagClassName
{
border-color: #C22B21;
}
</style>