Shades of Fire Brick #C0261D
Tints of Fire Brick #C0261D
RGB
CMYK
RGB Variations
Color information
#C0261D (or 0xC0261D) is known color: Fire Brick. HEX triplet: C0, 26 and 1D. RGB value is (192,38,29). Sum of RGB (Red+Green+Blue) = 192+38+29=259 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.13% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 192 - color contains mainly: red. Hex color #C0261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0261D is #3FD9E2. Grayscale: #535353. Windows color (decimal): -4184547 or 1910464. OLE color: 1910464.
HSL color Cylindrical-coordinate representation of color #C0261D: hue angle of 3.31º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0261D is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 29 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.25 |
| HSL | 3.31º | 0.74% | 0.43% | - |
| HSV(B) | 3.31º | 0.85% | 0.75% | - |
| XYZ | 22.65 | 12.68 | 2.42 | - |
| YUV | 83.02 | 97.52 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 29 | 0 | 0.80 | 0.85 | 0.25 | 3.31 | 0.74 | 0.43 |
| Hex | C0 | 26 | 1D | 0 | 50 | 55 | 19 | 3 | 4A | 2B |
| Octal | 300 | 46 | 35 | 0 | 120 | 125 | 31 | 3 | 112 | 53 |
| Binary | 11000000 | 100110 | 11101 | 0 | 1010000 | 1010101 | 11001 | 11 | 1001010 | 101011 |
Color Harmonies of #C0261D
Complementary color
Monochromatic Colors of #C0261D
Black with #C0261D
Text Example
Text Example
White with #C0261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0261D; }
p { color: rgb(192,38,29); }
H1.HeaderClassName
{
color: #C0261D;
}
.AnyTagClassName
{
color: #C0261D;
}
</style>
background-color css
<style>
a { background-color: #C0261D; }
a { background-color: rgb(192,38,29); }
div.DivClassName
{
background-color: #C0261D;
}
.BgClassName
{
background-color: #C0261D;
}
</style>
border-color css
<style>
span { border-color: #C0261D; }
span { border-color: rgb(192,38,29); }
td.TdClassName
{
border-color: #C0261D;
}
.TagClassName
{
border-color: #C0261D;
}
</style>