Shades of Fire #993B1C
Tints of Fire #993B1C
RGB
CMYK
RGB Variations
Color information
#993B1C (or 0x993B1C) is known color: Fire. HEX triplet: 99, 3B and 1C. RGB value is (153,59,28). Sum of RGB (Red+Green+Blue) = 153+59+28=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #993B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993B1C is #66C4E3. Grayscale: #535353. Windows color (decimal): -6735076 or 1850265. OLE color: 1850265.
HSL color Cylindrical-coordinate representation of color #993B1C: hue angle of 14.88º 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 #993B1C is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 59 | 28 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.4 |
| HSL | 14.88º | 0.69% | 0.35% | - |
| HSV(B) | 14.88º | 0.82% | 0.6% | - |
| XYZ | 14.91 | 9.98 | 2.24 | - |
| YUV | 83.57 | 96.64 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 28 | 0 | 0.61 | 0.82 | 0.4 | 14.88 | 0.69 | 0.35 |
| Hex | 99 | 3B | 1C | 0 | 3D | 52 | 28 | F | 45 | 23 |
| Octal | 231 | 73 | 34 | 0 | 75 | 122 | 50 | 17 | 105 | 43 |
| Binary | 10011001 | 111011 | 11100 | 0 | 111101 | 1010010 | 101000 | 1111 | 1000101 | 100011 |
Color Harmonies of #993B1C
Complementary color
Monochromatic Colors of #993B1C
Black with #993B1C
Text Example
Text Example
White with #993B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993B1C; }
p { color: rgb(153,59,28); }
H1.HeaderClassName
{
color: #993B1C;
}
.AnyTagClassName
{
color: #993B1C;
}
</style>
background-color css
<style>
a { background-color: #993B1C; }
a { background-color: rgb(153,59,28); }
div.DivClassName
{
background-color: #993B1C;
}
.BgClassName
{
background-color: #993B1C;
}
</style>
border-color css
<style>
span { border-color: #993B1C; }
span { border-color: rgb(153,59,28); }
td.TdClassName
{
border-color: #993B1C;
}
.TagClassName
{
border-color: #993B1C;
}
</style>