Shades of Fire #993D1C
Tints of Fire #993D1C
RGB
CMYK
RGB Variations
Color information
#993D1C (or 0x993D1C) is known color: Fire. HEX triplet: 99, 3D and 1C. RGB value is (153,61,28). Sum of RGB (Red+Green+Blue) = 153+61+28=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #993D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993D1C is #66C2E3. Grayscale: #545454. Windows color (decimal): -6734564 or 1850777. OLE color: 1850777.
HSL color Cylindrical-coordinate representation of color #993D1C: hue angle of 15.84º 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 #993D1C is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 28 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.4 |
| HSL | 15.84º | 0.69% | 0.35% | - |
| HSV(B) | 15.84º | 0.82% | 0.6% | - |
| XYZ | 15.02 | 10.19 | 2.27 | - |
| YUV | 84.75 | 95.98 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 28 | 0 | 0.60 | 0.82 | 0.4 | 15.84 | 0.69 | 0.35 |
| Hex | 99 | 3D | 1C | 0 | 3C | 52 | 28 | 10 | 45 | 23 |
| Octal | 231 | 75 | 34 | 0 | 74 | 122 | 50 | 20 | 105 | 43 |
| Binary | 10011001 | 111101 | 11100 | 0 | 111100 | 1010010 | 101000 | 10000 | 1000101 | 100011 |
Color Harmonies of #993D1C
Complementary color
Monochromatic Colors of #993D1C
Black with #993D1C
Text Example
Text Example
White with #993D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D1C; }
p { color: rgb(153,61,28); }
H1.HeaderClassName
{
color: #993D1C;
}
.AnyTagClassName
{
color: #993D1C;
}
</style>
background-color css
<style>
a { background-color: #993D1C; }
a { background-color: rgb(153,61,28); }
div.DivClassName
{
background-color: #993D1C;
}
.BgClassName
{
background-color: #993D1C;
}
</style>
border-color css
<style>
span { border-color: #993D1C; }
span { border-color: rgb(153,61,28); }
td.TdClassName
{
border-color: #993D1C;
}
.TagClassName
{
border-color: #993D1C;
}
</style>