Shades of Fire #993F1D
Tints of Fire #993F1D
RGB
CMYK
RGB Variations
Color information
#993F1D (or 0x993F1D) is known color: Fire. HEX triplet: 99, 3F and 1D. RGB value is (153,63,29). Sum of RGB (Red+Green+Blue) = 153+63+29=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #993F1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993F1D is #66C0E2. Grayscale: #565656. Windows color (decimal): -6734051 or 1916825. OLE color: 1916825.
HSL color Cylindrical-coordinate representation of color #993F1D: hue angle of 16.45º 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 #993F1D is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 63 | 29 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.4 |
| HSL | 16.45º | 0.68% | 0.36% | - |
| HSV(B) | 16.45º | 0.81% | 0.6% | - |
| XYZ | 15.14 | 10.42 | 2.38 | - |
| YUV | 86.03 | 95.82 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 29 | 0 | 0.59 | 0.81 | 0.4 | 16.45 | 0.68 | 0.36 |
| Hex | 99 | 3F | 1D | 0 | 3B | 51 | 28 | 10 | 44 | 24 |
| Octal | 231 | 77 | 35 | 0 | 73 | 121 | 50 | 20 | 104 | 44 |
| Binary | 10011001 | 111111 | 11101 | 0 | 111011 | 1010001 | 101000 | 10000 | 1000100 | 100100 |
Color Harmonies of #993F1D
Complementary color
Monochromatic Colors of #993F1D
Black with #993F1D
Text Example
Text Example
White with #993F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993F1D; }
p { color: rgb(153,63,29); }
H1.HeaderClassName
{
color: #993F1D;
}
.AnyTagClassName
{
color: #993F1D;
}
</style>
background-color css
<style>
a { background-color: #993F1D; }
a { background-color: rgb(153,63,29); }
div.DivClassName
{
background-color: #993F1D;
}
.BgClassName
{
background-color: #993F1D;
}
</style>
border-color css
<style>
span { border-color: #993F1D; }
span { border-color: rgb(153,63,29); }
td.TdClassName
{
border-color: #993F1D;
}
.TagClassName
{
border-color: #993F1D;
}
</style>