Shades of Fire Brick #C11D0F
Tints of Fire Brick #C11D0F
RGB
CMYK
RGB Variations
Color information
#C11D0F (or 0xC11D0F) is known color: Fire Brick. HEX triplet: C1, 1D and 0F. RGB value is (193,29,15). Sum of RGB (Red+Green+Blue) = 193+29+15=237 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.43% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11D0F is #3EE2F0. Grayscale: #4C4C4C. Windows color (decimal): -4121329 or 990657. OLE color: 990657.
HSL color Cylindrical-coordinate representation of color #C11D0F: hue angle of 4.72º 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 #C11D0F is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 29 | 15 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.24 |
| HSL | 4.72º | 0.86% | 0.41% | - |
| HSV(B) | 4.72º | 0.92% | 0.76% | - |
| XYZ | 22.52 | 12.25 | 1.63 | - |
| YUV | 76.44 | 93.33 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 15 | 0 | 0.85 | 0.92 | 0.24 | 4.72 | 0.86 | 0.41 |
| Hex | C1 | 1D | F | 0 | 55 | 5C | 18 | 5 | 56 | 29 |
| Octal | 301 | 35 | 17 | 0 | 125 | 134 | 30 | 5 | 126 | 51 |
| Binary | 11000001 | 11101 | 1111 | 0 | 1010101 | 1011100 | 11000 | 101 | 1010110 | 101001 |
Color Harmonies of #C11D0F
Complementary color
Monochromatic Colors of #C11D0F
Black with #C11D0F
Text Example
Text Example
White with #C11D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11D0F; }
p { color: rgb(193,29,15); }
H1.HeaderClassName
{
color: #C11D0F;
}
.AnyTagClassName
{
color: #C11D0F;
}
</style>
background-color css
<style>
a { background-color: #C11D0F; }
a { background-color: rgb(193,29,15); }
div.DivClassName
{
background-color: #C11D0F;
}
.BgClassName
{
background-color: #C11D0F;
}
</style>
border-color css
<style>
span { border-color: #C11D0F; }
span { border-color: rgb(193,29,15); }
td.TdClassName
{
border-color: #C11D0F;
}
.TagClassName
{
border-color: #C11D0F;
}
</style>