Shades of Fire Brick #C11B0F
Tints of Fire Brick #C11B0F
RGB
CMYK
RGB Variations
Color information
#C11B0F (or 0xC11B0F) is known color: Fire Brick. HEX triplet: C1, 1B and 0F. RGB value is (193,27,15). Sum of RGB (Red+Green+Blue) = 193+27+15=235 (31% of max value = 765). Red value is 193 (75.78% from 255 or 82.13% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 193 - color contains mainly: red. Hex color #C11B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11B0F is #3EE4F0. Grayscale: #4B4B4B. Windows color (decimal): -4121841 or 990145. OLE color: 990145.
HSL color Cylindrical-coordinate representation of color #C11B0F: hue angle of 4.04º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C11B0F is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 27 | 15 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.24 |
| HSL | 4.04º | 0.86% | 0.41% | - |
| HSV(B) | 4.04º | 0.92% | 0.76% | - |
| XYZ | 22.47 | 12.16 | 1.61 | - |
| YUV | 75.27 | 94 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 27 | 15 | 0 | 0.86 | 0.92 | 0.24 | 4.04 | 0.86 | 0.41 |
| Hex | C1 | 1B | F | 0 | 56 | 5C | 18 | 4 | 56 | 29 |
| Octal | 301 | 33 | 17 | 0 | 126 | 134 | 30 | 4 | 126 | 51 |
| Binary | 11000001 | 11011 | 1111 | 0 | 1010110 | 1011100 | 11000 | 100 | 1010110 | 101001 |
Color Harmonies of #C11B0F
Complementary color
Monochromatic Colors of #C11B0F
Black with #C11B0F
Text Example
Text Example
White with #C11B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11B0F; }
p { color: rgb(193,27,15); }
H1.HeaderClassName
{
color: #C11B0F;
}
.AnyTagClassName
{
color: #C11B0F;
}
</style>
background-color css
<style>
a { background-color: #C11B0F; }
a { background-color: rgb(193,27,15); }
div.DivClassName
{
background-color: #C11B0F;
}
.BgClassName
{
background-color: #C11B0F;
}
</style>
border-color css
<style>
span { border-color: #C11B0F; }
span { border-color: rgb(193,27,15); }
td.TdClassName
{
border-color: #C11B0F;
}
.TagClassName
{
border-color: #C11B0F;
}
</style>