Shades of Fire #99411C
Tints of Fire #99411C
RGB
CMYK
RGB Variations
Color information
#99411C (or 0x99411C) is known color: Fire. HEX triplet: 99, 41 and 1C. RGB value is (153,65,28). Sum of RGB (Red+Green+Blue) = 153+65+28=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #99411C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99411C is #66BEE3. Grayscale: #575757. Windows color (decimal): -6733540 or 1851801. OLE color: 1851801.
HSL color Cylindrical-coordinate representation of color #99411C: hue angle of 17.76º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99411C is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 28 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.4 |
| HSL | 17.76º | 0.69% | 0.35% | - |
| HSV(B) | 17.76º | 0.82% | 0.6% | - |
| XYZ | 15.24 | 10.64 | 2.35 | - |
| YUV | 87.09 | 94.65 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 28 | 0 | 0.58 | 0.82 | 0.4 | 17.76 | 0.69 | 0.35 |
| Hex | 99 | 41 | 1C | 0 | 3A | 52 | 28 | 12 | 45 | 23 |
| Octal | 231 | 101 | 34 | 0 | 72 | 122 | 50 | 22 | 105 | 43 |
| Binary | 10011001 | 1000001 | 11100 | 0 | 111010 | 1010010 | 101000 | 10010 | 1000101 | 100011 |
Color Harmonies of #99411C
Complementary color
Monochromatic Colors of #99411C
Black with #99411C
Text Example
Text Example
White with #99411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99411C; }
p { color: rgb(153,65,28); }
H1.HeaderClassName
{
color: #99411C;
}
.AnyTagClassName
{
color: #99411C;
}
</style>
background-color css
<style>
a { background-color: #99411C; }
a { background-color: rgb(153,65,28); }
div.DivClassName
{
background-color: #99411C;
}
.BgClassName
{
background-color: #99411C;
}
</style>
border-color css
<style>
span { border-color: #99411C; }
span { border-color: rgb(153,65,28); }
td.TdClassName
{
border-color: #99411C;
}
.TagClassName
{
border-color: #99411C;
}
</style>