Shades of Fire Brick #C22726
Tints of Fire Brick #C22726
RGB
CMYK
RGB Variations
Color information
#C22726 (or 0xC22726) is known color: Fire Brick. HEX triplet: C2, 27 and 26. RGB value is (194,39,38). Sum of RGB (Red+Green+Blue) = 194+39+38=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C22726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22726 is #3DD8D9. Grayscale: #555555. Windows color (decimal): -4053210 or 2500546. OLE color: 2500546.
HSL color Cylindrical-coordinate representation of color #C22726: hue angle of 0.38º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22726 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 38 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.24 |
| HSL | 0.38º | 0.67% | 0.45% | - |
| HSV(B) | 0.38º | 0.8% | 0.76% | - |
| XYZ | 23.32 | 13.06 | 3.13 | - |
| YUV | 85.23 | 101.35 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 38 | 0 | 0.80 | 0.80 | 0.24 | 0.38 | 0.67 | 0.45 |
| Hex | C2 | 27 | 26 | 0 | 50 | 50 | 18 | 0 | 43 | 2D |
| Octal | 302 | 47 | 46 | 0 | 120 | 120 | 30 | 0 | 103 | 55 |
| Binary | 11000010 | 100111 | 100110 | 0 | 1010000 | 1010000 | 11000 | 0 | 1000011 | 101101 |
Color Harmonies of #C22726
Complementary color
Monochromatic Colors of #C22726
Black with #C22726
Text Example
Text Example
White with #C22726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22726; }
p { color: rgb(194,39,38); }
H1.HeaderClassName
{
color: #C22726;
}
.AnyTagClassName
{
color: #C22726;
}
</style>
background-color css
<style>
a { background-color: #C22726; }
a { background-color: rgb(194,39,38); }
div.DivClassName
{
background-color: #C22726;
}
.BgClassName
{
background-color: #C22726;
}
</style>
border-color css
<style>
span { border-color: #C22726; }
span { border-color: rgb(194,39,38); }
td.TdClassName
{
border-color: #C22726;
}
.TagClassName
{
border-color: #C22726;
}
</style>