Shades of Fire Brick #C22822
Tints of Fire Brick #C22822
RGB
CMYK
RGB Variations
Color information
#C22822 (or 0xC22822) is known color: Fire Brick. HEX triplet: C2, 28 and 22. RGB value is (194,40,34). Sum of RGB (Red+Green+Blue) = 194+40+34=268 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.39% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 194 - color contains mainly: red. Hex color #C22822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22822 is #3DD7DD. Grayscale: #555555. Windows color (decimal): -4052958 or 2238658. OLE color: 2238658.
HSL color Cylindrical-coordinate representation of color #C22822: hue angle of 2.25º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22822 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 40 | 34 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.24 |
| HSL | 2.25º | 0.7% | 0.45% | - |
| HSV(B) | 2.25º | 0.82% | 0.76% | - |
| XYZ | 23.3 | 13.1 | 2.81 | - |
| YUV | 85.36 | 99.02 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 34 | 0 | 0.79 | 0.82 | 0.24 | 2.25 | 0.7 | 0.45 |
| Hex | C2 | 28 | 22 | 0 | 4F | 52 | 18 | 2 | 46 | 2D |
| Octal | 302 | 50 | 42 | 0 | 117 | 122 | 30 | 2 | 106 | 55 |
| Binary | 11000010 | 101000 | 100010 | 0 | 1001111 | 1010010 | 11000 | 10 | 1000110 | 101101 |
Color Harmonies of #C22822
Complementary color
Monochromatic Colors of #C22822
Black with #C22822
Text Example
Text Example
White with #C22822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22822; }
p { color: rgb(194,40,34); }
H1.HeaderClassName
{
color: #C22822;
}
.AnyTagClassName
{
color: #C22822;
}
</style>
background-color css
<style>
a { background-color: #C22822; }
a { background-color: rgb(194,40,34); }
div.DivClassName
{
background-color: #C22822;
}
.BgClassName
{
background-color: #C22822;
}
</style>
border-color css
<style>
span { border-color: #C22822; }
span { border-color: rgb(194,40,34); }
td.TdClassName
{
border-color: #C22822;
}
.TagClassName
{
border-color: #C22822;
}
</style>