Shades of Fire Brick #C02726
Tints of Fire Brick #C02726
RGB
CMYK
RGB Variations
Color information
#C02726 (or 0xC02726) is known color: Fire Brick. HEX triplet: C0, 27 and 26. RGB value is (192,39,38). Sum of RGB (Red+Green+Blue) = 192+39+38=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C02726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02726 is #3FD8D9. Grayscale: #545454. Windows color (decimal): -4184282 or 2500544. OLE color: 2500544.
HSL color Cylindrical-coordinate representation of color #C02726: hue angle of 0.39º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02726 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 38 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.25 |
| HSL | 0.39º | 0.67% | 0.45% | - |
| HSV(B) | 0.39º | 0.8% | 0.75% | - |
| XYZ | 22.81 | 12.8 | 3.1 | - |
| YUV | 84.63 | 101.69 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 38 | 0 | 0.80 | 0.80 | 0.25 | 0.39 | 0.67 | 0.45 |
| Hex | C0 | 27 | 26 | 0 | 50 | 50 | 19 | 0 | 43 | 2D |
| Octal | 300 | 47 | 46 | 0 | 120 | 120 | 31 | 0 | 103 | 55 |
| Binary | 11000000 | 100111 | 100110 | 0 | 1010000 | 1010000 | 11001 | 0 | 1000011 | 101101 |
Color Harmonies of #C02726
Complementary color
Monochromatic Colors of #C02726
Black with #C02726
Text Example
Text Example
White with #C02726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02726; }
p { color: rgb(192,39,38); }
H1.HeaderClassName
{
color: #C02726;
}
.AnyTagClassName
{
color: #C02726;
}
</style>
background-color css
<style>
a { background-color: #C02726; }
a { background-color: rgb(192,39,38); }
div.DivClassName
{
background-color: #C02726;
}
.BgClassName
{
background-color: #C02726;
}
</style>
border-color css
<style>
span { border-color: #C02726; }
span { border-color: rgb(192,39,38); }
td.TdClassName
{
border-color: #C02726;
}
.TagClassName
{
border-color: #C02726;
}
</style>