Shades of Fire #993D1D
Tints of Fire #993D1D
RGB
CMYK
RGB Variations
Color information
#993D1D (or 0x993D1D) is known color: Fire. HEX triplet: 99, 3D and 1D. RGB value is (153,61,29). Sum of RGB (Red+Green+Blue) = 153+61+29=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #993D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993D1D is #66C2E2. Grayscale: #555555. Windows color (decimal): -6734563 or 1916313. OLE color: 1916313.
HSL color Cylindrical-coordinate representation of color #993D1D: hue angle of 15.48º 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 #993D1D is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 29 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.4 |
| HSL | 15.48º | 0.68% | 0.36% | - |
| HSV(B) | 15.48º | 0.81% | 0.6% | - |
| XYZ | 15.03 | 10.2 | 2.34 | - |
| YUV | 84.86 | 96.48 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 29 | 0 | 0.60 | 0.81 | 0.4 | 15.48 | 0.68 | 0.36 |
| Hex | 99 | 3D | 1D | 0 | 3C | 51 | 28 | F | 44 | 24 |
| Octal | 231 | 75 | 35 | 0 | 74 | 121 | 50 | 17 | 104 | 44 |
| Binary | 10011001 | 111101 | 11101 | 0 | 111100 | 1010001 | 101000 | 1111 | 1000100 | 100100 |
Color Harmonies of #993D1D
Complementary color
Monochromatic Colors of #993D1D
Black with #993D1D
Text Example
Text Example
White with #993D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D1D; }
p { color: rgb(153,61,29); }
H1.HeaderClassName
{
color: #993D1D;
}
.AnyTagClassName
{
color: #993D1D;
}
</style>
background-color css
<style>
a { background-color: #993D1D; }
a { background-color: rgb(153,61,29); }
div.DivClassName
{
background-color: #993D1D;
}
.BgClassName
{
background-color: #993D1D;
}
</style>
border-color css
<style>
span { border-color: #993D1D; }
span { border-color: rgb(153,61,29); }
td.TdClassName
{
border-color: #993D1D;
}
.TagClassName
{
border-color: #993D1D;
}
</style>