Shades of Fire Brick #C22724
Tints of Fire Brick #C22724
RGB
CMYK
RGB Variations
Color information
#C22724 (or 0xC22724) is known color: Fire Brick. HEX triplet: C2, 27 and 24. RGB value is (194,39,36). Sum of RGB (Red+Green+Blue) = 194+39+36=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C22724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22724 is #3DD8DB. Grayscale: #555555. Windows color (decimal): -4053212 or 2369474. OLE color: 2369474.
HSL color Cylindrical-coordinate representation of color #C22724: hue angle of 1.14º degrees, saturation: 0.69, 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 #C22724 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 36 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.24 |
| HSL | 1.14º | 0.69% | 0.45% | - |
| HSV(B) | 1.14º | 0.81% | 0.76% | - |
| XYZ | 23.29 | 13.05 | 2.96 | - |
| YUV | 85 | 100.35 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 36 | 0 | 0.80 | 0.81 | 0.24 | 1.14 | 0.69 | 0.45 |
| Hex | C2 | 27 | 24 | 0 | 50 | 51 | 18 | 1 | 45 | 2D |
| Octal | 302 | 47 | 44 | 0 | 120 | 121 | 30 | 1 | 105 | 55 |
| Binary | 11000010 | 100111 | 100100 | 0 | 1010000 | 1010001 | 11000 | 1 | 1000101 | 101101 |
Color Harmonies of #C22724
Complementary color
Monochromatic Colors of #C22724
Black with #C22724
Text Example
Text Example
White with #C22724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22724; }
p { color: rgb(194,39,36); }
H1.HeaderClassName
{
color: #C22724;
}
.AnyTagClassName
{
color: #C22724;
}
</style>
background-color css
<style>
a { background-color: #C22724; }
a { background-color: rgb(194,39,36); }
div.DivClassName
{
background-color: #C22724;
}
.BgClassName
{
background-color: #C22724;
}
</style>
border-color css
<style>
span { border-color: #C22724; }
span { border-color: rgb(194,39,36); }
td.TdClassName
{
border-color: #C22724;
}
.TagClassName
{
border-color: #C22724;
}
</style>