Shades of Fire Brick #C22920
Tints of Fire Brick #C22920
RGB
CMYK
RGB Variations
Color information
#C22920 (or 0xC22920) is known color: Fire Brick. HEX triplet: C2, 29 and 20. RGB value is (194,41,32). Sum of RGB (Red+Green+Blue) = 194+41+32=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C22920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22920 is #3DD6DF. Grayscale: #555555. Windows color (decimal): -4052704 or 2107842. OLE color: 2107842.
HSL color Cylindrical-coordinate representation of color #C22920: hue angle of 3.33º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C22920 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 32 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.24 |
| HSL | 3.33º | 0.72% | 0.44% | - |
| HSV(B) | 3.33º | 0.84% | 0.76% | - |
| XYZ | 23.3 | 13.16 | 2.68 | - |
| YUV | 85.72 | 97.69 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 32 | 0 | 0.79 | 0.84 | 0.24 | 3.33 | 0.72 | 0.44 |
| Hex | C2 | 29 | 20 | 0 | 4F | 54 | 18 | 3 | 48 | 2C |
| Octal | 302 | 51 | 40 | 0 | 117 | 124 | 30 | 3 | 110 | 54 |
| Binary | 11000010 | 101001 | 100000 | 0 | 1001111 | 1010100 | 11000 | 11 | 1001000 | 101100 |
Color Harmonies of #C22920
Complementary color
Monochromatic Colors of #C22920
Black with #C22920
Text Example
Text Example
White with #C22920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22920; }
p { color: rgb(194,41,32); }
H1.HeaderClassName
{
color: #C22920;
}
.AnyTagClassName
{
color: #C22920;
}
</style>
background-color css
<style>
a { background-color: #C22920; }
a { background-color: rgb(194,41,32); }
div.DivClassName
{
background-color: #C22920;
}
.BgClassName
{
background-color: #C22920;
}
</style>
border-color css
<style>
span { border-color: #C22920; }
span { border-color: rgb(194,41,32); }
td.TdClassName
{
border-color: #C22920;
}
.TagClassName
{
border-color: #C22920;
}
</style>