Shades of Fire Brick #C22119
Tints of Fire Brick #C22119
RGB
CMYK
RGB Variations
Color information
#C22119 (or 0xC22119) is known color: Fire Brick. HEX triplet: C2, 21 and 19. RGB value is (194,33,25). Sum of RGB (Red+Green+Blue) = 194+33+25=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C22119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22119 is #3DDEE6. Grayscale: #505050. Windows color (decimal): -4054759 or 1647042. OLE color: 1647042.
HSL color Cylindrical-coordinate representation of color #C22119: hue angle of 2.84º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C22119 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 25 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.24 |
| HSL | 2.84º | 0.77% | 0.43% | - |
| HSV(B) | 2.84º | 0.87% | 0.76% | - |
| XYZ | 22.97 | 12.63 | 2.15 | - |
| YUV | 80.23 | 96.84 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 25 | 0 | 0.83 | 0.87 | 0.24 | 2.84 | 0.77 | 0.43 |
| Hex | C2 | 21 | 19 | 0 | 53 | 57 | 18 | 3 | 4D | 2B |
| Octal | 302 | 41 | 31 | 0 | 123 | 127 | 30 | 3 | 115 | 53 |
| Binary | 11000010 | 100001 | 11001 | 0 | 1010011 | 1010111 | 11000 | 11 | 1001101 | 101011 |
Color Harmonies of #C22119
Complementary color
Monochromatic Colors of #C22119
Black with #C22119
Text Example
Text Example
White with #C22119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22119; }
p { color: rgb(194,33,25); }
H1.HeaderClassName
{
color: #C22119;
}
.AnyTagClassName
{
color: #C22119;
}
</style>
background-color css
<style>
a { background-color: #C22119; }
a { background-color: rgb(194,33,25); }
div.DivClassName
{
background-color: #C22119;
}
.BgClassName
{
background-color: #C22119;
}
</style>
border-color css
<style>
span { border-color: #C22119; }
span { border-color: rgb(194,33,25); }
td.TdClassName
{
border-color: #C22119;
}
.TagClassName
{
border-color: #C22119;
}
</style>