Shades of Fire Brick #C22A25
Tints of Fire Brick #C22A25
RGB
CMYK
RGB Variations
Color information
#C22A25 (or 0xC22A25) is known color: Fire Brick. HEX triplet: C2, 2A and 25. RGB value is (194,42,37). Sum of RGB (Red+Green+Blue) = 194+42+37=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22A25 is #3DD5DA. Grayscale: #575757. Windows color (decimal): -4052443 or 2435778. OLE color: 2435778.
HSL color Cylindrical-coordinate representation of color #C22A25: hue angle of 1.91º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22A25 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 37 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.24 |
| HSL | 1.91º | 0.68% | 0.45% | - |
| HSV(B) | 1.91º | 0.81% | 0.76% | - |
| XYZ | 23.41 | 13.26 | 3.08 | - |
| YUV | 86.88 | 99.86 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 37 | 0 | 0.78 | 0.81 | 0.24 | 1.91 | 0.68 | 0.45 |
| Hex | C2 | 2A | 25 | 0 | 4E | 51 | 18 | 2 | 44 | 2D |
| Octal | 302 | 52 | 45 | 0 | 116 | 121 | 30 | 2 | 104 | 55 |
| Binary | 11000010 | 101010 | 100101 | 0 | 1001110 | 1010001 | 11000 | 10 | 1000100 | 101101 |
Color Harmonies of #C22A25
Complementary color
Monochromatic Colors of #C22A25
Black with #C22A25
Text Example
Text Example
White with #C22A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22A25; }
p { color: rgb(194,42,37); }
H1.HeaderClassName
{
color: #C22A25;
}
.AnyTagClassName
{
color: #C22A25;
}
</style>
background-color css
<style>
a { background-color: #C22A25; }
a { background-color: rgb(194,42,37); }
div.DivClassName
{
background-color: #C22A25;
}
.BgClassName
{
background-color: #C22A25;
}
</style>
border-color css
<style>
span { border-color: #C22A25; }
span { border-color: rgb(194,42,37); }
td.TdClassName
{
border-color: #C22A25;
}
.TagClassName
{
border-color: #C22A25;
}
</style>