Shades of Fire #943D1F
Tints of Fire #943D1F
RGB
CMYK
RGB Variations
Color information
#943D1F (or 0x943D1F) is known color: Fire. HEX triplet: 94, 3D and 1F. RGB value is (148,61,31). Sum of RGB (Red+Green+Blue) = 148+61+31=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #943D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943D1F is #6BC2E0. Grayscale: #535353. Windows color (decimal): -7062241 or 2047380. OLE color: 2047380.
HSL color Cylindrical-coordinate representation of color #943D1F: hue angle of 15.38º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #943D1F is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 61 | 31 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.42 |
| HSL | 15.38º | 0.65% | 0.35% | - |
| HSV(B) | 15.38º | 0.79% | 0.58% | - |
| XYZ | 14.13 | 9.73 | 2.43 | - |
| YUV | 83.59 | 98.32 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 61 | 31 | 0 | 0.59 | 0.79 | 0.42 | 15.38 | 0.65 | 0.35 |
| Hex | 94 | 3D | 1F | 0 | 3B | 4F | 2A | F | 41 | 23 |
| Octal | 224 | 75 | 37 | 0 | 73 | 117 | 52 | 17 | 101 | 43 |
| Binary | 10010100 | 111101 | 11111 | 0 | 111011 | 1001111 | 101010 | 1111 | 1000001 | 100011 |
Color Harmonies of #943D1F
Complementary color
Monochromatic Colors of #943D1F
Black with #943D1F
Text Example
Text Example
White with #943D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943D1F; }
p { color: rgb(148,61,31); }
H1.HeaderClassName
{
color: #943D1F;
}
.AnyTagClassName
{
color: #943D1F;
}
</style>
background-color css
<style>
a { background-color: #943D1F; }
a { background-color: rgb(148,61,31); }
div.DivClassName
{
background-color: #943D1F;
}
.BgClassName
{
background-color: #943D1F;
}
</style>
border-color css
<style>
span { border-color: #943D1F; }
span { border-color: rgb(148,61,31); }
td.TdClassName
{
border-color: #943D1F;
}
.TagClassName
{
border-color: #943D1F;
}
</style>