Shades of Fire #99401D
Tints of Fire #99401D
RGB
CMYK
RGB Variations
Color information
#99401D (or 0x99401D) is known color: Fire. HEX triplet: 99, 40 and 1D. RGB value is (153,64,29). Sum of RGB (Red+Green+Blue) = 153+64+29=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #99401D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99401D is #66BFE2. Grayscale: #565656. Windows color (decimal): -6733795 or 1917081. OLE color: 1917081.
HSL color Cylindrical-coordinate representation of color #99401D: hue angle of 16.94º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #99401D is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 64 | 29 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.4 |
| HSL | 16.94º | 0.68% | 0.36% | - |
| HSV(B) | 16.94º | 0.81% | 0.6% | - |
| XYZ | 15.19 | 10.53 | 2.39 | - |
| YUV | 86.62 | 95.49 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 64 | 29 | 0 | 0.58 | 0.81 | 0.4 | 16.94 | 0.68 | 0.36 |
| Hex | 99 | 40 | 1D | 0 | 3A | 51 | 28 | 11 | 44 | 24 |
| Octal | 231 | 100 | 35 | 0 | 72 | 121 | 50 | 21 | 104 | 44 |
| Binary | 10011001 | 1000000 | 11101 | 0 | 111010 | 1010001 | 101000 | 10001 | 1000100 | 100100 |
Color Harmonies of #99401D
Complementary color
Monochromatic Colors of #99401D
Black with #99401D
Text Example
Text Example
White with #99401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99401D; }
p { color: rgb(153,64,29); }
H1.HeaderClassName
{
color: #99401D;
}
.AnyTagClassName
{
color: #99401D;
}
</style>
background-color css
<style>
a { background-color: #99401D; }
a { background-color: rgb(153,64,29); }
div.DivClassName
{
background-color: #99401D;
}
.BgClassName
{
background-color: #99401D;
}
</style>
border-color css
<style>
span { border-color: #99401D; }
span { border-color: rgb(153,64,29); }
td.TdClassName
{
border-color: #99401D;
}
.TagClassName
{
border-color: #99401D;
}
</style>