Shades of Fire Brick #C0261F
Tints of Fire Brick #C0261F
RGB
CMYK
RGB Variations
Color information
#C0261F (or 0xC0261F) is known color: Fire Brick. HEX triplet: C0, 26 and 1F. RGB value is (192,38,31). Sum of RGB (Red+Green+Blue) = 192+38+31=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C0261F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0261F is #3FD9E0. Grayscale: #535353. Windows color (decimal): -4184545 or 2041536. OLE color: 2041536.
HSL color Cylindrical-coordinate representation of color #C0261F: hue angle of 2.61º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0261F is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 31 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.25 |
| HSL | 2.61º | 0.72% | 0.44% | - |
| HSV(B) | 2.61º | 0.84% | 0.75% | - |
| XYZ | 22.68 | 12.69 | 2.55 | - |
| YUV | 83.25 | 98.52 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 31 | 0 | 0.80 | 0.84 | 0.25 | 2.61 | 0.72 | 0.44 |
| Hex | C0 | 26 | 1F | 0 | 50 | 54 | 19 | 3 | 48 | 2C |
| Octal | 300 | 46 | 37 | 0 | 120 | 124 | 31 | 3 | 110 | 54 |
| Binary | 11000000 | 100110 | 11111 | 0 | 1010000 | 1010100 | 11001 | 11 | 1001000 | 101100 |
Color Harmonies of #C0261F
Complementary color
Monochromatic Colors of #C0261F
Black with #C0261F
Text Example
Text Example
White with #C0261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0261F; }
p { color: rgb(192,38,31); }
H1.HeaderClassName
{
color: #C0261F;
}
.AnyTagClassName
{
color: #C0261F;
}
</style>
background-color css
<style>
a { background-color: #C0261F; }
a { background-color: rgb(192,38,31); }
div.DivClassName
{
background-color: #C0261F;
}
.BgClassName
{
background-color: #C0261F;
}
</style>
border-color css
<style>
span { border-color: #C0261F; }
span { border-color: rgb(192,38,31); }
td.TdClassName
{
border-color: #C0261F;
}
.TagClassName
{
border-color: #C0261F;
}
</style>