Shades of Fire Brick #C22218
Tints of Fire Brick #C22218
RGB
CMYK
RGB Variations
Color information
#C22218 (or 0xC22218) is known color: Fire Brick. HEX triplet: C2, 22 and 18. RGB value is (194,34,24). Sum of RGB (Red+Green+Blue) = 194+34+24=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C22218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22218 is #3DDDE7. Grayscale: #505050. Windows color (decimal): -4054504 or 1581762. OLE color: 1581762.
HSL color Cylindrical-coordinate representation of color #C22218: hue angle of 3.53º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C22218 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 24 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.24 |
| HSL | 3.53º | 0.78% | 0.43% | - |
| HSV(B) | 3.53º | 0.88% | 0.76% | - |
| XYZ | 22.99 | 12.68 | 2.1 | - |
| YUV | 80.7 | 96.01 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 24 | 0 | 0.82 | 0.88 | 0.24 | 3.53 | 0.78 | 0.43 |
| Hex | C2 | 22 | 18 | 0 | 52 | 58 | 18 | 4 | 4E | 2B |
| Octal | 302 | 42 | 30 | 0 | 122 | 130 | 30 | 4 | 116 | 53 |
| Binary | 11000010 | 100010 | 11000 | 0 | 1010010 | 1011000 | 11000 | 100 | 1001110 | 101011 |
Color Harmonies of #C22218
Complementary color
Monochromatic Colors of #C22218
Black with #C22218
Text Example
Text Example
White with #C22218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22218; }
p { color: rgb(194,34,24); }
H1.HeaderClassName
{
color: #C22218;
}
.AnyTagClassName
{
color: #C22218;
}
</style>
background-color css
<style>
a { background-color: #C22218; }
a { background-color: rgb(194,34,24); }
div.DivClassName
{
background-color: #C22218;
}
.BgClassName
{
background-color: #C22218;
}
</style>
border-color css
<style>
span { border-color: #C22218; }
span { border-color: rgb(194,34,24); }
td.TdClassName
{
border-color: #C22218;
}
.TagClassName
{
border-color: #C22218;
}
</style>